Sha256: 2c4e637248d46a1509f13eed5e2b6701d85bb0325d0d85c222964502ed238144
Contents?: true
Size: 1.16 KB
Versions: 4
Compression:
Stored size: 1.16 KB
Contents
{ "fileTypes": [ "ics", "ifb" ], "foldingStartMarker": "^BEGIN:", "foldingStopMarker": "^END:", "keyEquivalent": "^~I", "name": "iCalendar", "patterns": [ { "captures": { "1": { "name": "entity.name.section.icalendar" } }, "match": "^BEGIN:(.*)", "name": "keyword.other.component-begin.icalendar" }, { "captures": { "1": { "name": "entity.name.section.icalendar" } }, "match": "^END:(.*)", "name": "keyword.other.component-end.icalendar" }, { "match": "\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f)?\\b", "name": "constant.numeric.icalendar" }, { "begin": "\"", "beginCaptures": { "0": { "name": "punctuation.definition.string.begin.icalendar" } }, "end": "\"", "endCaptures": { "0": { "name": "punctuation.definition.string.end.icalendar" } }, "name": "string.quoted.double.icalendar" } ], "scopeName": "source.icalendar", "uuid": "16771FA0-6B1D-11D9-A369-000D93589AF6" }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ver-2009.12.14 | config/syntax/iCalendar.json |
ver-2009.11.29 | config/syntax/iCalendar.json |
ver-2009.11.28 | config/syntax/iCalendar.json |
ver-2009.10.14 | config/syntax/iCalendar.json |