name: iCalendar fileTypes:
-
ics
-
ifb
scopeName: source.icalendar uuid: 16771FA0-6B1D-11D9-A369-000D93589AF6 foldingStartMarker: “^BEGIN:” patterns:
-
name: keyword.other.component-begin.icalendar captures:
"1": name: entity.name.section.icalendar
match: ^BEGIN:(.*)
-
name: keyword.other.component-end.icalendar captures:
"1": name: entity.name.section.icalendar
match: ^END:(.*)
-
name: constant.numeric.icalendar match: b((0(x|X)[0-9a-fA-F]*)|(([0-9]+.?*)|(.[0-9]+))((e|E)(+|-)?+)?)(L|l|UL|ul|u|U|F|f)?b
-
name: string.quoted.double.icalendar endCaptures:
"0": name: punctuation.definition.string.end.icalendar
begin: “"” beginCaptures:
"0": name: punctuation.definition.string.begin.icalendar
end: “"”
foldingStopMarker: “^END:” keyEquivalent: ^~I