Sha256: f5078fd66750575f2e7d5ad65e3dc836912dec5d1f229e93360a1f53db04696a
Contents?: true
Size: 988 Bytes
Versions: 1
Compression:
Stored size: 988 Bytes
Contents
# Encoding: UTF-8 {fileTypes: ["ics", "ifb"], foldingStartMarker: /^BEGIN:/, foldingStopMarker: /^END:/, keyEquivalent: "^~I", name: "iCalendar", patterns: [{captures: {1 => {name: "entity.name.section.icalendar"}}, match: /^BEGIN:(?<_1>.*)/, name: "keyword.other.component-begin.icalendar"}, {captures: {1 => {name: "entity.name.section.icalendar"}}, match: /^END:(?<_1>.*)/, name: "keyword.other.component-end.icalendar"}, {match: /\b(?<_1>(?<_2>0(?<_3>x|X)[0-9a-fA-F]*)|(?<_4>(?<_5>[0-9]+\.?[0-9]*)|(?<_6>\.[0-9]+))(?<_7>(?<_8>e|E)(?<_9>\+|-)?[0-9]+)?)(?<_10>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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ver-2010.08 | config/syntax/iCalendar.rb |