ver 2009.10.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +1404 -0
- data/MANIFEST +187 -0
- data/Rakefile +30 -0
- data/TODO +169 -0
- data/bin/ver +19 -0
- data/config/detect.rb +109 -0
- data/config/keymap/vim.rb +239 -0
- data/config/rc.rb +0 -0
- data/config/scratch +3 -0
- data/config/syntax/ANTLR.json +275 -0
- data/config/syntax/ASP VB.net.json +228 -0
- data/config/syntax/ASP.json +135 -0
- data/config/syntax/ActionScript.json +168 -0
- data/config/syntax/Ada.json +108 -0
- data/config/syntax/Apache.json +342 -0
- data/config/syntax/AppleScript.json +721 -0
- data/config/syntax/Bibtex.json +253 -0
- data/config/syntax/Blog (HTML).json +47 -0
- data/config/syntax/Blog (Markdown).json +50 -0
- data/config/syntax/Blog (Text).json +45 -0
- data/config/syntax/Blog (Textile).json +45 -0
- data/config/syntax/Bulletin Board.json +428 -0
- data/config/syntax/C++.json +323 -0
- data/config/syntax/C.json +694 -0
- data/config/syntax/CSS.json +346 -0
- data/config/syntax/DOT.json +79 -0
- data/config/syntax/Diff.json +136 -0
- data/config/syntax/Dylan.json +104 -0
- data/config/syntax/Eiffel.json +128 -0
- data/config/syntax/Erlang.json +1636 -0
- data/config/syntax/F-Script.json +137 -0
- data/config/syntax/FXScript.json +260 -0
- data/config/syntax/Gri.json +141 -0
- data/config/syntax/HTML (Mason).json +207 -0
- data/config/syntax/HTML (Rails).json +52 -0
- data/config/syntax/HTML (Tcl).json +42 -0
- data/config/syntax/HTML for ASP.net.json +736 -0
- data/config/syntax/HTML-ASP.json +45 -0
- data/config/syntax/HTML.json +614 -0
- data/config/syntax/Haskell.json +407 -0
- data/config/syntax/Inform.json +80 -0
- data/config/syntax/Ini.json +91 -0
- data/config/syntax/Io.json +142 -0
- data/config/syntax/Java.json +745 -0
- data/config/syntax/JavaProperties.json +42 -0
- data/config/syntax/JavaScript.json +446 -0
- data/config/syntax/LaTeX Beamer.json +65 -0
- data/config/syntax/LaTeX Log.json +88 -0
- data/config/syntax/LaTeX.json +962 -0
- data/config/syntax/Lighttpd.json +93 -0
- data/config/syntax/Lisp.json +101 -0
- data/config/syntax/Literate Haskell.json +55 -0
- data/config/syntax/Logtalk.json +289 -0
- data/config/syntax/Lua.json +146 -0
- data/config/syntax/M.json +744 -0
- data/config/syntax/MEL.json +161 -0
- data/config/syntax/MIPS.json +114 -0
- data/config/syntax/Mail.json +224 -0
- data/config/syntax/Makefile.json +66 -0
- data/config/syntax/Markdown.json +644 -0
- data/config/syntax/Modula-3.json +80 -0
- data/config/syntax/Movable Type.json +348 -0
- data/config/syntax/OCaml.json +1391 -0
- data/config/syntax/Objective-C++.json +21 -0
- data/config/syntax/OpenGL.json +24 -0
- data/config/syntax/PHP.json +2184 -0
- data/config/syntax/Pascal.json +128 -0
- data/config/syntax/Perl.json +2091 -0
- data/config/syntax/Plain text.json +49 -0
- data/config/syntax/Processing.json +188 -0
- data/config/syntax/Quake3 Config.json +54 -0
- data/config/syntax/R.json +157 -0
- data/config/syntax/Rez.json +137 -0
- data/config/syntax/Ruby on Rails.json +170 -0
- data/config/syntax/Ruby.json +1753 -0
- data/config/syntax/SQL (Rails).json +31 -0
- data/config/syntax/SQL.json +435 -0
- data/config/syntax/SWIG.json +96 -0
- data/config/syntax/Scheme.json +359 -0
- data/config/syntax/Shell-Unix-Generic.json +1198 -0
- data/config/syntax/Slate.json +265 -0
- data/config/syntax/Smarty.json +110 -0
- data/config/syntax/Standard ML.json +322 -0
- data/config/syntax/Subversion commit message.json +62 -0
- data/config/syntax/Tcl.json +278 -0
- data/config/syntax/TeX Math.json +83 -0
- data/config/syntax/TeX.json +157 -0
- data/config/syntax/Textile.json +273 -0
- data/config/syntax/Twiki.json +436 -0
- data/config/syntax/Vectorscript.json +97 -0
- data/config/syntax/XML strict.json +148 -0
- data/config/syntax/XML.json +301 -0
- data/config/syntax/XSL.json +96 -0
- data/config/syntax/YAML.json +293 -0
- data/config/syntax/iCalendar.json +51 -0
- data/config/syntax/reStructuredText.json +403 -0
- data/config/theme/Active4D.json +260 -0
- data/config/theme/All Hallow's Eve.json +171 -0
- data/config/theme/Amy.json +359 -0
- data/config/theme/BBEdit.json +269 -0
- data/config/theme/Bespin.json +322 -0
- data/config/theme/Blackboard.json +215 -0
- data/config/theme/BoysAndGirls01.json +156 -0
- data/config/theme/Brilliance Black.json +1695 -0
- data/config/theme/Brilliance Dull.json +1451 -0
- data/config/theme/Classic Modified.json +288 -0
- data/config/theme/Cobalt.json +345 -0
- data/config/theme/Cool Glow.json +215 -0
- data/config/theme/Dawn.json +258 -0
- data/config/theme/Eiffel.json +270 -0
- data/config/theme/Espresso Libre.json +247 -0
- data/config/theme/Fluidvision.json +272 -0
- data/config/theme/IDLE.json +159 -0
- data/config/theme/LAZY.json +178 -0
- data/config/theme/Mac Classic.json +277 -0
- data/config/theme/MagicWB (Amiga).json +231 -0
- data/config/theme/Merbivore Soft.json +181 -0
- data/config/theme/Merbivore.json +181 -0
- data/config/theme/Monokai.json +177 -0
- data/config/theme/Notepad2.json +166 -0
- data/config/theme/Pastels on Dark.json +437 -0
- data/config/theme/RubyBlue.json +226 -0
- data/config/theme/Sin City 2.json +361 -0
- data/config/theme/Slate.json +270 -0
- data/config/theme/Slush & Poppies.json +232 -0
- data/config/theme/SpaceCadet.json +143 -0
- data/config/theme/Sunburst.json +415 -0
- data/config/theme/Twilight BG FG.json +633 -0
- data/config/theme/Twilight.json +321 -0
- data/config/theme/Whys Poignant.json +119 -0
- data/config/theme/Zenburnesque.json +237 -0
- data/config/theme/barf.json +155 -0
- data/config/theme/fake.json +418 -0
- data/config/theme/happydeluxe.json +114 -0
- data/config/theme/iLife 05.json +393 -0
- data/config/theme/iPlastic.json +177 -0
- data/config/theme/mintBlue Dark.json +414 -0
- data/config/theme/mintBlue.json +415 -0
- data/config/theme/monoindustrial.json +276 -0
- data/config/theme/starlight.json +67 -0
- data/config/tutorial +74 -0
- data/config/welcome +115 -0
- data/help/index.verh +14 -0
- data/lib/ver.rb +156 -0
- data/lib/ver/entry.rb +97 -0
- data/lib/ver/keymap.rb +96 -0
- data/lib/ver/layout.rb +107 -0
- data/lib/ver/methods.rb +19 -0
- data/lib/ver/methods/completion.rb +116 -0
- data/lib/ver/methods/control.rb +340 -0
- data/lib/ver/methods/insert.rb +6 -0
- data/lib/ver/methods/move.rb +65 -0
- data/lib/ver/methods/search.rb +33 -0
- data/lib/ver/methods/select.rb +145 -0
- data/lib/ver/methods/views.rb +21 -0
- data/lib/ver/mode.rb +160 -0
- data/lib/ver/options.rb +207 -0
- data/lib/ver/plist.rb +106 -0
- data/lib/ver/status.rb +67 -0
- data/lib/ver/syntax.rb +68 -0
- data/lib/ver/syntax/detector.rb +53 -0
- data/lib/ver/syntax/processor.rb +48 -0
- data/lib/ver/text.rb +374 -0
- data/lib/ver/textpow.rb +357 -0
- data/lib/ver/theme.rb +162 -0
- data/lib/ver/vendor/fuzzy_file_finder.rb +340 -0
- data/lib/ver/view.rb +163 -0
- data/lib/ver/view/entry.rb +28 -0
- data/lib/ver/view/list.rb +137 -0
- data/lib/ver/view/list/buffer.rb +27 -0
- data/lib/ver/view/list/fuzzy_file_finder.rb +44 -0
- data/lib/ver/view/list/syntax.rb +13 -0
- data/lib/ver/view/list/theme.rb +13 -0
- data/spec/keymap.rb +224 -0
- data/tasks/bacon.rake +49 -0
- data/tasks/changelog.rake +18 -0
- data/tasks/gem.rake +22 -0
- data/tasks/gem_installer.rake +76 -0
- data/tasks/grancher.rake +12 -0
- data/tasks/install_dependencies.rake +6 -0
- data/tasks/manifest.rake +4 -0
- data/tasks/plist2json.rake +35 -0
- data/tasks/rcov.rake +18 -0
- data/tasks/release.rake +12 -0
- data/tasks/reversion.rake +8 -0
- data/tasks/syntax_list.rake +31 -0
- data/ver.gemspec +29 -0
- metadata +241 -0
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fileTypes": [
|
|
3
|
+
"xsl",
|
|
4
|
+
"xslt"
|
|
5
|
+
],
|
|
6
|
+
"foldingStartMarker": "^\\s*(<[^!?%\/](?!.+?(\/>|<\/.+?>))|<[!%]--(?!.+?--%?>)|<%[!]?(?!.+?%>))",
|
|
7
|
+
"foldingStopMarker": "^\\s*(<\/[^>]+>|[\/%]>|-->)\\s*$",
|
|
8
|
+
"keyEquivalent": "^~X",
|
|
9
|
+
"name": "XSL",
|
|
10
|
+
"patterns": [
|
|
11
|
+
{
|
|
12
|
+
"begin": "(<)(xsl)((:))(template)",
|
|
13
|
+
"captures": {
|
|
14
|
+
"1": {
|
|
15
|
+
"name": "punctuation.definition.tag.xml"
|
|
16
|
+
},
|
|
17
|
+
"2": {
|
|
18
|
+
"name": "entity.name.tag.namespace.xml"
|
|
19
|
+
},
|
|
20
|
+
"3": {
|
|
21
|
+
"name": "entity.name.tag.xml"
|
|
22
|
+
},
|
|
23
|
+
"4": {
|
|
24
|
+
"name": "punctuation.separator.namespace.xml"
|
|
25
|
+
},
|
|
26
|
+
"5": {
|
|
27
|
+
"name": "entity.name.tag.localname.xml"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"end": "(>)",
|
|
31
|
+
"name": "meta.tag.xml.template",
|
|
32
|
+
"patterns": [
|
|
33
|
+
{
|
|
34
|
+
"captures": {
|
|
35
|
+
"1": {
|
|
36
|
+
"name": "entity.other.attribute-name.namespace.xml"
|
|
37
|
+
},
|
|
38
|
+
"2": {
|
|
39
|
+
"name": "entity.other.attribute-name.xml"
|
|
40
|
+
},
|
|
41
|
+
"3": {
|
|
42
|
+
"name": "punctuation.separator.namespace.xml"
|
|
43
|
+
},
|
|
44
|
+
"4": {
|
|
45
|
+
"name": "entity.other.attribute-name.localname.xml"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"match": " (?:([-_a-zA-Z0-9]+)((:)))?([a-zA-Z-]+)"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"include": "#doublequotedString"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"include": "#singlequotedString"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"include": "text.xml"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"repository": {
|
|
63
|
+
"doublequotedString": {
|
|
64
|
+
"begin": "\"",
|
|
65
|
+
"beginCaptures": {
|
|
66
|
+
"0": {
|
|
67
|
+
"name": "punctuation.definition.string.begin.xml"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"end": "\"",
|
|
71
|
+
"endCaptures": {
|
|
72
|
+
"0": {
|
|
73
|
+
"name": "punctuation.definition.string.end.xml"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"name": "string.quoted.double.xml"
|
|
77
|
+
},
|
|
78
|
+
"singlequotedString": {
|
|
79
|
+
"begin": "'",
|
|
80
|
+
"beginCaptures": {
|
|
81
|
+
"0": {
|
|
82
|
+
"name": "punctuation.definition.string.begin.xml"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"end": "'",
|
|
86
|
+
"endCaptures": {
|
|
87
|
+
"0": {
|
|
88
|
+
"name": "punctuation.definition.string.end.xml"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"name": "string.quoted.single.xml"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"scopeName": "text.xml.xsl",
|
|
95
|
+
"uuid": "DB8033A1-6D8E-4D80-B8A2-8768AAC6125D"
|
|
96
|
+
}
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fileTypes": [
|
|
3
|
+
"yaml",
|
|
4
|
+
"yml"
|
|
5
|
+
],
|
|
6
|
+
"foldingStartMarker": "^[^#]\\s*.*:(\\s*\\[?| &.+)?$",
|
|
7
|
+
"foldingStopMarker": "^\\s*$|^\\s*\\}|^\\s*\\]|^\\s*\\)",
|
|
8
|
+
"keyEquivalent": "^~Y",
|
|
9
|
+
"name": "YAML",
|
|
10
|
+
"patterns": [
|
|
11
|
+
{
|
|
12
|
+
"include": "#erb"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"begin": "^(\\s*)(?:(-)|(?:(-\\s*)?(\\w+\\s*(:))))\\s*(\\||>)",
|
|
16
|
+
"beginCaptures": {
|
|
17
|
+
"2": {
|
|
18
|
+
"name": "punctuation.definition.entry.yaml"
|
|
19
|
+
},
|
|
20
|
+
"3": {
|
|
21
|
+
"name": "punctuation.definition.entry.yaml"
|
|
22
|
+
},
|
|
23
|
+
"4": {
|
|
24
|
+
"name": "entity.name.tag.yaml"
|
|
25
|
+
},
|
|
26
|
+
"5": {
|
|
27
|
+
"name": "punctuation.separator.key-value.yaml"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"end": "^(?!^\\1)|^(?=\\1(-|\\w+\\s*:)|#)",
|
|
31
|
+
"name": "string.unquoted.block.yaml",
|
|
32
|
+
"patterns": [
|
|
33
|
+
{
|
|
34
|
+
"include": "#erb"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"captures": {
|
|
40
|
+
"1": {
|
|
41
|
+
"name": "punctuation.definition.entry.yaml"
|
|
42
|
+
},
|
|
43
|
+
"2": {
|
|
44
|
+
"name": "entity.name.tag.yaml"
|
|
45
|
+
},
|
|
46
|
+
"3": {
|
|
47
|
+
"name": "punctuation.separator.key-value.yaml"
|
|
48
|
+
},
|
|
49
|
+
"4": {
|
|
50
|
+
"name": "punctuation.definition.entry.yaml"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"match": "(?:(?:(-\\s*)?(\\w+\\s*(:)))|(-))\\s*((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)?\\s*$",
|
|
54
|
+
"name": "constant.numeric.yaml"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"captures": {
|
|
58
|
+
"1": {
|
|
59
|
+
"name": "punctuation.definition.entry.yaml"
|
|
60
|
+
},
|
|
61
|
+
"10": {
|
|
62
|
+
"name": "punctuation.definition.string.end.yaml"
|
|
63
|
+
},
|
|
64
|
+
"11": {
|
|
65
|
+
"name": "string.unquoted.yaml"
|
|
66
|
+
},
|
|
67
|
+
"2": {
|
|
68
|
+
"name": "entity.name.tag.yaml"
|
|
69
|
+
},
|
|
70
|
+
"3": {
|
|
71
|
+
"name": "punctuation.separator.key-value.yaml"
|
|
72
|
+
},
|
|
73
|
+
"4": {
|
|
74
|
+
"name": "punctuation.definition.entry.yaml"
|
|
75
|
+
},
|
|
76
|
+
"5": {
|
|
77
|
+
"name": "string.quoted.double.yaml"
|
|
78
|
+
},
|
|
79
|
+
"6": {
|
|
80
|
+
"name": "punctuation.definition.string.begin.yaml"
|
|
81
|
+
},
|
|
82
|
+
"7": {
|
|
83
|
+
"name": "punctuation.definition.string.end.yaml"
|
|
84
|
+
},
|
|
85
|
+
"8": {
|
|
86
|
+
"name": "string.quoted.single.yaml"
|
|
87
|
+
},
|
|
88
|
+
"9": {
|
|
89
|
+
"name": "punctuation.definition.string.begin.yaml"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"match": "(?:(?:(-\\s*)?(\\w+\\s*(:)))|(-))\\s*(?:((\")[^\"]*(\"))|((')[^']*('))|([^,{}&#\\[\\]]+))\\s*",
|
|
93
|
+
"name": "string.unquoted.yaml"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"captures": {
|
|
97
|
+
"1": {
|
|
98
|
+
"name": "punctuation.definition.entry.yaml"
|
|
99
|
+
},
|
|
100
|
+
"2": {
|
|
101
|
+
"name": "entity.name.tag.yaml"
|
|
102
|
+
},
|
|
103
|
+
"3": {
|
|
104
|
+
"name": "punctuation.separator.key-value.yaml"
|
|
105
|
+
},
|
|
106
|
+
"4": {
|
|
107
|
+
"name": "punctuation.definition.entry.yaml"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"match": "(?:(?:(-\\s*)?(\\w+\\s*(:)))|(-))\\s*([0-9]{4}-[0-9]{2}-[0-9]{2})\\s*$",
|
|
111
|
+
"name": "constant.other.date.yaml"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"captures": {
|
|
115
|
+
"1": {
|
|
116
|
+
"name": "entity.name.tag.yaml"
|
|
117
|
+
},
|
|
118
|
+
"2": {
|
|
119
|
+
"name": "punctuation.separator.key-value.yaml"
|
|
120
|
+
},
|
|
121
|
+
"3": {
|
|
122
|
+
"name": "keyword.other.omap.yaml"
|
|
123
|
+
},
|
|
124
|
+
"4": {
|
|
125
|
+
"name": "punctuation.definition.keyword.yaml"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"match": "(\\w.*?)(:)\\s*((\\!\\!)omap)?",
|
|
129
|
+
"name": "meta.tag.yaml"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"captures": {
|
|
133
|
+
"1": {
|
|
134
|
+
"name": "punctuation.definition.variable.yaml"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"match": "(\\&|\\*)\\w.*?$",
|
|
138
|
+
"name": "variable.other.yaml"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"begin": "\"",
|
|
142
|
+
"beginCaptures": {
|
|
143
|
+
"0": {
|
|
144
|
+
"name": "punctuation.definition.string.begin.yaml"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"end": "\"",
|
|
148
|
+
"endCaptures": {
|
|
149
|
+
"0": {
|
|
150
|
+
"name": "punctuation.definition.string.end.yaml"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"name": "string.quoted.double.yaml",
|
|
154
|
+
"patterns": [
|
|
155
|
+
{
|
|
156
|
+
"include": "#escaped_char"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"include": "#erb"
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"begin": "'",
|
|
165
|
+
"beginCaptures": {
|
|
166
|
+
"0": {
|
|
167
|
+
"name": "punctuation.definition.string.begin.yaml"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"end": "'",
|
|
171
|
+
"endCaptures": {
|
|
172
|
+
"0": {
|
|
173
|
+
"name": "punctuation.definition.string.end.yaml"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"name": "string.quoted.single.yaml",
|
|
177
|
+
"patterns": [
|
|
178
|
+
{
|
|
179
|
+
"include": "#escaped_char"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"include": "#erb"
|
|
183
|
+
}
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"begin": "`",
|
|
188
|
+
"beginCaptures": {
|
|
189
|
+
"0": {
|
|
190
|
+
"name": "punctuation.definition.string.begin.yaml"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"end": "`",
|
|
194
|
+
"endCaptures": {
|
|
195
|
+
"0": {
|
|
196
|
+
"name": "punctuation.definition.string.end.yaml"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"name": "string.interpolated.yaml",
|
|
200
|
+
"patterns": [
|
|
201
|
+
{
|
|
202
|
+
"include": "#escaped_char"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"include": "#erb"
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"captures": {
|
|
211
|
+
"1": {
|
|
212
|
+
"name": "entity.name.tag.yaml"
|
|
213
|
+
},
|
|
214
|
+
"2": {
|
|
215
|
+
"name": "keyword.operator.merge-key.yaml"
|
|
216
|
+
},
|
|
217
|
+
"3": {
|
|
218
|
+
"name": "punctuation.definition.keyword.yaml"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"match": "(\\<\\<): ((\\*).*)$",
|
|
222
|
+
"name": "keyword.operator.merge-key.yaml"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"disabled": "1",
|
|
226
|
+
"match": "( |\t)+$",
|
|
227
|
+
"name": "invalid.deprecated.trailing-whitespace.yaml"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"captures": {
|
|
231
|
+
"1": {
|
|
232
|
+
"name": "punctuation.definition.comment.yaml"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"match": "(?<!\\$)(#)(?!\\{).*$\\n?",
|
|
236
|
+
"name": "comment.line.number-sign.yaml"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"match": "-",
|
|
240
|
+
"name": "keyword.operator.symbol"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"begin": "^(?=\\t)",
|
|
244
|
+
"end": "(?=[^\\t])",
|
|
245
|
+
"name": "meta.leading-tabs.yaml",
|
|
246
|
+
"patterns": [
|
|
247
|
+
{
|
|
248
|
+
"captures": {
|
|
249
|
+
"1": {
|
|
250
|
+
"name": "meta.odd-tab"
|
|
251
|
+
},
|
|
252
|
+
"2": {
|
|
253
|
+
"name": "meta.even-tab"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
"match": "(\\t)(\\t)?"
|
|
257
|
+
}
|
|
258
|
+
]
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"repository": {
|
|
262
|
+
"erb": {
|
|
263
|
+
"begin": "<%+(?!>)=?",
|
|
264
|
+
"captures": {
|
|
265
|
+
"0": {
|
|
266
|
+
"name": "punctuation.section.embedded.ruby"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"end": "%>",
|
|
270
|
+
"name": "source.ruby.rails.embedded.html",
|
|
271
|
+
"patterns": [
|
|
272
|
+
{
|
|
273
|
+
"captures": {
|
|
274
|
+
"1": {
|
|
275
|
+
"name": "punctuation.definition.comment.ruby"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"match": "(#).*?(?=%>)",
|
|
279
|
+
"name": "comment.line.number-sign.ruby"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"include": "source.ruby.rails"
|
|
283
|
+
}
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
"escaped_char": {
|
|
287
|
+
"match": "\\\\.",
|
|
288
|
+
"name": "constant.character.escape.yaml"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"scopeName": "source.yaml",
|
|
292
|
+
"uuid": "B0C44228-4F1F-11DA-AFF2-000A95AF0064"
|
|
293
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fileTypes": [
|
|
3
|
+
"ics",
|
|
4
|
+
"ifb"
|
|
5
|
+
],
|
|
6
|
+
"foldingStartMarker": "^BEGIN:",
|
|
7
|
+
"foldingStopMarker": "^END:",
|
|
8
|
+
"keyEquivalent": "^~I",
|
|
9
|
+
"name": "iCalendar",
|
|
10
|
+
"patterns": [
|
|
11
|
+
{
|
|
12
|
+
"captures": {
|
|
13
|
+
"1": {
|
|
14
|
+
"name": "entity.name.section.icalendar"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"match": "^BEGIN:(.*)",
|
|
18
|
+
"name": "keyword.other.component-begin.icalendar"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"captures": {
|
|
22
|
+
"1": {
|
|
23
|
+
"name": "entity.name.section.icalendar"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"match": "^END:(.*)",
|
|
27
|
+
"name": "keyword.other.component-end.icalendar"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"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",
|
|
31
|
+
"name": "constant.numeric.icalendar"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"begin": "\"",
|
|
35
|
+
"beginCaptures": {
|
|
36
|
+
"0": {
|
|
37
|
+
"name": "punctuation.definition.string.begin.icalendar"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"end": "\"",
|
|
41
|
+
"endCaptures": {
|
|
42
|
+
"0": {
|
|
43
|
+
"name": "punctuation.definition.string.end.icalendar"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"name": "string.quoted.double.icalendar"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"scopeName": "source.icalendar",
|
|
50
|
+
"uuid": "16771FA0-6B1D-11D9-A369-000D93589AF6"
|
|
51
|
+
}
|
|
@@ -0,0 +1,403 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comment": "syntax highlighting for reStructuredText http:\/\/docutils.sourceforge.net, based on rst mode from jEdit",
|
|
3
|
+
"fileTypes": [
|
|
4
|
+
"rst",
|
|
5
|
+
"rest"
|
|
6
|
+
],
|
|
7
|
+
"keyEquivalent": "^~R",
|
|
8
|
+
"name": "reStructuredText",
|
|
9
|
+
"patterns": [
|
|
10
|
+
{
|
|
11
|
+
"begin": "^([ \\t]*)(?=\\S)",
|
|
12
|
+
"contentName": "meta.paragraph.restructuredtext",
|
|
13
|
+
"end": "^(?!\\1(?=\\S))",
|
|
14
|
+
"patterns": [
|
|
15
|
+
{
|
|
16
|
+
"include": "#inline"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"repository": {
|
|
22
|
+
"inline": {
|
|
23
|
+
"patterns": [
|
|
24
|
+
{
|
|
25
|
+
"begin": "^([ \\t]*)((\\.\\.)\\sraw(::)) html",
|
|
26
|
+
"captures": {
|
|
27
|
+
"2": {
|
|
28
|
+
"name": "meta.directive.restructuredtext"
|
|
29
|
+
},
|
|
30
|
+
"3": {
|
|
31
|
+
"name": "punctuation.definition.directive.restructuredtext"
|
|
32
|
+
},
|
|
33
|
+
"4": {
|
|
34
|
+
"name": "punctuation.separator.key-value.restructuredtext"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"comment": "directives.html",
|
|
38
|
+
"end": "^(?!\\1[ \\t])",
|
|
39
|
+
"patterns": [
|
|
40
|
+
{
|
|
41
|
+
"include": "text.html.basic"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"captures": {
|
|
47
|
+
"1": {
|
|
48
|
+
"name": "punctuation.definition.directive.restructuredtext"
|
|
49
|
+
},
|
|
50
|
+
"2": {
|
|
51
|
+
"name": "punctuation.separator.key-value.restructuredtext"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"comment": "directives",
|
|
55
|
+
"match": "(\\.\\.)\\s[A-z][A-z0-9-_]+(::)\\s*$",
|
|
56
|
+
"name": "meta.other.directive.restructuredtext"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"begin": "^([ \\t]*).*?((::))",
|
|
60
|
+
"captures": {
|
|
61
|
+
"2": {
|
|
62
|
+
"name": "markup.raw.restructuredtext"
|
|
63
|
+
},
|
|
64
|
+
"3": {
|
|
65
|
+
"name": "punctuation.definition.raw.restructuredtext"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"comment": "verbatim blocks",
|
|
69
|
+
"end": "^(?=\\1[^\\s]+)",
|
|
70
|
+
"name": "meta.raw.block.restructuredtext",
|
|
71
|
+
"patterns": [
|
|
72
|
+
{
|
|
73
|
+
"match": ".+",
|
|
74
|
+
"name": "markup.raw.restructuredtext"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"comment": "directives",
|
|
80
|
+
"match": "::",
|
|
81
|
+
"name": "meta.startraw.restructuredtext"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"captures": {
|
|
85
|
+
"1": {
|
|
86
|
+
"name": "punctuation.definition.italic.restructuredtext"
|
|
87
|
+
},
|
|
88
|
+
"2": {
|
|
89
|
+
"name": "punctuation.definition.italic.restructuredtext"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"comment": "strong emphasis",
|
|
93
|
+
"match": "(\\*\\*)[^*]+(\\*\\*)",
|
|
94
|
+
"name": "markup.bold.restructuredtext"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"captures": {
|
|
98
|
+
"1": {
|
|
99
|
+
"name": "punctuation.definition.italic.restructuredtext"
|
|
100
|
+
},
|
|
101
|
+
"2": {
|
|
102
|
+
"name": "punctuation.definition.italic.restructuredtext"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"comment": "emphasis",
|
|
106
|
+
"match": "(\\*)\\w[^*]\\w+(\\*)",
|
|
107
|
+
"name": "markup.italic.restructuredtext"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"captures": {
|
|
111
|
+
"1": {
|
|
112
|
+
"name": "punctuation.definition.link.restructuredtext"
|
|
113
|
+
},
|
|
114
|
+
"2": {
|
|
115
|
+
"name": "punctuation.definition.string.restructuredtext"
|
|
116
|
+
},
|
|
117
|
+
"3": {
|
|
118
|
+
"name": "string.other.link.title.restructuredtext"
|
|
119
|
+
},
|
|
120
|
+
"4": {
|
|
121
|
+
"name": "punctuation.separator.key-value.restructuredtext"
|
|
122
|
+
},
|
|
123
|
+
"5": {
|
|
124
|
+
"name": "markup.underline.link.restructuredtext"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"comment": "replacement",
|
|
128
|
+
"match": "(\\.\\.)\\s+(_)([\\w\\s]+)(:)\\s+(.*)",
|
|
129
|
+
"name": "meta.link.reference.def.restructuredtext"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"captures": {
|
|
133
|
+
"1": {
|
|
134
|
+
"name": "punctuation.definition.substitution.restructuredtext"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"comment": "substitution",
|
|
138
|
+
"match": "(\\|)[^|]+(\\|_{0,2})",
|
|
139
|
+
"name": "markup.underline.substitution.restructuredtext"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"captures": {
|
|
143
|
+
"1": {
|
|
144
|
+
"name": "string.other.link.title.restructuredtext"
|
|
145
|
+
},
|
|
146
|
+
"2": {
|
|
147
|
+
"name": "punctuation.definition.link.restructuredtext"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"comment": "links `...`_ or `...`__",
|
|
151
|
+
"match": "\\b(\\w+)(_)\\b",
|
|
152
|
+
"name": "meta.link.reference"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"captures": {
|
|
156
|
+
"1": {
|
|
157
|
+
"name": "punctuation.definition.link.restructuredtext"
|
|
158
|
+
},
|
|
159
|
+
"2": {
|
|
160
|
+
"name": "string.other.link.title.restructuredtext"
|
|
161
|
+
},
|
|
162
|
+
"3": {
|
|
163
|
+
"name": "punctuation.definition.link.restructuredtext"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"comment": "links `...`_ or `...`__",
|
|
167
|
+
"match": "(`)([\\w\\s]+)(`_)",
|
|
168
|
+
"name": "meta.link.reference"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"captures": {
|
|
172
|
+
"1": {
|
|
173
|
+
"name": "punctuation.definition.link.restructuredtext"
|
|
174
|
+
},
|
|
175
|
+
"2": {
|
|
176
|
+
"name": "string.other.link.title.restructuredtext"
|
|
177
|
+
},
|
|
178
|
+
"3": {
|
|
179
|
+
"name": "punctuation.definition.location.restructuredtext"
|
|
180
|
+
},
|
|
181
|
+
"4": {
|
|
182
|
+
"name": "markup.underline.link.restructuredtext"
|
|
183
|
+
},
|
|
184
|
+
"5": {
|
|
185
|
+
"name": "punctuation.definition.location.restructuredtext"
|
|
186
|
+
},
|
|
187
|
+
"6": {
|
|
188
|
+
"name": "punctuation.definition.link.restructuredtext"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"comment": "links `...`_ ",
|
|
192
|
+
"match": "(`)([\\w\\s]+)\\s+(<)(.*?)(>)(`_)",
|
|
193
|
+
"name": "meta.link.inline.restructuredtext"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"captures": {
|
|
197
|
+
"1": {
|
|
198
|
+
"name": "punctuation.definition.link.restructuredtext"
|
|
199
|
+
},
|
|
200
|
+
"2": {
|
|
201
|
+
"name": "constant.other.footnote.link.restructuredtext"
|
|
202
|
+
},
|
|
203
|
+
"3": {
|
|
204
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
205
|
+
},
|
|
206
|
+
"6": {
|
|
207
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
208
|
+
},
|
|
209
|
+
"7": {
|
|
210
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
211
|
+
},
|
|
212
|
+
"8": {
|
|
213
|
+
"name": "string.other.footnote.restructuredtext"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"comment": "replacement",
|
|
217
|
+
"match": "^(\\.\\.)\\s+((\\[)(((#?)[^]]*?)|\\*)(\\]))\\s+(.*)",
|
|
218
|
+
"name": "meta.link.footnote.def.restructuredtext"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"captures": {
|
|
222
|
+
"1": {
|
|
223
|
+
"name": "constant.other.footnote.link"
|
|
224
|
+
},
|
|
225
|
+
"2": {
|
|
226
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
227
|
+
},
|
|
228
|
+
"3": {
|
|
229
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
230
|
+
},
|
|
231
|
+
"4": {
|
|
232
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"comment": "footnote reference: [0]_",
|
|
236
|
+
"match": "((\\[)[0-9]+(\\]))(_)",
|
|
237
|
+
"name": "meta.link.footnote.numeric.restructuredtext"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"captures": {
|
|
241
|
+
"1": {
|
|
242
|
+
"name": "constant.other.footnote.link"
|
|
243
|
+
},
|
|
244
|
+
"2": {
|
|
245
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
246
|
+
},
|
|
247
|
+
"3": {
|
|
248
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
249
|
+
},
|
|
250
|
+
"4": {
|
|
251
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"comment": "footnote reference [#]_ or [#foo]_",
|
|
255
|
+
"match": "((\\[#)[A-z0-9_]*(\\]))(_)",
|
|
256
|
+
"name": "meta.link.footnote.auto.restructuredtext"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"captures": {
|
|
260
|
+
"1": {
|
|
261
|
+
"name": "constant.other.footnote.link.restructuredtext"
|
|
262
|
+
},
|
|
263
|
+
"2": {
|
|
264
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
265
|
+
},
|
|
266
|
+
"3": {
|
|
267
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
268
|
+
},
|
|
269
|
+
"4": {
|
|
270
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"comment": "footnote reference [*]_",
|
|
274
|
+
"match": "((\\[)\\*(\\]))(_)",
|
|
275
|
+
"name": "meta.link.footnote.symbol.auto.restructuredtext"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"captures": {
|
|
279
|
+
"1": {
|
|
280
|
+
"name": "punctuation.definition.link.restructuredtext"
|
|
281
|
+
},
|
|
282
|
+
"2": {
|
|
283
|
+
"name": "constant.other.citation.link.restructuredtext"
|
|
284
|
+
},
|
|
285
|
+
"3": {
|
|
286
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
287
|
+
},
|
|
288
|
+
"4": {
|
|
289
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
290
|
+
},
|
|
291
|
+
"5": {
|
|
292
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
293
|
+
},
|
|
294
|
+
"6": {
|
|
295
|
+
"name": "string.other.citation.restructuredtext"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"comment": "replacement",
|
|
299
|
+
"match": "^(\\.\\.)\\s+((\\[)[A-z][A-z0-9]*(\\]))(_)\\s+(.*)",
|
|
300
|
+
"name": "meta.link.citation.def.restructuredtext"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"captures": {
|
|
304
|
+
"1": {
|
|
305
|
+
"name": "constant.other.citation.link.restructuredtext"
|
|
306
|
+
},
|
|
307
|
+
"2": {
|
|
308
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
309
|
+
},
|
|
310
|
+
"3": {
|
|
311
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
312
|
+
},
|
|
313
|
+
"4": {
|
|
314
|
+
"name": "punctuation.definition.constant.restructuredtext"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"comment": "citation reference",
|
|
318
|
+
"match": "((\\[)[A-z][A-z0-9_-]*(\\]))(_)",
|
|
319
|
+
"name": "meta.link.citation.restructuredtext"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"begin": "``",
|
|
323
|
+
"captures": {
|
|
324
|
+
"0": {
|
|
325
|
+
"name": "punctuation.definition.raw.restructuredtext"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"comment": "inline literal",
|
|
329
|
+
"end": "``",
|
|
330
|
+
"name": "markup.raw.restructuredtext"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"captures": {
|
|
334
|
+
"1": {
|
|
335
|
+
"name": "punctuation.definition.intepreted.restructuredtext"
|
|
336
|
+
},
|
|
337
|
+
"2": {
|
|
338
|
+
"name": "punctuation.definition.intepreted.restructuredtext"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"comment": "intepreted text",
|
|
342
|
+
"match": "(`)[^`]+(`)(?!_)",
|
|
343
|
+
"name": "markup.other.command.restructuredtext"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"captures": {
|
|
347
|
+
"1": {
|
|
348
|
+
"name": "punctuation.definition.field.restructuredtext"
|
|
349
|
+
},
|
|
350
|
+
"2": {
|
|
351
|
+
"name": "punctuation.definition.field.restructuredtext"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"comment": "field list",
|
|
355
|
+
"match": "(:)[A-z][A-z0-9 =\\s\\t_]*(:)",
|
|
356
|
+
"name": "entity.name.tag.restructuredtext"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"captures": {
|
|
360
|
+
"0": {
|
|
361
|
+
"name": "punctuation.definition.table.restructuredtext"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"comment": "table",
|
|
365
|
+
"match": "\\+-[+-]+",
|
|
366
|
+
"name": "markup.other.table.restructuredtext"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"captures": {
|
|
370
|
+
"0": {
|
|
371
|
+
"name": "punctuation.definition.table.restructuredtext"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"comment": "table",
|
|
375
|
+
"match": "\\+=[+=]+",
|
|
376
|
+
"name": "markup.other.table.restructuredtext"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"captures": {
|
|
380
|
+
"1": {
|
|
381
|
+
"name": "punctuation.definition.heading.restructuredtext"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
"match": "(^(=|-|~|`|#|\"|\\^|\\+|\\*){3,}$){1,1}?",
|
|
385
|
+
"name": "markup.heading.restructuredtext"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"begin": "^(\\.\\.)",
|
|
389
|
+
"beginCaptures": {
|
|
390
|
+
"1": {
|
|
391
|
+
"name": "punctuation.definition.comment.restructuredtext"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"comment": "comment",
|
|
395
|
+
"end": "$\\n?",
|
|
396
|
+
"name": "comment.line.double-dot.restructuredtext"
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"scopeName": "text.restructuredtext",
|
|
402
|
+
"uuid": "62DA9AD6-36E1-4AB7-BB87-E933AD9FD1A4"
|
|
403
|
+
}
|