rmthemegen 0.0.38 → 0.0.39
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/.project +18 -0
- data/bin/geanyfy.rb +4 -41
- data/lib/rmthemegen/basis_theme.tmTheme +971 -0
- data/lib/rmthemegen/geany.filetypes.all +2945 -0
- data/lib/rmthemegen/plist.html +246 -0
- data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
- data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
- data/lib/rmthemegen/rmtg_textmate.rb +262 -0
- data/lib/rmthemegen/rmthemegen_187.rb +32 -233
- data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
- data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
- data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
- data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
- data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
- data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
- data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
- data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
- data/lib/rmthemegen/syntaxes/C.plist +1126 -0
- data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
- data/lib/rmthemegen/syntaxes/C____.plist +521 -0
- data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
- data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
- data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
- data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
- data/lib/rmthemegen/syntaxes/Io.plist +225 -0
- data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
- data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
- data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
- data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
- data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
- data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
- data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
- data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
- data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
- data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
- data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
- data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
- data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
- data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
- data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
- data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
- data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
- data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
- data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
- data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
- data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
- data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
- data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
- data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
- data/lib/rmthemegen/syntaxes/XML.plist +576 -0
- data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
- data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
- data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
- data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
- data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
- data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
- data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
- data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
- data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
- data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
- data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
- data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
- data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
- data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
- data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
- data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
- data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
- data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
- data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
- data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
- data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
- data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
- data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
- data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
- data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
- data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
- data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
- data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
- data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
- data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
- data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
- data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
- data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
- data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
- data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
- data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
- data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
- data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
- data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
- data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
- data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
- data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
- data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
- data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
- data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
- data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
- data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
- data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
- data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
- data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
- data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
- data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
- data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
- data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
- data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
- data/lib/rmthemegen/token_list.rb +171 -101
- data/lib/rmthemegen/uv_addons.rb +176 -0
- data/rmthemegen.gemspec +4 -1
- data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
- data/test/choco.css +138 -0
- data/test/choco.render +136 -0
- data/test/get_tm_scopes.rb +79 -0
- data/test/get_tm_tokens.rb +0 -3
- data/test/newtheme.sh +6 -0
- data/test/output +14 -0
- data/test/rexml.element.methods +100 -0
- data/test/scopes_harvested +61 -0
- data/test/scopes_harvested.rb +15 -0
- data/test/test_generate_themes.rb +75 -38
- metadata +198 -13
- data/lib/rmthemegen/index.html +0 -2
- data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
- data/test/rmt_beautiful_quality.tmTheme +0 -399
- data/test/rmt_beautiful_quality.xml +0 -2089
@@ -0,0 +1,2891 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>comment</key>
|
6
|
+
<string>
|
7
|
+
TODO: unresolved issues
|
8
|
+
|
9
|
+
text:
|
10
|
+
"p << end
|
11
|
+
print me!
|
12
|
+
end"
|
13
|
+
symptoms:
|
14
|
+
not recognized as a heredoc
|
15
|
+
solution:
|
16
|
+
there is no way to distinguish perfectly between the << operator and the start
|
17
|
+
of a heredoc. Currently, we require assignment to recognize a heredoc. More
|
18
|
+
refinement is possible.
|
19
|
+
• Heredocs with indented terminators (<<-) are always distinguishable, however.
|
20
|
+
• Nested heredocs are not really supportable at present
|
21
|
+
|
22
|
+
text:
|
23
|
+
print <<-'THERE'
|
24
|
+
This is single quoted.
|
25
|
+
The above used #{Time.now}
|
26
|
+
THERE
|
27
|
+
symtoms:
|
28
|
+
From Programming Ruby p306; should be a non-interpolated heredoc.
|
29
|
+
|
30
|
+
text:
|
31
|
+
"a\332a"
|
32
|
+
symptoms:
|
33
|
+
'\332' is not recognized as slash3.. which should be octal 332.
|
34
|
+
solution:
|
35
|
+
plain regexp.. should be easy.
|
36
|
+
|
37
|
+
text:
|
38
|
+
val?(a):p(b)
|
39
|
+
val?'a':'b'
|
40
|
+
symptoms:
|
41
|
+
':p' is recognized as a symbol.. its 2 things ':' and 'p'.
|
42
|
+
:'b' has same problem.
|
43
|
+
solution:
|
44
|
+
ternary operator rule, precedence stuff, symbol rule.
|
45
|
+
but also consider 'a.b?(:c)' ??
|
46
|
+
</string>
|
47
|
+
<key>fileTypes</key>
|
48
|
+
<array>
|
49
|
+
<string>rb</string>
|
50
|
+
<string>rbx</string>
|
51
|
+
<string>rjs</string>
|
52
|
+
<string>ru</string>
|
53
|
+
<string>Rakefile</string>
|
54
|
+
<string>rake</string>
|
55
|
+
<string>cgi</string>
|
56
|
+
<string>fcgi</string>
|
57
|
+
<string>gemspec</string>
|
58
|
+
<string>Gemfile</string>
|
59
|
+
<string>irbrc</string>
|
60
|
+
<string>capfile</string>
|
61
|
+
<string>Capfile</string>
|
62
|
+
</array>
|
63
|
+
<key>firstLineMatch</key>
|
64
|
+
<string>^#!/.*\bruby</string>
|
65
|
+
<key>foldingStartMarker</key>
|
66
|
+
<string>(?x)^
|
67
|
+
(\s*+
|
68
|
+
(module|class|def(?!.*\bend\s*$)
|
69
|
+
|unless|if
|
70
|
+
|case
|
71
|
+
|begin
|
72
|
+
|for|while|until
|
73
|
+
|^=begin
|
74
|
+
|( "(\\.|[^"])*+" # eat a double quoted string
|
75
|
+
| '(\\.|[^'])*+' # eat a single quoted string
|
76
|
+
| [^#"'] # eat all but comments and strings
|
77
|
+
)*
|
78
|
+
( \s (do|begin|case)
|
79
|
+
| (?<!\$)[-+=&|*/~%^<>~] \s*+ (if|unless)
|
80
|
+
)
|
81
|
+
)\b
|
82
|
+
(?! [^;]*+ ; .*? \bend\b )
|
83
|
+
|( "(\\.|[^"])*+" # eat a double quoted string
|
84
|
+
| '(\\.|[^'])*+' # eat a single quoted string
|
85
|
+
| [^#"'] # eat all but comments and strings
|
86
|
+
)*
|
87
|
+
( \{ (?! [^}]*+ \} )
|
88
|
+
| \[ (?! [^\]]*+ \] )
|
89
|
+
)
|
90
|
+
).*$
|
91
|
+
| [#] .*? \(fold\) \s*+ $ # Sune’s special marker
|
92
|
+
</string>
|
93
|
+
<key>foldingStopMarker</key>
|
94
|
+
<string>(?x)
|
95
|
+
( (^|;) \s*+ end \s*+ ([#].*)? $
|
96
|
+
| (^|;) \s*+ end \. .* $
|
97
|
+
| ^ \s*+ [}\]] ,? \s*+ ([#].*)? $
|
98
|
+
| [#] .*? \(end\) \s*+ $ # Sune’s special marker
|
99
|
+
| ^=end
|
100
|
+
)</string>
|
101
|
+
<key>keyEquivalent</key>
|
102
|
+
<string>^~R</string>
|
103
|
+
<key>name</key>
|
104
|
+
<string>Ruby</string>
|
105
|
+
|
106
|
+
|
107
|
+
<key>patterns</key>
|
108
|
+
<array>
|
109
|
+
<dict>
|
110
|
+
<key>captures</key>
|
111
|
+
<dict>
|
112
|
+
<key>1</key>
|
113
|
+
<dict>
|
114
|
+
<key>name</key>
|
115
|
+
<string>keyword.control.class.ruby</string>
|
116
|
+
</dict>
|
117
|
+
<key>2</key>
|
118
|
+
<dict>
|
119
|
+
<key>name</key>
|
120
|
+
<string>entity.name.type.class.ruby</string>
|
121
|
+
</dict>
|
122
|
+
<key>4</key>
|
123
|
+
<dict>
|
124
|
+
<key>name</key>
|
125
|
+
<string>entity.other.inherited-class.ruby</string>
|
126
|
+
</dict>
|
127
|
+
<key>5</key>
|
128
|
+
<dict>
|
129
|
+
<key>name</key>
|
130
|
+
<string>punctuation.separator.inheritance.ruby</string>
|
131
|
+
</dict>
|
132
|
+
<key>6</key>
|
133
|
+
<dict>
|
134
|
+
<key>name</key>
|
135
|
+
<string>variable.other.object.ruby</string>
|
136
|
+
</dict>
|
137
|
+
<key>7</key>
|
138
|
+
<dict>
|
139
|
+
<key>name</key>
|
140
|
+
<string>punctuation.definition.variable.ruby</string>
|
141
|
+
</dict>
|
142
|
+
</dict>
|
143
|
+
<key>match</key>
|
144
|
+
<string>^\s*(class)\s+(([.a-zA-Z0-9_:]+(\s*(<)\s*[.a-zA-Z0-9_:]+)?)|((<<)\s*[.a-zA-Z0-9_:]+))</string>
|
145
|
+
<key>name</key>
|
146
|
+
<string>meta.class.ruby</string>
|
147
|
+
</dict>
|
148
|
+
<dict>
|
149
|
+
<key>captures</key>
|
150
|
+
<dict>
|
151
|
+
<key>1</key>
|
152
|
+
<dict>
|
153
|
+
<key>name</key>
|
154
|
+
<string>keyword.control.module.ruby</string>
|
155
|
+
</dict>
|
156
|
+
<key>2</key>
|
157
|
+
<dict>
|
158
|
+
<key>name</key>
|
159
|
+
<string>entity.name.type.module.ruby</string>
|
160
|
+
</dict>
|
161
|
+
<key>3</key>
|
162
|
+
<dict>
|
163
|
+
<key>name</key>
|
164
|
+
<string>entity.other.inherited-class.module.first.ruby</string>
|
165
|
+
</dict>
|
166
|
+
<key>4</key>
|
167
|
+
<dict>
|
168
|
+
<key>name</key>
|
169
|
+
<string>punctuation.separator.inheritance.ruby</string>
|
170
|
+
</dict>
|
171
|
+
<key>5</key>
|
172
|
+
<dict>
|
173
|
+
<key>name</key>
|
174
|
+
<string>entity.other.inherited-class.module.second.ruby</string>
|
175
|
+
</dict>
|
176
|
+
<key>6</key>
|
177
|
+
<dict>
|
178
|
+
<key>name</key>
|
179
|
+
<string>punctuation.separator.inheritance.ruby</string>
|
180
|
+
</dict>
|
181
|
+
<key>7</key>
|
182
|
+
<dict>
|
183
|
+
<key>name</key>
|
184
|
+
<string>entity.other.inherited-class.module.third.ruby</string>
|
185
|
+
</dict>
|
186
|
+
<key>8</key>
|
187
|
+
<dict>
|
188
|
+
<key>name</key>
|
189
|
+
<string>punctuation.separator.inheritance.ruby</string>
|
190
|
+
</dict>
|
191
|
+
</dict>
|
192
|
+
<key>match</key>
|
193
|
+
<string>^\s*(module)\s+(([A-Z]\w*(::))?([A-Z]\w*(::))?([A-Z]\w*(::))*[A-Z]\w*)</string>
|
194
|
+
<key>name</key>
|
195
|
+
<string>meta.module.ruby</string>
|
196
|
+
</dict>
|
197
|
+
<dict>
|
198
|
+
<key>comment</key>
|
199
|
+
<string>else if is a common mistake carried over from other languages. it works if you put in a second end, but it’s never what you want.</string>
|
200
|
+
<key>match</key>
|
201
|
+
<string>(?<!\.)\belse(\s)+if\b</string>
|
202
|
+
<key>name</key>
|
203
|
+
<string>invalid.deprecated.ruby</string>
|
204
|
+
</dict>
|
205
|
+
<dict>
|
206
|
+
<key>comment</key>
|
207
|
+
<string>everything being a reserved word, not a value and needing a 'end' is a..</string>
|
208
|
+
<key>match</key>
|
209
|
+
<string>(?<!\.)\b(BEGIN|begin|case|class|else|elsif|END|end|ensure|for|if|in|module|rescue|then|unless|until|when|while)\b(?![?!])</string>
|
210
|
+
<key>name</key>
|
211
|
+
<string>keyword.control.ruby</string>
|
212
|
+
</dict>
|
213
|
+
<dict>
|
214
|
+
<key>comment</key>
|
215
|
+
<string>contextual smart pair support for block parameters</string>
|
216
|
+
<key>match</key>
|
217
|
+
<string>(?<!\.)\bdo\b\s*</string>
|
218
|
+
<key>name</key>
|
219
|
+
<string>keyword.control.start-block.ruby</string>
|
220
|
+
</dict>
|
221
|
+
<dict>
|
222
|
+
<key>comment</key>
|
223
|
+
<string>contextual smart pair support</string>
|
224
|
+
<key>match</key>
|
225
|
+
<string>(?<=\{)(\s+)</string>
|
226
|
+
<key>name</key>
|
227
|
+
<string>meta.syntax.ruby.start-block</string>
|
228
|
+
</dict>
|
229
|
+
<dict>
|
230
|
+
<key>comment</key>
|
231
|
+
<string> as above, just doesn't need a 'end' and does a logic operation</string>
|
232
|
+
<key>match</key>
|
233
|
+
<string>(?<!\.)\b(and|not|or)\b</string>
|
234
|
+
<key>name</key>
|
235
|
+
<string>keyword.operator.logical.ruby</string>
|
236
|
+
</dict>
|
237
|
+
<dict>
|
238
|
+
<key>comment</key>
|
239
|
+
<string> just as above but being not a logical operation</string>
|
240
|
+
<key>match</key>
|
241
|
+
<string>(?<!\.)\b(alias|alias_method|break|next|redo|retry|return|super|undef|yield)\b(?![?!])|\bdefined\?|\bblock_given\?</string>
|
242
|
+
<key>name</key>
|
243
|
+
<string>keyword.control.pseudo-method.ruby</string>
|
244
|
+
</dict>
|
245
|
+
<dict>
|
246
|
+
<key>match</key>
|
247
|
+
<string>\b(nil|true|false)\b(?![?!])</string>
|
248
|
+
<key>name</key>
|
249
|
+
<string>constant.language.ruby</string>
|
250
|
+
</dict>
|
251
|
+
<dict>
|
252
|
+
<key>match</key>
|
253
|
+
<string>\b(__(FILE|LINE)__|self)\b(?![?!])</string>
|
254
|
+
<key>name</key>
|
255
|
+
<string>variable.language.ruby</string>
|
256
|
+
</dict>
|
257
|
+
<dict>
|
258
|
+
<key>comment</key>
|
259
|
+
<string> everything being a method but having a special function is a..</string>
|
260
|
+
<key>match</key>
|
261
|
+
<string>\b(initialize|new|loop|include|extend|raise|attr_reader|attr_writer|attr_accessor|attr|catch|throw|private|module_function|public|protected)\b(?![?!])</string>
|
262
|
+
<key>name</key>
|
263
|
+
<string>keyword.other.special-method.ruby</string>
|
264
|
+
</dict>
|
265
|
+
<dict>
|
266
|
+
<key>begin</key>
|
267
|
+
<string>\b(require|gem)\b</string>
|
268
|
+
<key>captures</key>
|
269
|
+
<dict>
|
270
|
+
<key>1</key>
|
271
|
+
<dict>
|
272
|
+
<key>name</key>
|
273
|
+
<string>keyword.other.special-method.ruby</string>
|
274
|
+
</dict>
|
275
|
+
</dict>
|
276
|
+
<key>end</key>
|
277
|
+
<string>$|(?=#)</string>
|
278
|
+
<key>name</key>
|
279
|
+
<string>meta.require.ruby</string>
|
280
|
+
<key>patterns</key>
|
281
|
+
<array>
|
282
|
+
<dict>
|
283
|
+
<key>include</key>
|
284
|
+
<string>$self</string>
|
285
|
+
</dict>
|
286
|
+
</array>
|
287
|
+
</dict>
|
288
|
+
<dict>
|
289
|
+
<key>captures</key>
|
290
|
+
<dict>
|
291
|
+
<key>1</key>
|
292
|
+
<dict>
|
293
|
+
<key>name</key>
|
294
|
+
<string>punctuation.definition.variable.ruby</string>
|
295
|
+
</dict>
|
296
|
+
</dict>
|
297
|
+
<key>match</key>
|
298
|
+
<string>(@)[a-zA-Z_]\w*</string>
|
299
|
+
<key>name</key>
|
300
|
+
<string>variable.other.readwrite.instance.ruby</string>
|
301
|
+
</dict>
|
302
|
+
<dict>
|
303
|
+
<key>captures</key>
|
304
|
+
<dict>
|
305
|
+
<key>1</key>
|
306
|
+
<dict>
|
307
|
+
<key>name</key>
|
308
|
+
<string>punctuation.definition.variable.ruby</string>
|
309
|
+
</dict>
|
310
|
+
</dict>
|
311
|
+
<key>match</key>
|
312
|
+
<string>(@@)[a-zA-Z_]\w*</string>
|
313
|
+
<key>name</key>
|
314
|
+
<string>variable.other.readwrite.class.ruby</string>
|
315
|
+
</dict>
|
316
|
+
<dict>
|
317
|
+
<key>captures</key>
|
318
|
+
<dict>
|
319
|
+
<key>1</key>
|
320
|
+
<dict>
|
321
|
+
<key>name</key>
|
322
|
+
<string>punctuation.definition.variable.ruby</string>
|
323
|
+
</dict>
|
324
|
+
</dict>
|
325
|
+
<key>match</key>
|
326
|
+
<string>(\$)[a-zA-Z_]\w*</string>
|
327
|
+
<key>name</key>
|
328
|
+
<string>variable.other.readwrite.global.ruby</string>
|
329
|
+
</dict>
|
330
|
+
<dict>
|
331
|
+
<key>captures</key>
|
332
|
+
<dict>
|
333
|
+
<key>1</key>
|
334
|
+
<dict>
|
335
|
+
<key>name</key>
|
336
|
+
<string>punctuation.definition.variable.ruby</string>
|
337
|
+
</dict>
|
338
|
+
</dict>
|
339
|
+
<key>match</key>
|
340
|
+
<string>(\$)(!|@|&|`|'|\+|\d+|~|=|/|\\|,|;|\.|<|>|_|\*|\$|\?|:|"|-[0adFiIlpv])</string>
|
341
|
+
<key>name</key>
|
342
|
+
<string>variable.other.readwrite.global.pre-defined.ruby</string>
|
343
|
+
</dict>
|
344
|
+
<dict>
|
345
|
+
<key>begin</key>
|
346
|
+
<string>\b(ENV)\[</string>
|
347
|
+
<key>beginCaptures</key>
|
348
|
+
<dict>
|
349
|
+
<key>1</key>
|
350
|
+
<dict>
|
351
|
+
<key>name</key>
|
352
|
+
<string>variable.other.constant.ruby</string>
|
353
|
+
</dict>
|
354
|
+
</dict>
|
355
|
+
<key>end</key>
|
356
|
+
<string>\]</string>
|
357
|
+
<key>name</key>
|
358
|
+
<string>meta.environment-variable.ruby</string>
|
359
|
+
<key>patterns</key>
|
360
|
+
<array>
|
361
|
+
<dict>
|
362
|
+
<key>include</key>
|
363
|
+
<string>$self</string>
|
364
|
+
</dict>
|
365
|
+
</array>
|
366
|
+
</dict>
|
367
|
+
<dict>
|
368
|
+
<key>match</key>
|
369
|
+
<string>\b[A-Z]\w*(?=((\.|::)[A-Za-z]|\[))</string>
|
370
|
+
<key>name</key>
|
371
|
+
<string>support.class.ruby</string>
|
372
|
+
</dict>
|
373
|
+
<dict>
|
374
|
+
<key>match</key>
|
375
|
+
<string>\b[A-Z]\w*\b</string>
|
376
|
+
<key>name</key>
|
377
|
+
<string>variable.other.constant.ruby</string>
|
378
|
+
</dict>
|
379
|
+
<dict>
|
380
|
+
<key>begin</key>
|
381
|
+
<string>(?x)
|
382
|
+
(?=def\b) # an optimization to help Oniguruma fail fast
|
383
|
+
(?<=^|\s)(def)\s+ # the def keyword
|
384
|
+
( (?>[a-zA-Z_]\w*(?>\.|::))? # a method name prefix
|
385
|
+
(?>[a-zA-Z_]\w*(?>[?!]|=(?!>))? # the method name
|
386
|
+
|===?|>[>=]?|<=>|<[<=]?|[%&`/\|]|\*\*?|=?~|[-+]@?|\[\]=?) ) # …or an operator method
|
387
|
+
\s*(\() # the openning parenthesis for arguments
|
388
|
+
</string>
|
389
|
+
<key>beginCaptures</key>
|
390
|
+
<dict>
|
391
|
+
<key>1</key>
|
392
|
+
<dict>
|
393
|
+
<key>name</key>
|
394
|
+
<string>keyword.control.def.ruby</string>
|
395
|
+
</dict>
|
396
|
+
<key>2</key>
|
397
|
+
<dict>
|
398
|
+
<key>name</key>
|
399
|
+
<string>entity.name.function.ruby</string>
|
400
|
+
</dict>
|
401
|
+
<key>3</key>
|
402
|
+
<dict>
|
403
|
+
<key>name</key>
|
404
|
+
<string>punctuation.definition.parameters.ruby</string>
|
405
|
+
</dict>
|
406
|
+
</dict>
|
407
|
+
<key>comment</key>
|
408
|
+
<string>the method pattern comes from the symbol pattern, see there for a explaination</string>
|
409
|
+
<key>contentName</key>
|
410
|
+
<string>variable.parameter.function.ruby</string>
|
411
|
+
<key>end</key>
|
412
|
+
<string>\)</string>
|
413
|
+
<key>endCaptures</key>
|
414
|
+
<dict>
|
415
|
+
<key>0</key>
|
416
|
+
<dict>
|
417
|
+
<key>name</key>
|
418
|
+
<string>punctuation.definition.parameters.ruby</string>
|
419
|
+
</dict>
|
420
|
+
</dict>
|
421
|
+
<key>name</key>
|
422
|
+
<string>meta.function.method.with-arguments.ruby</string>
|
423
|
+
<key>patterns</key>
|
424
|
+
<array>
|
425
|
+
<dict>
|
426
|
+
<key>include</key>
|
427
|
+
<string>$self</string>
|
428
|
+
</dict>
|
429
|
+
</array>
|
430
|
+
</dict>
|
431
|
+
<dict>
|
432
|
+
<key>begin</key>
|
433
|
+
<string>(?x)
|
434
|
+
(?=def\b) # an optimization to help Oniguruma fail fast
|
435
|
+
(?<=^|\s)(def)\s+ # the def keyword
|
436
|
+
( (?>[a-zA-Z_]\w*(?>\.|::))? # a method name prefix
|
437
|
+
(?>[a-zA-Z_]\w*(?>[?!]|=(?!>))? # the method name
|
438
|
+
|===?|>[>=]?|<=>|<[<=]?|[%&`/\|]|\*\*?|=?~|[-+]@?|\[\]=?) ) # …or an operator method
|
439
|
+
[ \t] # the space separating the arguments
|
440
|
+
(?=[ \t]*[^\s#;]) # make sure arguments and not a comment follow
|
441
|
+
</string>
|
442
|
+
<key>beginCaptures</key>
|
443
|
+
<dict>
|
444
|
+
<key>1</key>
|
445
|
+
<dict>
|
446
|
+
<key>name</key>
|
447
|
+
<string>keyword.control.def.ruby</string>
|
448
|
+
</dict>
|
449
|
+
<key>2</key>
|
450
|
+
<dict>
|
451
|
+
<key>name</key>
|
452
|
+
<string>entity.name.function.ruby</string>
|
453
|
+
</dict>
|
454
|
+
</dict>
|
455
|
+
<key>comment</key>
|
456
|
+
<string>same as the previous rule, but without parentheses around the arguments</string>
|
457
|
+
<key>contentName</key>
|
458
|
+
<string>variable.parameter.function.ruby</string>
|
459
|
+
<key>end</key>
|
460
|
+
<string>$</string>
|
461
|
+
<key>name</key>
|
462
|
+
<string>meta.function.method.with-arguments.ruby</string>
|
463
|
+
<key>patterns</key>
|
464
|
+
<array>
|
465
|
+
<dict>
|
466
|
+
<key>include</key>
|
467
|
+
<string>$self</string>
|
468
|
+
</dict>
|
469
|
+
</array>
|
470
|
+
</dict>
|
471
|
+
<dict>
|
472
|
+
<key>captures</key>
|
473
|
+
<dict>
|
474
|
+
<key>1</key>
|
475
|
+
<dict>
|
476
|
+
<key>name</key>
|
477
|
+
<string>keyword.control.def.ruby</string>
|
478
|
+
</dict>
|
479
|
+
<key>3</key>
|
480
|
+
<dict>
|
481
|
+
<key>name</key>
|
482
|
+
<string>entity.name.function.ruby</string>
|
483
|
+
</dict>
|
484
|
+
</dict>
|
485
|
+
<key>comment</key>
|
486
|
+
<string> the optional name is just to catch the def also without a method-name</string>
|
487
|
+
<key>match</key>
|
488
|
+
<string>(?x)
|
489
|
+
(?=def\b) # an optimization to help Oniguruma fail fast
|
490
|
+
(?<=^|\s)(def)\b # the def keyword
|
491
|
+
( \s+ # an optional group of whitespace followed by…
|
492
|
+
( (?>[a-zA-Z_]\w*(?>\.|::))? # a method name prefix
|
493
|
+
(?>[a-zA-Z_]\w*(?>[?!]|=(?!>))? # the method name
|
494
|
+
|===?|>[>=]?|<=>|<[<=]?|[%&`/\|]|\*\*?|=?~|[-+]@?|\[\]=?) ) )? # …or an operator method
|
495
|
+
</string>
|
496
|
+
<key>name</key>
|
497
|
+
<string>meta.function.method.without-arguments.ruby</string>
|
498
|
+
</dict>
|
499
|
+
<dict>
|
500
|
+
<key>match</key>
|
501
|
+
<string>\b(0[xX]\h(?>_?\h)*|\d(?>_?\d)*(\.(?![^[:space:][:digit:]])(?>_?\d)*)?([eE][-+]?\d(?>_?\d)*)?|0[bB][01]+)\b</string>
|
502
|
+
<key>name</key>
|
503
|
+
<string>constant.numeric.ruby</string>
|
504
|
+
</dict>
|
505
|
+
<dict>
|
506
|
+
<key>begin</key>
|
507
|
+
<string>:'</string>
|
508
|
+
<key>captures</key>
|
509
|
+
<dict>
|
510
|
+
<key>0</key>
|
511
|
+
<dict>
|
512
|
+
<key>name</key>
|
513
|
+
<string>punctuation.definition.constant.ruby</string>
|
514
|
+
</dict>
|
515
|
+
</dict>
|
516
|
+
<key>end</key>
|
517
|
+
<string>'</string>
|
518
|
+
<key>name</key>
|
519
|
+
<string>constant.other.symbol.single-quoted.ruby</string>
|
520
|
+
<key>patterns</key>
|
521
|
+
<array>
|
522
|
+
<dict>
|
523
|
+
<key>match</key>
|
524
|
+
<string>\\['\\]</string>
|
525
|
+
<key>name</key>
|
526
|
+
<string>constant.character.escape.ruby</string>
|
527
|
+
</dict>
|
528
|
+
</array>
|
529
|
+
</dict>
|
530
|
+
<dict>
|
531
|
+
<key>begin</key>
|
532
|
+
<string>:"</string>
|
533
|
+
<key>captures</key>
|
534
|
+
<dict>
|
535
|
+
<key>0</key>
|
536
|
+
<dict>
|
537
|
+
<key>name</key>
|
538
|
+
<string>punctuation.definition.constant.ruby</string>
|
539
|
+
</dict>
|
540
|
+
</dict>
|
541
|
+
<key>end</key>
|
542
|
+
<string>"</string>
|
543
|
+
<key>name</key>
|
544
|
+
<string>constant.other.symbol.double-quoted.ruby</string>
|
545
|
+
<key>patterns</key>
|
546
|
+
<array>
|
547
|
+
<dict>
|
548
|
+
<key>include</key>
|
549
|
+
<string>#interpolated_ruby</string>
|
550
|
+
</dict>
|
551
|
+
<dict>
|
552
|
+
<key>include</key>
|
553
|
+
<string>#escaped_char</string>
|
554
|
+
</dict>
|
555
|
+
</array>
|
556
|
+
</dict>
|
557
|
+
<dict>
|
558
|
+
<key>comment</key>
|
559
|
+
<string>Needs higher precidence than regular expressions.</string>
|
560
|
+
<key>match</key>
|
561
|
+
<string>/=</string>
|
562
|
+
<key>name</key>
|
563
|
+
<string>keyword.operator.assignment.augmented.ruby</string>
|
564
|
+
</dict>
|
565
|
+
<dict>
|
566
|
+
<key>begin</key>
|
567
|
+
<string>'</string>
|
568
|
+
<key>beginCaptures</key>
|
569
|
+
<dict>
|
570
|
+
<key>0</key>
|
571
|
+
<dict>
|
572
|
+
<key>name</key>
|
573
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
574
|
+
</dict>
|
575
|
+
</dict>
|
576
|
+
<key>comment</key>
|
577
|
+
<string>single quoted string (does not allow interpolation)</string>
|
578
|
+
<key>end</key>
|
579
|
+
<string>'</string>
|
580
|
+
<key>endCaptures</key>
|
581
|
+
<dict>
|
582
|
+
<key>0</key>
|
583
|
+
<dict>
|
584
|
+
<key>name</key>
|
585
|
+
<string>punctuation.definition.string.end.ruby</string>
|
586
|
+
</dict>
|
587
|
+
</dict>
|
588
|
+
<key>name</key>
|
589
|
+
<string>string.quoted.single.ruby</string>
|
590
|
+
<key>patterns</key>
|
591
|
+
<array>
|
592
|
+
<dict>
|
593
|
+
<key>match</key>
|
594
|
+
<string>\\'|\\\\</string>
|
595
|
+
<key>name</key>
|
596
|
+
<string>constant.character.escape.ruby</string>
|
597
|
+
</dict>
|
598
|
+
</array>
|
599
|
+
</dict>
|
600
|
+
<dict>
|
601
|
+
<key>begin</key>
|
602
|
+
<string>"</string>
|
603
|
+
<key>beginCaptures</key>
|
604
|
+
<dict>
|
605
|
+
<key>0</key>
|
606
|
+
<dict>
|
607
|
+
<key>name</key>
|
608
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
609
|
+
</dict>
|
610
|
+
</dict>
|
611
|
+
<key>comment</key>
|
612
|
+
<string>double quoted string (allows for interpolation)</string>
|
613
|
+
<key>end</key>
|
614
|
+
<string>"</string>
|
615
|
+
<key>endCaptures</key>
|
616
|
+
<dict>
|
617
|
+
<key>0</key>
|
618
|
+
<dict>
|
619
|
+
<key>name</key>
|
620
|
+
<string>punctuation.definition.string.end.ruby</string>
|
621
|
+
</dict>
|
622
|
+
</dict>
|
623
|
+
<key>name</key>
|
624
|
+
<string>string.quoted.double.ruby</string>
|
625
|
+
<key>patterns</key>
|
626
|
+
<array>
|
627
|
+
<dict>
|
628
|
+
<key>include</key>
|
629
|
+
<string>#interpolated_ruby</string>
|
630
|
+
</dict>
|
631
|
+
<dict>
|
632
|
+
<key>include</key>
|
633
|
+
<string>#escaped_char</string>
|
634
|
+
</dict>
|
635
|
+
</array>
|
636
|
+
</dict>
|
637
|
+
<dict>
|
638
|
+
<key>begin</key>
|
639
|
+
<string>`</string>
|
640
|
+
<key>beginCaptures</key>
|
641
|
+
<dict>
|
642
|
+
<key>0</key>
|
643
|
+
<dict>
|
644
|
+
<key>name</key>
|
645
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
646
|
+
</dict>
|
647
|
+
</dict>
|
648
|
+
<key>comment</key>
|
649
|
+
<string>execute string (allows for interpolation)</string>
|
650
|
+
<key>end</key>
|
651
|
+
<string>`</string>
|
652
|
+
<key>endCaptures</key>
|
653
|
+
<dict>
|
654
|
+
<key>0</key>
|
655
|
+
<dict>
|
656
|
+
<key>name</key>
|
657
|
+
<string>punctuation.definition.string.end.ruby</string>
|
658
|
+
</dict>
|
659
|
+
</dict>
|
660
|
+
<key>name</key>
|
661
|
+
<string>string.interpolated.ruby</string>
|
662
|
+
<key>patterns</key>
|
663
|
+
<array>
|
664
|
+
<dict>
|
665
|
+
<key>include</key>
|
666
|
+
<string>#interpolated_ruby</string>
|
667
|
+
</dict>
|
668
|
+
<dict>
|
669
|
+
<key>include</key>
|
670
|
+
<string>#escaped_char</string>
|
671
|
+
</dict>
|
672
|
+
</array>
|
673
|
+
</dict>
|
674
|
+
<dict>
|
675
|
+
<key>begin</key>
|
676
|
+
<string>%x\{</string>
|
677
|
+
<key>beginCaptures</key>
|
678
|
+
<dict>
|
679
|
+
<key>0</key>
|
680
|
+
<dict>
|
681
|
+
<key>name</key>
|
682
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
683
|
+
</dict>
|
684
|
+
</dict>
|
685
|
+
<key>comment</key>
|
686
|
+
<string>execute string (allow for interpolation)</string>
|
687
|
+
<key>end</key>
|
688
|
+
<string>\}</string>
|
689
|
+
<key>endCaptures</key>
|
690
|
+
<dict>
|
691
|
+
<key>0</key>
|
692
|
+
<dict>
|
693
|
+
<key>name</key>
|
694
|
+
<string>punctuation.definition.string.end.ruby</string>
|
695
|
+
</dict>
|
696
|
+
</dict>
|
697
|
+
<key>name</key>
|
698
|
+
<string>string.interpolated.ruby</string>
|
699
|
+
<key>patterns</key>
|
700
|
+
<array>
|
701
|
+
<dict>
|
702
|
+
<key>include</key>
|
703
|
+
<string>#interpolated_ruby</string>
|
704
|
+
</dict>
|
705
|
+
<dict>
|
706
|
+
<key>include</key>
|
707
|
+
<string>#escaped_char</string>
|
708
|
+
</dict>
|
709
|
+
<dict>
|
710
|
+
<key>include</key>
|
711
|
+
<string>#nest_curly_i</string>
|
712
|
+
</dict>
|
713
|
+
</array>
|
714
|
+
</dict>
|
715
|
+
<dict>
|
716
|
+
<key>begin</key>
|
717
|
+
<string>%x\[</string>
|
718
|
+
<key>beginCaptures</key>
|
719
|
+
<dict>
|
720
|
+
<key>0</key>
|
721
|
+
<dict>
|
722
|
+
<key>name</key>
|
723
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
724
|
+
</dict>
|
725
|
+
</dict>
|
726
|
+
<key>comment</key>
|
727
|
+
<string>execute string (allow for interpolation)</string>
|
728
|
+
<key>end</key>
|
729
|
+
<string>\]</string>
|
730
|
+
<key>endCaptures</key>
|
731
|
+
<dict>
|
732
|
+
<key>0</key>
|
733
|
+
<dict>
|
734
|
+
<key>name</key>
|
735
|
+
<string>punctuation.definition.string.end.ruby</string>
|
736
|
+
</dict>
|
737
|
+
</dict>
|
738
|
+
<key>name</key>
|
739
|
+
<string>string.interpolated.ruby</string>
|
740
|
+
<key>patterns</key>
|
741
|
+
<array>
|
742
|
+
<dict>
|
743
|
+
<key>include</key>
|
744
|
+
<string>#interpolated_ruby</string>
|
745
|
+
</dict>
|
746
|
+
<dict>
|
747
|
+
<key>include</key>
|
748
|
+
<string>#escaped_char</string>
|
749
|
+
</dict>
|
750
|
+
<dict>
|
751
|
+
<key>include</key>
|
752
|
+
<string>#nest_brackets_i</string>
|
753
|
+
</dict>
|
754
|
+
</array>
|
755
|
+
</dict>
|
756
|
+
<dict>
|
757
|
+
<key>begin</key>
|
758
|
+
<string>%x\<</string>
|
759
|
+
<key>beginCaptures</key>
|
760
|
+
<dict>
|
761
|
+
<key>0</key>
|
762
|
+
<dict>
|
763
|
+
<key>name</key>
|
764
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
765
|
+
</dict>
|
766
|
+
</dict>
|
767
|
+
<key>comment</key>
|
768
|
+
<string>execute string (allow for interpolation)</string>
|
769
|
+
<key>end</key>
|
770
|
+
<string>\></string>
|
771
|
+
<key>endCaptures</key>
|
772
|
+
<dict>
|
773
|
+
<key>0</key>
|
774
|
+
<dict>
|
775
|
+
<key>name</key>
|
776
|
+
<string>punctuation.definition.string.end.ruby</string>
|
777
|
+
</dict>
|
778
|
+
</dict>
|
779
|
+
<key>name</key>
|
780
|
+
<string>string.interpolated.ruby</string>
|
781
|
+
<key>patterns</key>
|
782
|
+
<array>
|
783
|
+
<dict>
|
784
|
+
<key>include</key>
|
785
|
+
<string>#interpolated_ruby</string>
|
786
|
+
</dict>
|
787
|
+
<dict>
|
788
|
+
<key>include</key>
|
789
|
+
<string>#escaped_char</string>
|
790
|
+
</dict>
|
791
|
+
<dict>
|
792
|
+
<key>include</key>
|
793
|
+
<string>#nest_ltgt_i</string>
|
794
|
+
</dict>
|
795
|
+
</array>
|
796
|
+
</dict>
|
797
|
+
<dict>
|
798
|
+
<key>begin</key>
|
799
|
+
<string>%x\(</string>
|
800
|
+
<key>beginCaptures</key>
|
801
|
+
<dict>
|
802
|
+
<key>0</key>
|
803
|
+
<dict>
|
804
|
+
<key>name</key>
|
805
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
806
|
+
</dict>
|
807
|
+
</dict>
|
808
|
+
<key>comment</key>
|
809
|
+
<string>execute string (allow for interpolation)</string>
|
810
|
+
<key>end</key>
|
811
|
+
<string>\)</string>
|
812
|
+
<key>endCaptures</key>
|
813
|
+
<dict>
|
814
|
+
<key>0</key>
|
815
|
+
<dict>
|
816
|
+
<key>name</key>
|
817
|
+
<string>punctuation.definition.string.end.ruby</string>
|
818
|
+
</dict>
|
819
|
+
</dict>
|
820
|
+
<key>name</key>
|
821
|
+
<string>string.interpolated.ruby</string>
|
822
|
+
<key>patterns</key>
|
823
|
+
<array>
|
824
|
+
<dict>
|
825
|
+
<key>include</key>
|
826
|
+
<string>#interpolated_ruby</string>
|
827
|
+
</dict>
|
828
|
+
<dict>
|
829
|
+
<key>include</key>
|
830
|
+
<string>#escaped_char</string>
|
831
|
+
</dict>
|
832
|
+
<dict>
|
833
|
+
<key>include</key>
|
834
|
+
<string>#nest_parens_i</string>
|
835
|
+
</dict>
|
836
|
+
</array>
|
837
|
+
</dict>
|
838
|
+
<dict>
|
839
|
+
<key>begin</key>
|
840
|
+
<string>%x([^\w])</string>
|
841
|
+
<key>beginCaptures</key>
|
842
|
+
<dict>
|
843
|
+
<key>0</key>
|
844
|
+
<dict>
|
845
|
+
<key>name</key>
|
846
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
847
|
+
</dict>
|
848
|
+
</dict>
|
849
|
+
<key>comment</key>
|
850
|
+
<string>execute string (allow for interpolation)</string>
|
851
|
+
<key>end</key>
|
852
|
+
<string>\1</string>
|
853
|
+
<key>endCaptures</key>
|
854
|
+
<dict>
|
855
|
+
<key>0</key>
|
856
|
+
<dict>
|
857
|
+
<key>name</key>
|
858
|
+
<string>punctuation.definition.string.end.ruby</string>
|
859
|
+
</dict>
|
860
|
+
</dict>
|
861
|
+
<key>name</key>
|
862
|
+
<string>string.interpolated.ruby</string>
|
863
|
+
<key>patterns</key>
|
864
|
+
<array>
|
865
|
+
<dict>
|
866
|
+
<key>include</key>
|
867
|
+
<string>#interpolated_ruby</string>
|
868
|
+
</dict>
|
869
|
+
<dict>
|
870
|
+
<key>include</key>
|
871
|
+
<string>#escaped_char</string>
|
872
|
+
</dict>
|
873
|
+
</array>
|
874
|
+
</dict>
|
875
|
+
<dict>
|
876
|
+
<key>begin</key>
|
877
|
+
<string>(?x)
|
878
|
+
(?:
|
879
|
+
^ # beginning of line
|
880
|
+
| (?<= # or look-behind on:
|
881
|
+
[=>~(?:\[,|&;]
|
882
|
+
| [\s;]if\s # keywords
|
883
|
+
| [\s;]elsif\s
|
884
|
+
| [\s;]while\s
|
885
|
+
| [\s;]unless\s
|
886
|
+
| [\s;]when\s
|
887
|
+
| [\s;]assert_match\s
|
888
|
+
| [\s;]or\s # boolean opperators
|
889
|
+
| [\s;]and\s
|
890
|
+
| [\s;]not\s
|
891
|
+
| [\s.]index\s # methods
|
892
|
+
| [\s.]scan\s
|
893
|
+
| [\s.]sub\s
|
894
|
+
| [\s.]sub!\s
|
895
|
+
| [\s.]gsub\s
|
896
|
+
| [\s.]gsub!\s
|
897
|
+
| [\s.]match\s
|
898
|
+
)
|
899
|
+
| (?<= # or a look-behind with line anchor:
|
900
|
+
^when\s # duplication necessary due to limits of regex
|
901
|
+
| ^if\s
|
902
|
+
| ^elsif\s
|
903
|
+
| ^while\s
|
904
|
+
| ^unless\s
|
905
|
+
)
|
906
|
+
)
|
907
|
+
\s*((/))(?![*+{}?])
|
908
|
+
</string>
|
909
|
+
<key>captures</key>
|
910
|
+
<dict>
|
911
|
+
<key>1</key>
|
912
|
+
<dict>
|
913
|
+
<key>name</key>
|
914
|
+
<string>string.regexp.classic.ruby</string>
|
915
|
+
</dict>
|
916
|
+
<key>2</key>
|
917
|
+
<dict>
|
918
|
+
<key>name</key>
|
919
|
+
<string>punctuation.definition.string.ruby</string>
|
920
|
+
</dict>
|
921
|
+
</dict>
|
922
|
+
<key>comment</key>
|
923
|
+
<string>regular expressions (normal)
|
924
|
+
we only start a regexp if the character before it (excluding whitespace)
|
925
|
+
is what we think is before a regexp
|
926
|
+
</string>
|
927
|
+
<key>contentName</key>
|
928
|
+
<string>string.regexp.classic.ruby</string>
|
929
|
+
<key>end</key>
|
930
|
+
<string>((/[eimnosux]*))</string>
|
931
|
+
<key>patterns</key>
|
932
|
+
<array>
|
933
|
+
<dict>
|
934
|
+
<key>include</key>
|
935
|
+
<string>#regex_sub</string>
|
936
|
+
</dict>
|
937
|
+
</array>
|
938
|
+
</dict>
|
939
|
+
<dict>
|
940
|
+
<key>begin</key>
|
941
|
+
<string>%r\{</string>
|
942
|
+
<key>beginCaptures</key>
|
943
|
+
<dict>
|
944
|
+
<key>0</key>
|
945
|
+
<dict>
|
946
|
+
<key>name</key>
|
947
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
948
|
+
</dict>
|
949
|
+
</dict>
|
950
|
+
<key>comment</key>
|
951
|
+
<string>regular expressions (literal)</string>
|
952
|
+
<key>end</key>
|
953
|
+
<string>\}[eimnosux]*</string>
|
954
|
+
<key>endCaptures</key>
|
955
|
+
<dict>
|
956
|
+
<key>0</key>
|
957
|
+
<dict>
|
958
|
+
<key>name</key>
|
959
|
+
<string>punctuation.definition.string.end.ruby</string>
|
960
|
+
</dict>
|
961
|
+
</dict>
|
962
|
+
<key>name</key>
|
963
|
+
<string>string.regexp.mod-r.ruby</string>
|
964
|
+
<key>patterns</key>
|
965
|
+
<array>
|
966
|
+
<dict>
|
967
|
+
<key>include</key>
|
968
|
+
<string>#regex_sub</string>
|
969
|
+
</dict>
|
970
|
+
<dict>
|
971
|
+
<key>include</key>
|
972
|
+
<string>#nest_curly_r</string>
|
973
|
+
</dict>
|
974
|
+
</array>
|
975
|
+
</dict>
|
976
|
+
<dict>
|
977
|
+
<key>begin</key>
|
978
|
+
<string>%r\[</string>
|
979
|
+
<key>beginCaptures</key>
|
980
|
+
<dict>
|
981
|
+
<key>0</key>
|
982
|
+
<dict>
|
983
|
+
<key>name</key>
|
984
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
985
|
+
</dict>
|
986
|
+
</dict>
|
987
|
+
<key>comment</key>
|
988
|
+
<string>regular expressions (literal)</string>
|
989
|
+
<key>end</key>
|
990
|
+
<string>\][eimnosux]*</string>
|
991
|
+
<key>endCaptures</key>
|
992
|
+
<dict>
|
993
|
+
<key>0</key>
|
994
|
+
<dict>
|
995
|
+
<key>name</key>
|
996
|
+
<string>punctuation.definition.string.end.ruby</string>
|
997
|
+
</dict>
|
998
|
+
</dict>
|
999
|
+
<key>name</key>
|
1000
|
+
<string>string.regexp.mod-r.ruby</string>
|
1001
|
+
<key>patterns</key>
|
1002
|
+
<array>
|
1003
|
+
<dict>
|
1004
|
+
<key>include</key>
|
1005
|
+
<string>#regex_sub</string>
|
1006
|
+
</dict>
|
1007
|
+
<dict>
|
1008
|
+
<key>include</key>
|
1009
|
+
<string>#nest_brackets_r</string>
|
1010
|
+
</dict>
|
1011
|
+
</array>
|
1012
|
+
</dict>
|
1013
|
+
<dict>
|
1014
|
+
<key>begin</key>
|
1015
|
+
<string>%r\(</string>
|
1016
|
+
<key>beginCaptures</key>
|
1017
|
+
<dict>
|
1018
|
+
<key>0</key>
|
1019
|
+
<dict>
|
1020
|
+
<key>name</key>
|
1021
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1022
|
+
</dict>
|
1023
|
+
</dict>
|
1024
|
+
<key>comment</key>
|
1025
|
+
<string>regular expressions (literal)</string>
|
1026
|
+
<key>end</key>
|
1027
|
+
<string>\)[eimnosux]*</string>
|
1028
|
+
<key>endCaptures</key>
|
1029
|
+
<dict>
|
1030
|
+
<key>0</key>
|
1031
|
+
<dict>
|
1032
|
+
<key>name</key>
|
1033
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1034
|
+
</dict>
|
1035
|
+
</dict>
|
1036
|
+
<key>name</key>
|
1037
|
+
<string>string.regexp.mod-r.ruby</string>
|
1038
|
+
<key>patterns</key>
|
1039
|
+
<array>
|
1040
|
+
<dict>
|
1041
|
+
<key>include</key>
|
1042
|
+
<string>#regex_sub</string>
|
1043
|
+
</dict>
|
1044
|
+
<dict>
|
1045
|
+
<key>include</key>
|
1046
|
+
<string>#nest_parens_r</string>
|
1047
|
+
</dict>
|
1048
|
+
</array>
|
1049
|
+
</dict>
|
1050
|
+
<dict>
|
1051
|
+
<key>begin</key>
|
1052
|
+
<string>%r\<</string>
|
1053
|
+
<key>beginCaptures</key>
|
1054
|
+
<dict>
|
1055
|
+
<key>0</key>
|
1056
|
+
<dict>
|
1057
|
+
<key>name</key>
|
1058
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1059
|
+
</dict>
|
1060
|
+
</dict>
|
1061
|
+
<key>comment</key>
|
1062
|
+
<string>regular expressions (literal)</string>
|
1063
|
+
<key>end</key>
|
1064
|
+
<string>\>[eimnosux]*</string>
|
1065
|
+
<key>endCaptures</key>
|
1066
|
+
<dict>
|
1067
|
+
<key>0</key>
|
1068
|
+
<dict>
|
1069
|
+
<key>name</key>
|
1070
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1071
|
+
</dict>
|
1072
|
+
</dict>
|
1073
|
+
<key>name</key>
|
1074
|
+
<string>string.regexp.mod-r.ruby</string>
|
1075
|
+
<key>patterns</key>
|
1076
|
+
<array>
|
1077
|
+
<dict>
|
1078
|
+
<key>include</key>
|
1079
|
+
<string>#regex_sub</string>
|
1080
|
+
</dict>
|
1081
|
+
<dict>
|
1082
|
+
<key>include</key>
|
1083
|
+
<string>#nest_ltgt_r</string>
|
1084
|
+
</dict>
|
1085
|
+
</array>
|
1086
|
+
</dict>
|
1087
|
+
<dict>
|
1088
|
+
<key>begin</key>
|
1089
|
+
<string>%r([^\w])</string>
|
1090
|
+
<key>beginCaptures</key>
|
1091
|
+
<dict>
|
1092
|
+
<key>0</key>
|
1093
|
+
<dict>
|
1094
|
+
<key>name</key>
|
1095
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1096
|
+
</dict>
|
1097
|
+
</dict>
|
1098
|
+
<key>comment</key>
|
1099
|
+
<string>regular expressions (literal)</string>
|
1100
|
+
<key>end</key>
|
1101
|
+
<string>\1[eimnosux]*</string>
|
1102
|
+
<key>endCaptures</key>
|
1103
|
+
<dict>
|
1104
|
+
<key>0</key>
|
1105
|
+
<dict>
|
1106
|
+
<key>name</key>
|
1107
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1108
|
+
</dict>
|
1109
|
+
</dict>
|
1110
|
+
<key>name</key>
|
1111
|
+
<string>string.regexp.mod-r.ruby</string>
|
1112
|
+
<key>patterns</key>
|
1113
|
+
<array>
|
1114
|
+
<dict>
|
1115
|
+
<key>include</key>
|
1116
|
+
<string>#regex_sub</string>
|
1117
|
+
</dict>
|
1118
|
+
</array>
|
1119
|
+
</dict>
|
1120
|
+
<dict>
|
1121
|
+
<key>begin</key>
|
1122
|
+
<string>%[QWSR]?\(</string>
|
1123
|
+
<key>beginCaptures</key>
|
1124
|
+
<dict>
|
1125
|
+
<key>0</key>
|
1126
|
+
<dict>
|
1127
|
+
<key>name</key>
|
1128
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1129
|
+
</dict>
|
1130
|
+
</dict>
|
1131
|
+
<key>comment</key>
|
1132
|
+
<string>literal capable of interpolation ()</string>
|
1133
|
+
<key>end</key>
|
1134
|
+
<string>\)</string>
|
1135
|
+
<key>endCaptures</key>
|
1136
|
+
<dict>
|
1137
|
+
<key>0</key>
|
1138
|
+
<dict>
|
1139
|
+
<key>name</key>
|
1140
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1141
|
+
</dict>
|
1142
|
+
</dict>
|
1143
|
+
<key>name</key>
|
1144
|
+
<string>string.quoted.other.literal.upper.ruby</string>
|
1145
|
+
<key>patterns</key>
|
1146
|
+
<array>
|
1147
|
+
<dict>
|
1148
|
+
<key>include</key>
|
1149
|
+
<string>#interpolated_ruby</string>
|
1150
|
+
</dict>
|
1151
|
+
<dict>
|
1152
|
+
<key>include</key>
|
1153
|
+
<string>#escaped_char</string>
|
1154
|
+
</dict>
|
1155
|
+
<dict>
|
1156
|
+
<key>include</key>
|
1157
|
+
<string>#nest_parens_i</string>
|
1158
|
+
</dict>
|
1159
|
+
</array>
|
1160
|
+
</dict>
|
1161
|
+
<dict>
|
1162
|
+
<key>begin</key>
|
1163
|
+
<string>%[QWSR]?\[</string>
|
1164
|
+
<key>beginCaptures</key>
|
1165
|
+
<dict>
|
1166
|
+
<key>0</key>
|
1167
|
+
<dict>
|
1168
|
+
<key>name</key>
|
1169
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1170
|
+
</dict>
|
1171
|
+
</dict>
|
1172
|
+
<key>comment</key>
|
1173
|
+
<string>literal capable of interpolation []</string>
|
1174
|
+
<key>end</key>
|
1175
|
+
<string>\]</string>
|
1176
|
+
<key>endCaptures</key>
|
1177
|
+
<dict>
|
1178
|
+
<key>0</key>
|
1179
|
+
<dict>
|
1180
|
+
<key>name</key>
|
1181
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1182
|
+
</dict>
|
1183
|
+
</dict>
|
1184
|
+
<key>name</key>
|
1185
|
+
<string>string.quoted.other.literal.upper.ruby</string>
|
1186
|
+
<key>patterns</key>
|
1187
|
+
<array>
|
1188
|
+
<dict>
|
1189
|
+
<key>include</key>
|
1190
|
+
<string>#interpolated_ruby</string>
|
1191
|
+
</dict>
|
1192
|
+
<dict>
|
1193
|
+
<key>include</key>
|
1194
|
+
<string>#escaped_char</string>
|
1195
|
+
</dict>
|
1196
|
+
<dict>
|
1197
|
+
<key>include</key>
|
1198
|
+
<string>#nest_brackets_i</string>
|
1199
|
+
</dict>
|
1200
|
+
</array>
|
1201
|
+
</dict>
|
1202
|
+
<dict>
|
1203
|
+
<key>begin</key>
|
1204
|
+
<string>%[QWSR]?\<</string>
|
1205
|
+
<key>beginCaptures</key>
|
1206
|
+
<dict>
|
1207
|
+
<key>0</key>
|
1208
|
+
<dict>
|
1209
|
+
<key>name</key>
|
1210
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1211
|
+
</dict>
|
1212
|
+
</dict>
|
1213
|
+
<key>comment</key>
|
1214
|
+
<string>literal capable of interpolation <></string>
|
1215
|
+
<key>end</key>
|
1216
|
+
<string>\></string>
|
1217
|
+
<key>endCaptures</key>
|
1218
|
+
<dict>
|
1219
|
+
<key>0</key>
|
1220
|
+
<dict>
|
1221
|
+
<key>name</key>
|
1222
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1223
|
+
</dict>
|
1224
|
+
</dict>
|
1225
|
+
<key>name</key>
|
1226
|
+
<string>string.quoted.other.literal.upper.ruby</string>
|
1227
|
+
<key>patterns</key>
|
1228
|
+
<array>
|
1229
|
+
<dict>
|
1230
|
+
<key>include</key>
|
1231
|
+
<string>#interpolated_ruby</string>
|
1232
|
+
</dict>
|
1233
|
+
<dict>
|
1234
|
+
<key>include</key>
|
1235
|
+
<string>#escaped_char</string>
|
1236
|
+
</dict>
|
1237
|
+
<dict>
|
1238
|
+
<key>include</key>
|
1239
|
+
<string>#nest_ltgt_i</string>
|
1240
|
+
</dict>
|
1241
|
+
</array>
|
1242
|
+
</dict>
|
1243
|
+
<dict>
|
1244
|
+
<key>begin</key>
|
1245
|
+
<string>%[QWSR]?\{</string>
|
1246
|
+
<key>beginCaptures</key>
|
1247
|
+
<dict>
|
1248
|
+
<key>0</key>
|
1249
|
+
<dict>
|
1250
|
+
<key>name</key>
|
1251
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1252
|
+
</dict>
|
1253
|
+
</dict>
|
1254
|
+
<key>comment</key>
|
1255
|
+
<string>literal capable of interpolation -- {}</string>
|
1256
|
+
<key>end</key>
|
1257
|
+
<string>\}</string>
|
1258
|
+
<key>endCaptures</key>
|
1259
|
+
<dict>
|
1260
|
+
<key>0</key>
|
1261
|
+
<dict>
|
1262
|
+
<key>name</key>
|
1263
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1264
|
+
</dict>
|
1265
|
+
</dict>
|
1266
|
+
<key>name</key>
|
1267
|
+
<string>string.quoted.double.ruby.mod</string>
|
1268
|
+
<key>patterns</key>
|
1269
|
+
<array>
|
1270
|
+
<dict>
|
1271
|
+
<key>include</key>
|
1272
|
+
<string>#interpolated_ruby</string>
|
1273
|
+
</dict>
|
1274
|
+
<dict>
|
1275
|
+
<key>include</key>
|
1276
|
+
<string>#escaped_char</string>
|
1277
|
+
</dict>
|
1278
|
+
<dict>
|
1279
|
+
<key>include</key>
|
1280
|
+
<string>#nest_curly_i</string>
|
1281
|
+
</dict>
|
1282
|
+
</array>
|
1283
|
+
</dict>
|
1284
|
+
<dict>
|
1285
|
+
<key>begin</key>
|
1286
|
+
<string>%[QWSR]([^\w])</string>
|
1287
|
+
<key>beginCaptures</key>
|
1288
|
+
<dict>
|
1289
|
+
<key>0</key>
|
1290
|
+
<dict>
|
1291
|
+
<key>name</key>
|
1292
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1293
|
+
</dict>
|
1294
|
+
</dict>
|
1295
|
+
<key>comment</key>
|
1296
|
+
<string>literal capable of interpolation -- wildcard</string>
|
1297
|
+
<key>end</key>
|
1298
|
+
<string>\1</string>
|
1299
|
+
<key>endCaptures</key>
|
1300
|
+
<dict>
|
1301
|
+
<key>0</key>
|
1302
|
+
<dict>
|
1303
|
+
<key>name</key>
|
1304
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1305
|
+
</dict>
|
1306
|
+
</dict>
|
1307
|
+
<key>name</key>
|
1308
|
+
<string>string.quoted.other.literal.upper.ruby</string>
|
1309
|
+
<key>patterns</key>
|
1310
|
+
<array>
|
1311
|
+
<dict>
|
1312
|
+
<key>include</key>
|
1313
|
+
<string>#interpolated_ruby</string>
|
1314
|
+
</dict>
|
1315
|
+
<dict>
|
1316
|
+
<key>include</key>
|
1317
|
+
<string>#escaped_char</string>
|
1318
|
+
</dict>
|
1319
|
+
</array>
|
1320
|
+
</dict>
|
1321
|
+
<dict>
|
1322
|
+
<key>begin</key>
|
1323
|
+
<string>%([^\w\s=])</string>
|
1324
|
+
<key>beginCaptures</key>
|
1325
|
+
<dict>
|
1326
|
+
<key>0</key>
|
1327
|
+
<dict>
|
1328
|
+
<key>name</key>
|
1329
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1330
|
+
</dict>
|
1331
|
+
</dict>
|
1332
|
+
<key>comment</key>
|
1333
|
+
<string>literal capable of interpolation -- wildcard</string>
|
1334
|
+
<key>end</key>
|
1335
|
+
<string>\1</string>
|
1336
|
+
<key>endCaptures</key>
|
1337
|
+
<dict>
|
1338
|
+
<key>0</key>
|
1339
|
+
<dict>
|
1340
|
+
<key>name</key>
|
1341
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1342
|
+
</dict>
|
1343
|
+
</dict>
|
1344
|
+
<key>name</key>
|
1345
|
+
<string>string.quoted.other.literal.other.ruby</string>
|
1346
|
+
<key>patterns</key>
|
1347
|
+
<array>
|
1348
|
+
<dict>
|
1349
|
+
<key>include</key>
|
1350
|
+
<string>#interpolated_ruby</string>
|
1351
|
+
</dict>
|
1352
|
+
<dict>
|
1353
|
+
<key>include</key>
|
1354
|
+
<string>#escaped_char</string>
|
1355
|
+
</dict>
|
1356
|
+
</array>
|
1357
|
+
</dict>
|
1358
|
+
<dict>
|
1359
|
+
<key>begin</key>
|
1360
|
+
<string>%[qws]\(</string>
|
1361
|
+
<key>beginCaptures</key>
|
1362
|
+
<dict>
|
1363
|
+
<key>0</key>
|
1364
|
+
<dict>
|
1365
|
+
<key>name</key>
|
1366
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1367
|
+
</dict>
|
1368
|
+
</dict>
|
1369
|
+
<key>comment</key>
|
1370
|
+
<string>literal incapable of interpolation -- ()</string>
|
1371
|
+
<key>end</key>
|
1372
|
+
<string>\)</string>
|
1373
|
+
<key>endCaptures</key>
|
1374
|
+
<dict>
|
1375
|
+
<key>0</key>
|
1376
|
+
<dict>
|
1377
|
+
<key>name</key>
|
1378
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1379
|
+
</dict>
|
1380
|
+
</dict>
|
1381
|
+
<key>name</key>
|
1382
|
+
<string>string.quoted.other.literal.lower.ruby</string>
|
1383
|
+
<key>patterns</key>
|
1384
|
+
<array>
|
1385
|
+
<dict>
|
1386
|
+
<key>match</key>
|
1387
|
+
<string>\\\)|\\\\</string>
|
1388
|
+
<key>name</key>
|
1389
|
+
<string>constant.character.escape.ruby</string>
|
1390
|
+
</dict>
|
1391
|
+
<dict>
|
1392
|
+
<key>include</key>
|
1393
|
+
<string>#nest_parens</string>
|
1394
|
+
</dict>
|
1395
|
+
</array>
|
1396
|
+
</dict>
|
1397
|
+
<dict>
|
1398
|
+
<key>begin</key>
|
1399
|
+
<string>%[qws]\<</string>
|
1400
|
+
<key>beginCaptures</key>
|
1401
|
+
<dict>
|
1402
|
+
<key>0</key>
|
1403
|
+
<dict>
|
1404
|
+
<key>name</key>
|
1405
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1406
|
+
</dict>
|
1407
|
+
</dict>
|
1408
|
+
<key>comment</key>
|
1409
|
+
<string>literal incapable of interpolation -- <></string>
|
1410
|
+
<key>end</key>
|
1411
|
+
<string>\></string>
|
1412
|
+
<key>endCaptures</key>
|
1413
|
+
<dict>
|
1414
|
+
<key>0</key>
|
1415
|
+
<dict>
|
1416
|
+
<key>name</key>
|
1417
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1418
|
+
</dict>
|
1419
|
+
</dict>
|
1420
|
+
<key>name</key>
|
1421
|
+
<string>string.quoted.other.literal.lower.ruby</string>
|
1422
|
+
<key>patterns</key>
|
1423
|
+
<array>
|
1424
|
+
<dict>
|
1425
|
+
<key>match</key>
|
1426
|
+
<string>\\\>|\\\\</string>
|
1427
|
+
<key>name</key>
|
1428
|
+
<string>constant.character.escape.ruby</string>
|
1429
|
+
</dict>
|
1430
|
+
<dict>
|
1431
|
+
<key>include</key>
|
1432
|
+
<string>#nest_ltgt</string>
|
1433
|
+
</dict>
|
1434
|
+
</array>
|
1435
|
+
</dict>
|
1436
|
+
<dict>
|
1437
|
+
<key>begin</key>
|
1438
|
+
<string>%[qws]\[</string>
|
1439
|
+
<key>beginCaptures</key>
|
1440
|
+
<dict>
|
1441
|
+
<key>0</key>
|
1442
|
+
<dict>
|
1443
|
+
<key>name</key>
|
1444
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1445
|
+
</dict>
|
1446
|
+
</dict>
|
1447
|
+
<key>comment</key>
|
1448
|
+
<string>literal incapable of interpolation -- []</string>
|
1449
|
+
<key>end</key>
|
1450
|
+
<string>\]</string>
|
1451
|
+
<key>endCaptures</key>
|
1452
|
+
<dict>
|
1453
|
+
<key>0</key>
|
1454
|
+
<dict>
|
1455
|
+
<key>name</key>
|
1456
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1457
|
+
</dict>
|
1458
|
+
</dict>
|
1459
|
+
<key>name</key>
|
1460
|
+
<string>string.quoted.other.literal.lower.ruby</string>
|
1461
|
+
<key>patterns</key>
|
1462
|
+
<array>
|
1463
|
+
<dict>
|
1464
|
+
<key>match</key>
|
1465
|
+
<string>\\\]|\\\\</string>
|
1466
|
+
<key>name</key>
|
1467
|
+
<string>constant.character.escape.ruby</string>
|
1468
|
+
</dict>
|
1469
|
+
<dict>
|
1470
|
+
<key>include</key>
|
1471
|
+
<string>#nest_brackets</string>
|
1472
|
+
</dict>
|
1473
|
+
</array>
|
1474
|
+
</dict>
|
1475
|
+
<dict>
|
1476
|
+
<key>begin</key>
|
1477
|
+
<string>%[qws]\{</string>
|
1478
|
+
<key>beginCaptures</key>
|
1479
|
+
<dict>
|
1480
|
+
<key>0</key>
|
1481
|
+
<dict>
|
1482
|
+
<key>name</key>
|
1483
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1484
|
+
</dict>
|
1485
|
+
</dict>
|
1486
|
+
<key>comment</key>
|
1487
|
+
<string>literal incapable of interpolation -- {}</string>
|
1488
|
+
<key>end</key>
|
1489
|
+
<string>\}</string>
|
1490
|
+
<key>endCaptures</key>
|
1491
|
+
<dict>
|
1492
|
+
<key>0</key>
|
1493
|
+
<dict>
|
1494
|
+
<key>name</key>
|
1495
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1496
|
+
</dict>
|
1497
|
+
</dict>
|
1498
|
+
<key>name</key>
|
1499
|
+
<string>string.quoted.other.literal.lower.ruby</string>
|
1500
|
+
<key>patterns</key>
|
1501
|
+
<array>
|
1502
|
+
<dict>
|
1503
|
+
<key>match</key>
|
1504
|
+
<string>\\\}|\\\\</string>
|
1505
|
+
<key>name</key>
|
1506
|
+
<string>constant.character.escape.ruby</string>
|
1507
|
+
</dict>
|
1508
|
+
<dict>
|
1509
|
+
<key>include</key>
|
1510
|
+
<string>#nest_curly</string>
|
1511
|
+
</dict>
|
1512
|
+
</array>
|
1513
|
+
</dict>
|
1514
|
+
<dict>
|
1515
|
+
<key>begin</key>
|
1516
|
+
<string>%[qws]([^\w])</string>
|
1517
|
+
<key>beginCaptures</key>
|
1518
|
+
<dict>
|
1519
|
+
<key>0</key>
|
1520
|
+
<dict>
|
1521
|
+
<key>name</key>
|
1522
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1523
|
+
</dict>
|
1524
|
+
</dict>
|
1525
|
+
<key>comment</key>
|
1526
|
+
<string>literal incapable of interpolation -- wildcard</string>
|
1527
|
+
<key>end</key>
|
1528
|
+
<string>\1</string>
|
1529
|
+
<key>endCaptures</key>
|
1530
|
+
<dict>
|
1531
|
+
<key>0</key>
|
1532
|
+
<dict>
|
1533
|
+
<key>name</key>
|
1534
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1535
|
+
</dict>
|
1536
|
+
</dict>
|
1537
|
+
<key>name</key>
|
1538
|
+
<string>string.quoted.other.literal.lower.ruby</string>
|
1539
|
+
<key>patterns</key>
|
1540
|
+
<array>
|
1541
|
+
<dict>
|
1542
|
+
<key>comment</key>
|
1543
|
+
<string>Cant be named because its not neccesarily an escape.</string>
|
1544
|
+
<key>match</key>
|
1545
|
+
<string>\\.</string>
|
1546
|
+
</dict>
|
1547
|
+
</array>
|
1548
|
+
</dict>
|
1549
|
+
<dict>
|
1550
|
+
<key>captures</key>
|
1551
|
+
<dict>
|
1552
|
+
<key>1</key>
|
1553
|
+
<dict>
|
1554
|
+
<key>name</key>
|
1555
|
+
<string>punctuation.definition.constant.ruby</string>
|
1556
|
+
</dict>
|
1557
|
+
</dict>
|
1558
|
+
<key>comment</key>
|
1559
|
+
<string>symbols</string>
|
1560
|
+
<key>match</key>
|
1561
|
+
<string>(?<!:)(:)(?>[a-zA-Z_]\w*(?>[?!]|=(?![>=]))?|===?|>[>=]?|<[<=]?|<=>|[%&`/\|]|\*\*?|=?~|[-+]@?|\[\]=?|@@?[a-zA-Z_]\w*)</string>
|
1562
|
+
<key>name</key>
|
1563
|
+
<string>constant.other.symbol.ruby</string>
|
1564
|
+
</dict>
|
1565
|
+
<dict>
|
1566
|
+
<key>captures</key>
|
1567
|
+
<dict>
|
1568
|
+
<key>1</key>
|
1569
|
+
<dict>
|
1570
|
+
<key>name</key>
|
1571
|
+
<string>punctuation.definition.constant.ruby</string>
|
1572
|
+
</dict>
|
1573
|
+
</dict>
|
1574
|
+
<key>comment</key>
|
1575
|
+
<string>symbols</string>
|
1576
|
+
<key>match</key>
|
1577
|
+
<string>(?>[a-zA-Z_]\w*(?>[?!])?)(:)(?!:)</string>
|
1578
|
+
<key>name</key>
|
1579
|
+
<string>constant.other.symbol.ruby.19syntax</string>
|
1580
|
+
</dict>
|
1581
|
+
<dict>
|
1582
|
+
<key>begin</key>
|
1583
|
+
<string>^=begin</string>
|
1584
|
+
<key>captures</key>
|
1585
|
+
<dict>
|
1586
|
+
<key>0</key>
|
1587
|
+
<dict>
|
1588
|
+
<key>name</key>
|
1589
|
+
<string>punctuation.definition.comment.ruby</string>
|
1590
|
+
</dict>
|
1591
|
+
</dict>
|
1592
|
+
<key>comment</key>
|
1593
|
+
<string>multiline comments</string>
|
1594
|
+
<key>end</key>
|
1595
|
+
<string>^=end</string>
|
1596
|
+
<key>name</key>
|
1597
|
+
<string>comment.block.documentation.ruby</string>
|
1598
|
+
</dict>
|
1599
|
+
<dict>
|
1600
|
+
<key>captures</key>
|
1601
|
+
<dict>
|
1602
|
+
<key>1</key>
|
1603
|
+
<dict>
|
1604
|
+
<key>name</key>
|
1605
|
+
<string>punctuation.definition.comment.ruby</string>
|
1606
|
+
</dict>
|
1607
|
+
</dict>
|
1608
|
+
<key>match</key>
|
1609
|
+
<string>(?:^[ \t]+)?(#).*$\n?</string>
|
1610
|
+
<key>name</key>
|
1611
|
+
<string>comment.line.number-sign.ruby</string>
|
1612
|
+
</dict>
|
1613
|
+
<dict>
|
1614
|
+
<key>comment</key>
|
1615
|
+
<string>
|
1616
|
+
matches questionmark-letters.
|
1617
|
+
|
1618
|
+
examples (1st alternation = hex):
|
1619
|
+
?\x1 ?\x61
|
1620
|
+
|
1621
|
+
examples (2nd alternation = octal):
|
1622
|
+
?\0 ?\07 ?\017
|
1623
|
+
|
1624
|
+
examples (3rd alternation = escaped):
|
1625
|
+
?\n ?\b
|
1626
|
+
|
1627
|
+
examples (4th alternation = meta-ctrl):
|
1628
|
+
?\C-a ?\M-a ?\C-\M-\C-\M-a
|
1629
|
+
|
1630
|
+
examples (4th alternation = normal):
|
1631
|
+
?a ?A ?0
|
1632
|
+
?* ?" ?(
|
1633
|
+
?. ?#
|
1634
|
+
|
1635
|
+
|
1636
|
+
the negative lookbehind prevents against matching
|
1637
|
+
p(42.tainted?)
|
1638
|
+
</string>
|
1639
|
+
<key>match</key>
|
1640
|
+
<string>(?<!\w)\?(\\(x\h{1,2}(?!\h)\b|0[0-7]{0,2}(?![0-7])\b|[^x0MC])|(\\[MC]-)+\w|[^\s\\])</string>
|
1641
|
+
<key>name</key>
|
1642
|
+
<string>constant.numeric.ruby</string>
|
1643
|
+
</dict>
|
1644
|
+
<dict>
|
1645
|
+
<key>begin</key>
|
1646
|
+
<string>^__END__\n</string>
|
1647
|
+
<key>captures</key>
|
1648
|
+
<dict>
|
1649
|
+
<key>0</key>
|
1650
|
+
<dict>
|
1651
|
+
<key>name</key>
|
1652
|
+
<string>string.unquoted.program-block.ruby</string>
|
1653
|
+
</dict>
|
1654
|
+
</dict>
|
1655
|
+
<key>comment</key>
|
1656
|
+
<string>__END__ marker</string>
|
1657
|
+
<key>contentName</key>
|
1658
|
+
<string>text.plain</string>
|
1659
|
+
<key>end</key>
|
1660
|
+
<string>(?=not)impossible</string>
|
1661
|
+
<key>patterns</key>
|
1662
|
+
<array>
|
1663
|
+
<dict>
|
1664
|
+
<key>begin</key>
|
1665
|
+
<string>(?=<?xml|<(?i:html\b)|!DOCTYPE (?i:html\b))</string>
|
1666
|
+
<key>end</key>
|
1667
|
+
<string>(?=not)impossible</string>
|
1668
|
+
<key>name</key>
|
1669
|
+
<string>text.html.embedded.ruby</string>
|
1670
|
+
<key>patterns</key>
|
1671
|
+
<array>
|
1672
|
+
<dict>
|
1673
|
+
<key>include</key>
|
1674
|
+
<string>text.html.basic</string>
|
1675
|
+
</dict>
|
1676
|
+
</array>
|
1677
|
+
</dict>
|
1678
|
+
</array>
|
1679
|
+
</dict>
|
1680
|
+
<dict>
|
1681
|
+
<key>begin</key>
|
1682
|
+
<string>(?><<-("?)((?:[_\w]+_|)HTML)\b\1)</string>
|
1683
|
+
<key>beginCaptures</key>
|
1684
|
+
<dict>
|
1685
|
+
<key>0</key>
|
1686
|
+
<dict>
|
1687
|
+
<key>name</key>
|
1688
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1689
|
+
</dict>
|
1690
|
+
</dict>
|
1691
|
+
<key>comment</key>
|
1692
|
+
<string>heredoc with embedded HTML and indented terminator</string>
|
1693
|
+
<key>contentName</key>
|
1694
|
+
<string>text.html.embedded.ruby</string>
|
1695
|
+
<key>end</key>
|
1696
|
+
<string>\s*\2$</string>
|
1697
|
+
<key>endCaptures</key>
|
1698
|
+
<dict>
|
1699
|
+
<key>0</key>
|
1700
|
+
<dict>
|
1701
|
+
<key>name</key>
|
1702
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1703
|
+
</dict>
|
1704
|
+
</dict>
|
1705
|
+
<key>name</key>
|
1706
|
+
<string>string.unquoted.embedded.html.ruby</string>
|
1707
|
+
<key>patterns</key>
|
1708
|
+
<array>
|
1709
|
+
<dict>
|
1710
|
+
<key>include</key>
|
1711
|
+
<string>#heredoc</string>
|
1712
|
+
</dict>
|
1713
|
+
<dict>
|
1714
|
+
<key>include</key>
|
1715
|
+
<string>text.html.basic</string>
|
1716
|
+
</dict>
|
1717
|
+
<dict>
|
1718
|
+
<key>include</key>
|
1719
|
+
<string>#interpolated_ruby</string>
|
1720
|
+
</dict>
|
1721
|
+
<dict>
|
1722
|
+
<key>include</key>
|
1723
|
+
<string>#escaped_char</string>
|
1724
|
+
</dict>
|
1725
|
+
</array>
|
1726
|
+
</dict>
|
1727
|
+
<dict>
|
1728
|
+
<key>begin</key>
|
1729
|
+
<string>(?><<-("?)((?:[_\w]+_|)SQL)\b\1)</string>
|
1730
|
+
<key>beginCaptures</key>
|
1731
|
+
<dict>
|
1732
|
+
<key>0</key>
|
1733
|
+
<dict>
|
1734
|
+
<key>name</key>
|
1735
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1736
|
+
</dict>
|
1737
|
+
</dict>
|
1738
|
+
<key>comment</key>
|
1739
|
+
<string>heredoc with embedded SQL and indented terminator</string>
|
1740
|
+
<key>contentName</key>
|
1741
|
+
<string>text.sql.embedded.ruby</string>
|
1742
|
+
<key>end</key>
|
1743
|
+
<string>\s*\2$</string>
|
1744
|
+
<key>endCaptures</key>
|
1745
|
+
<dict>
|
1746
|
+
<key>0</key>
|
1747
|
+
<dict>
|
1748
|
+
<key>name</key>
|
1749
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1750
|
+
</dict>
|
1751
|
+
</dict>
|
1752
|
+
<key>name</key>
|
1753
|
+
<string>string.unquoted.embedded.sql.ruby</string>
|
1754
|
+
<key>patterns</key>
|
1755
|
+
<array>
|
1756
|
+
<dict>
|
1757
|
+
<key>include</key>
|
1758
|
+
<string>#heredoc</string>
|
1759
|
+
</dict>
|
1760
|
+
<dict>
|
1761
|
+
<key>include</key>
|
1762
|
+
<string>source.sql</string>
|
1763
|
+
</dict>
|
1764
|
+
<dict>
|
1765
|
+
<key>include</key>
|
1766
|
+
<string>#interpolated_ruby</string>
|
1767
|
+
</dict>
|
1768
|
+
<dict>
|
1769
|
+
<key>include</key>
|
1770
|
+
<string>#escaped_char</string>
|
1771
|
+
</dict>
|
1772
|
+
</array>
|
1773
|
+
</dict>
|
1774
|
+
<dict>
|
1775
|
+
<key>begin</key>
|
1776
|
+
<string>(?><<-("?)((?:[_\w]+_|)CSS)\b\1)</string>
|
1777
|
+
<key>beginCaptures</key>
|
1778
|
+
<dict>
|
1779
|
+
<key>0</key>
|
1780
|
+
<dict>
|
1781
|
+
<key>name</key>
|
1782
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1783
|
+
</dict>
|
1784
|
+
</dict>
|
1785
|
+
<key>comment</key>
|
1786
|
+
<string>heredoc with embedded css and intented terminator</string>
|
1787
|
+
<key>contentName</key>
|
1788
|
+
<string>text.css.embedded.ruby</string>
|
1789
|
+
<key>end</key>
|
1790
|
+
<string>\s*\2$</string>
|
1791
|
+
<key>endCaptures</key>
|
1792
|
+
<dict>
|
1793
|
+
<key>0</key>
|
1794
|
+
<dict>
|
1795
|
+
<key>name</key>
|
1796
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1797
|
+
</dict>
|
1798
|
+
</dict>
|
1799
|
+
<key>name</key>
|
1800
|
+
<string>string.unquoted.embedded.css.ruby</string>
|
1801
|
+
<key>patterns</key>
|
1802
|
+
<array>
|
1803
|
+
<dict>
|
1804
|
+
<key>include</key>
|
1805
|
+
<string>#heredoc</string>
|
1806
|
+
</dict>
|
1807
|
+
<dict>
|
1808
|
+
<key>include</key>
|
1809
|
+
<string>source.css</string>
|
1810
|
+
</dict>
|
1811
|
+
<dict>
|
1812
|
+
<key>include</key>
|
1813
|
+
<string>#interpolated_ruby</string>
|
1814
|
+
</dict>
|
1815
|
+
<dict>
|
1816
|
+
<key>include</key>
|
1817
|
+
<string>#escaped_char</string>
|
1818
|
+
</dict>
|
1819
|
+
</array>
|
1820
|
+
</dict>
|
1821
|
+
<dict>
|
1822
|
+
<key>begin</key>
|
1823
|
+
<string>(?><<-("?)((?:[_\w]+_|)CPP)\b\1)</string>
|
1824
|
+
<key>beginCaptures</key>
|
1825
|
+
<dict>
|
1826
|
+
<key>0</key>
|
1827
|
+
<dict>
|
1828
|
+
<key>name</key>
|
1829
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1830
|
+
</dict>
|
1831
|
+
</dict>
|
1832
|
+
<key>comment</key>
|
1833
|
+
<string>heredoc with embedded c++ and intented terminator</string>
|
1834
|
+
<key>contentName</key>
|
1835
|
+
<string>text.c++.embedded.ruby</string>
|
1836
|
+
<key>end</key>
|
1837
|
+
<string>\s*\2$</string>
|
1838
|
+
<key>endCaptures</key>
|
1839
|
+
<dict>
|
1840
|
+
<key>0</key>
|
1841
|
+
<dict>
|
1842
|
+
<key>name</key>
|
1843
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1844
|
+
</dict>
|
1845
|
+
</dict>
|
1846
|
+
<key>name</key>
|
1847
|
+
<string>string.unquoted.embedded.cplusplus.ruby</string>
|
1848
|
+
<key>patterns</key>
|
1849
|
+
<array>
|
1850
|
+
<dict>
|
1851
|
+
<key>include</key>
|
1852
|
+
<string>#heredoc</string>
|
1853
|
+
</dict>
|
1854
|
+
<dict>
|
1855
|
+
<key>include</key>
|
1856
|
+
<string>source.c++</string>
|
1857
|
+
</dict>
|
1858
|
+
<dict>
|
1859
|
+
<key>include</key>
|
1860
|
+
<string>#interpolated_ruby</string>
|
1861
|
+
</dict>
|
1862
|
+
<dict>
|
1863
|
+
<key>include</key>
|
1864
|
+
<string>#escaped_char</string>
|
1865
|
+
</dict>
|
1866
|
+
</array>
|
1867
|
+
</dict>
|
1868
|
+
<dict>
|
1869
|
+
<key>begin</key>
|
1870
|
+
<string>(?><<-("?)((?:[_\w]+_|)C)\b\1)</string>
|
1871
|
+
<key>beginCaptures</key>
|
1872
|
+
<dict>
|
1873
|
+
<key>0</key>
|
1874
|
+
<dict>
|
1875
|
+
<key>name</key>
|
1876
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1877
|
+
</dict>
|
1878
|
+
</dict>
|
1879
|
+
<key>comment</key>
|
1880
|
+
<string>heredoc with embedded c++ and intented terminator</string>
|
1881
|
+
<key>contentName</key>
|
1882
|
+
<string>text.c.embedded.ruby</string>
|
1883
|
+
<key>end</key>
|
1884
|
+
<string>\s*\2$</string>
|
1885
|
+
<key>endCaptures</key>
|
1886
|
+
<dict>
|
1887
|
+
<key>0</key>
|
1888
|
+
<dict>
|
1889
|
+
<key>name</key>
|
1890
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1891
|
+
</dict>
|
1892
|
+
</dict>
|
1893
|
+
<key>name</key>
|
1894
|
+
<string>string.unquoted.embedded.c.ruby</string>
|
1895
|
+
<key>patterns</key>
|
1896
|
+
<array>
|
1897
|
+
<dict>
|
1898
|
+
<key>include</key>
|
1899
|
+
<string>#heredoc</string>
|
1900
|
+
</dict>
|
1901
|
+
<dict>
|
1902
|
+
<key>include</key>
|
1903
|
+
<string>source.c</string>
|
1904
|
+
</dict>
|
1905
|
+
<dict>
|
1906
|
+
<key>include</key>
|
1907
|
+
<string>#interpolated_ruby</string>
|
1908
|
+
</dict>
|
1909
|
+
<dict>
|
1910
|
+
<key>include</key>
|
1911
|
+
<string>#escaped_char</string>
|
1912
|
+
</dict>
|
1913
|
+
</array>
|
1914
|
+
</dict>
|
1915
|
+
<dict>
|
1916
|
+
<key>begin</key>
|
1917
|
+
<string>(?><<-("?)((?:[_\w]+_|)(?:JS|JAVASCRIPT))\b\1)</string>
|
1918
|
+
<key>beginCaptures</key>
|
1919
|
+
<dict>
|
1920
|
+
<key>0</key>
|
1921
|
+
<dict>
|
1922
|
+
<key>name</key>
|
1923
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1924
|
+
</dict>
|
1925
|
+
</dict>
|
1926
|
+
<key>comment</key>
|
1927
|
+
<string>heredoc with embedded javascript and intented terminator</string>
|
1928
|
+
<key>contentName</key>
|
1929
|
+
<string>text.js.embedded.ruby</string>
|
1930
|
+
<key>end</key>
|
1931
|
+
<string>\s*\2$</string>
|
1932
|
+
<key>endCaptures</key>
|
1933
|
+
<dict>
|
1934
|
+
<key>0</key>
|
1935
|
+
<dict>
|
1936
|
+
<key>name</key>
|
1937
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1938
|
+
</dict>
|
1939
|
+
</dict>
|
1940
|
+
<key>name</key>
|
1941
|
+
<string>string.unquoted.embedded.js.ruby</string>
|
1942
|
+
<key>patterns</key>
|
1943
|
+
<array>
|
1944
|
+
<dict>
|
1945
|
+
<key>include</key>
|
1946
|
+
<string>#heredoc</string>
|
1947
|
+
</dict>
|
1948
|
+
<dict>
|
1949
|
+
<key>include</key>
|
1950
|
+
<string>source.js</string>
|
1951
|
+
</dict>
|
1952
|
+
<dict>
|
1953
|
+
<key>include</key>
|
1954
|
+
<string>#interpolated_ruby</string>
|
1955
|
+
</dict>
|
1956
|
+
<dict>
|
1957
|
+
<key>include</key>
|
1958
|
+
<string>#escaped_char</string>
|
1959
|
+
</dict>
|
1960
|
+
</array>
|
1961
|
+
</dict>
|
1962
|
+
<dict>
|
1963
|
+
<key>begin</key>
|
1964
|
+
<string>(?><<-("?)((?:[_\w]+_|)JQUERY)\b\1)</string>
|
1965
|
+
<key>beginCaptures</key>
|
1966
|
+
<dict>
|
1967
|
+
<key>0</key>
|
1968
|
+
<dict>
|
1969
|
+
<key>name</key>
|
1970
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
1971
|
+
</dict>
|
1972
|
+
</dict>
|
1973
|
+
<key>comment</key>
|
1974
|
+
<string>heredoc with embedded javascript and intented terminator</string>
|
1975
|
+
<key>contentName</key>
|
1976
|
+
<string>text.js.jquery.embedded.ruby</string>
|
1977
|
+
<key>end</key>
|
1978
|
+
<string>\s*\2$</string>
|
1979
|
+
<key>endCaptures</key>
|
1980
|
+
<dict>
|
1981
|
+
<key>0</key>
|
1982
|
+
<dict>
|
1983
|
+
<key>name</key>
|
1984
|
+
<string>punctuation.definition.string.end.ruby</string>
|
1985
|
+
</dict>
|
1986
|
+
</dict>
|
1987
|
+
<key>name</key>
|
1988
|
+
<string>string.unquoted.embedded.js.jquery.ruby</string>
|
1989
|
+
<key>patterns</key>
|
1990
|
+
<array>
|
1991
|
+
<dict>
|
1992
|
+
<key>include</key>
|
1993
|
+
<string>#heredoc</string>
|
1994
|
+
</dict>
|
1995
|
+
<dict>
|
1996
|
+
<key>include</key>
|
1997
|
+
<string>source.js.jquery</string>
|
1998
|
+
</dict>
|
1999
|
+
<dict>
|
2000
|
+
<key>include</key>
|
2001
|
+
<string>#interpolated_ruby</string>
|
2002
|
+
</dict>
|
2003
|
+
<dict>
|
2004
|
+
<key>include</key>
|
2005
|
+
<string>#escaped_char</string>
|
2006
|
+
</dict>
|
2007
|
+
</array>
|
2008
|
+
</dict>
|
2009
|
+
<dict>
|
2010
|
+
<key>begin</key>
|
2011
|
+
<string>(?><<-("?)((?:[_\w]+_|)(?:SH|SHELL))\b\1)</string>
|
2012
|
+
<key>beginCaptures</key>
|
2013
|
+
<dict>
|
2014
|
+
<key>0</key>
|
2015
|
+
<dict>
|
2016
|
+
<key>name</key>
|
2017
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
2018
|
+
</dict>
|
2019
|
+
</dict>
|
2020
|
+
<key>comment</key>
|
2021
|
+
<string>heredoc with embedded shell and intented terminator</string>
|
2022
|
+
<key>contentName</key>
|
2023
|
+
<string>text.shell.embedded.ruby</string>
|
2024
|
+
<key>end</key>
|
2025
|
+
<string>\s*\2$</string>
|
2026
|
+
<key>endCaptures</key>
|
2027
|
+
<dict>
|
2028
|
+
<key>0</key>
|
2029
|
+
<dict>
|
2030
|
+
<key>name</key>
|
2031
|
+
<string>punctuation.definition.string.end.ruby</string>
|
2032
|
+
</dict>
|
2033
|
+
</dict>
|
2034
|
+
<key>name</key>
|
2035
|
+
<string>string.unquoted.embedded.shell.ruby</string>
|
2036
|
+
<key>patterns</key>
|
2037
|
+
<array>
|
2038
|
+
<dict>
|
2039
|
+
<key>include</key>
|
2040
|
+
<string>#heredoc</string>
|
2041
|
+
</dict>
|
2042
|
+
<dict>
|
2043
|
+
<key>include</key>
|
2044
|
+
<string>source.shell</string>
|
2045
|
+
</dict>
|
2046
|
+
<dict>
|
2047
|
+
<key>include</key>
|
2048
|
+
<string>#interpolated_ruby</string>
|
2049
|
+
</dict>
|
2050
|
+
<dict>
|
2051
|
+
<key>include</key>
|
2052
|
+
<string>#escaped_char</string>
|
2053
|
+
</dict>
|
2054
|
+
</array>
|
2055
|
+
</dict>
|
2056
|
+
<dict>
|
2057
|
+
<key>begin</key>
|
2058
|
+
<string>(?><<-("?)((?:[_\w]+_|)RUBY)\b\1)</string>
|
2059
|
+
<key>beginCaptures</key>
|
2060
|
+
<dict>
|
2061
|
+
<key>0</key>
|
2062
|
+
<dict>
|
2063
|
+
<key>name</key>
|
2064
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
2065
|
+
</dict>
|
2066
|
+
</dict>
|
2067
|
+
<key>comment</key>
|
2068
|
+
<string>heredoc with embedded ruby and intented terminator</string>
|
2069
|
+
<key>contentName</key>
|
2070
|
+
<string>text.ruby.embedded.ruby</string>
|
2071
|
+
<key>end</key>
|
2072
|
+
<string>\s*\2$</string>
|
2073
|
+
<key>endCaptures</key>
|
2074
|
+
<dict>
|
2075
|
+
<key>0</key>
|
2076
|
+
<dict>
|
2077
|
+
<key>name</key>
|
2078
|
+
<string>punctuation.definition.string.end.ruby</string>
|
2079
|
+
</dict>
|
2080
|
+
</dict>
|
2081
|
+
<key>name</key>
|
2082
|
+
<string>string.unquoted.embedded.ruby.ruby</string>
|
2083
|
+
<key>patterns</key>
|
2084
|
+
<array>
|
2085
|
+
<dict>
|
2086
|
+
<key>include</key>
|
2087
|
+
<string>#heredoc</string>
|
2088
|
+
</dict>
|
2089
|
+
<dict>
|
2090
|
+
<key>include</key>
|
2091
|
+
<string>source.ruby</string>
|
2092
|
+
</dict>
|
2093
|
+
<dict>
|
2094
|
+
<key>include</key>
|
2095
|
+
<string>#interpolated_ruby</string>
|
2096
|
+
</dict>
|
2097
|
+
<dict>
|
2098
|
+
<key>include</key>
|
2099
|
+
<string>#escaped_char</string>
|
2100
|
+
</dict>
|
2101
|
+
</array>
|
2102
|
+
</dict>
|
2103
|
+
<dict>
|
2104
|
+
<key>begin</key>
|
2105
|
+
<string>(?>\=\s*<<(\w+))</string>
|
2106
|
+
<key>beginCaptures</key>
|
2107
|
+
<dict>
|
2108
|
+
<key>0</key>
|
2109
|
+
<dict>
|
2110
|
+
<key>name</key>
|
2111
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
2112
|
+
</dict>
|
2113
|
+
</dict>
|
2114
|
+
<key>end</key>
|
2115
|
+
<string>^\1$</string>
|
2116
|
+
<key>endCaptures</key>
|
2117
|
+
<dict>
|
2118
|
+
<key>0</key>
|
2119
|
+
<dict>
|
2120
|
+
<key>name</key>
|
2121
|
+
<string>punctuation.definition.string.end.ruby</string>
|
2122
|
+
</dict>
|
2123
|
+
</dict>
|
2124
|
+
<key>name</key>
|
2125
|
+
<string>string.unquoted.heredoc.ruby</string>
|
2126
|
+
<key>patterns</key>
|
2127
|
+
<array>
|
2128
|
+
<dict>
|
2129
|
+
<key>include</key>
|
2130
|
+
<string>#heredoc</string>
|
2131
|
+
</dict>
|
2132
|
+
<dict>
|
2133
|
+
<key>include</key>
|
2134
|
+
<string>#interpolated_ruby</string>
|
2135
|
+
</dict>
|
2136
|
+
<dict>
|
2137
|
+
<key>include</key>
|
2138
|
+
<string>#escaped_char</string>
|
2139
|
+
</dict>
|
2140
|
+
</array>
|
2141
|
+
</dict>
|
2142
|
+
<dict>
|
2143
|
+
<key>begin</key>
|
2144
|
+
<string>(?><<-(\w+))</string>
|
2145
|
+
<key>beginCaptures</key>
|
2146
|
+
<dict>
|
2147
|
+
<key>0</key>
|
2148
|
+
<dict>
|
2149
|
+
<key>name</key>
|
2150
|
+
<string>punctuation.definition.string.begin.ruby</string>
|
2151
|
+
</dict>
|
2152
|
+
</dict>
|
2153
|
+
<key>comment</key>
|
2154
|
+
<string>heredoc with indented terminator</string>
|
2155
|
+
<key>end</key>
|
2156
|
+
<string>\s*\1$</string>
|
2157
|
+
<key>endCaptures</key>
|
2158
|
+
<dict>
|
2159
|
+
<key>0</key>
|
2160
|
+
<dict>
|
2161
|
+
<key>name</key>
|
2162
|
+
<string>punctuation.definition.string.end.ruby</string>
|
2163
|
+
</dict>
|
2164
|
+
</dict>
|
2165
|
+
<key>name</key>
|
2166
|
+
<string>string.unquoted.heredoc.ruby</string>
|
2167
|
+
<key>patterns</key>
|
2168
|
+
<array>
|
2169
|
+
<dict>
|
2170
|
+
<key>include</key>
|
2171
|
+
<string>#heredoc</string>
|
2172
|
+
</dict>
|
2173
|
+
<dict>
|
2174
|
+
<key>include</key>
|
2175
|
+
<string>#interpolated_ruby</string>
|
2176
|
+
</dict>
|
2177
|
+
<dict>
|
2178
|
+
<key>include</key>
|
2179
|
+
<string>#escaped_char</string>
|
2180
|
+
</dict>
|
2181
|
+
</array>
|
2182
|
+
</dict>
|
2183
|
+
<dict>
|
2184
|
+
<key>begin</key>
|
2185
|
+
<string>(?<=\{|do|\{\s|do\s)(\|)</string>
|
2186
|
+
<key>captures</key>
|
2187
|
+
<dict>
|
2188
|
+
<key>1</key>
|
2189
|
+
<dict>
|
2190
|
+
<key>name</key>
|
2191
|
+
<string>punctuation.separator.variable.ruby</string>
|
2192
|
+
</dict>
|
2193
|
+
</dict>
|
2194
|
+
<key>end</key>
|
2195
|
+
<string>(\|)</string>
|
2196
|
+
<key>patterns</key>
|
2197
|
+
<array>
|
2198
|
+
<dict>
|
2199
|
+
<key>match</key>
|
2200
|
+
<string>[_a-zA-Z][_a-zA-Z0-9]*</string>
|
2201
|
+
<key>name</key>
|
2202
|
+
<string>variable.other.block.ruby</string>
|
2203
|
+
</dict>
|
2204
|
+
<dict>
|
2205
|
+
<key>match</key>
|
2206
|
+
<string>,</string>
|
2207
|
+
<key>name</key>
|
2208
|
+
<string>punctuation.separator.variable.ruby</string>
|
2209
|
+
</dict>
|
2210
|
+
</array>
|
2211
|
+
</dict>
|
2212
|
+
<dict>
|
2213
|
+
<key>match</key>
|
2214
|
+
<string>=></string>
|
2215
|
+
<key>name</key>
|
2216
|
+
<string>punctuation.separator.key-value</string>
|
2217
|
+
</dict>
|
2218
|
+
<dict>
|
2219
|
+
<key>match</key>
|
2220
|
+
<string><<=|%=|&=|\*=|\*\*=|\+=|\-=|\^=|\|{1,2}=|<<</string>
|
2221
|
+
<key>name</key>
|
2222
|
+
<string>keyword.operator.assignment.augmented.ruby</string>
|
2223
|
+
</dict>
|
2224
|
+
<dict>
|
2225
|
+
<key>match</key>
|
2226
|
+
<string><=>|<(?!<|=)|>(?!<|=|>)|<=|>=|===|==|=~|!=|!~|(?<=[ \t])\?</string>
|
2227
|
+
<key>name</key>
|
2228
|
+
<string>keyword.operator.comparison.ruby</string>
|
2229
|
+
</dict>
|
2230
|
+
<dict>
|
2231
|
+
<key>match</key>
|
2232
|
+
<string>(?<=[ \t])!+|\bnot\b|&&|\band\b|\|\||\bor\b|\^</string>
|
2233
|
+
<key>name</key>
|
2234
|
+
<string>keyword.operator.logical.ruby</string>
|
2235
|
+
</dict>
|
2236
|
+
<dict>
|
2237
|
+
<key>match</key>
|
2238
|
+
<string>(%|&|\*\*|\*|\+|\-|/)</string>
|
2239
|
+
<key>name</key>
|
2240
|
+
<string>keyword.operator.arithmetic.ruby</string>
|
2241
|
+
</dict>
|
2242
|
+
<dict>
|
2243
|
+
<key>match</key>
|
2244
|
+
<string>=</string>
|
2245
|
+
<key>name</key>
|
2246
|
+
<string>keyword.operator.assignment.ruby</string>
|
2247
|
+
</dict>
|
2248
|
+
<dict>
|
2249
|
+
<key>match</key>
|
2250
|
+
<string>\||~|>></string>
|
2251
|
+
<key>name</key>
|
2252
|
+
<string>keyword.operator.other.ruby</string>
|
2253
|
+
</dict>
|
2254
|
+
<dict>
|
2255
|
+
<key>match</key>
|
2256
|
+
<string>:</string>
|
2257
|
+
<key>name</key>
|
2258
|
+
<string>punctuation.separator.other.ruby</string>
|
2259
|
+
</dict>
|
2260
|
+
<dict>
|
2261
|
+
<key>match</key>
|
2262
|
+
<string>\;</string>
|
2263
|
+
<key>name</key>
|
2264
|
+
<string>punctuation.separator.statement.ruby</string>
|
2265
|
+
</dict>
|
2266
|
+
<dict>
|
2267
|
+
<key>match</key>
|
2268
|
+
<string>,</string>
|
2269
|
+
<key>name</key>
|
2270
|
+
<string>punctuation.separator.object.ruby</string>
|
2271
|
+
</dict>
|
2272
|
+
<dict>
|
2273
|
+
<key>match</key>
|
2274
|
+
<string>\.|::</string>
|
2275
|
+
<key>name</key>
|
2276
|
+
<string>punctuation.separator.method.ruby</string>
|
2277
|
+
</dict>
|
2278
|
+
<dict>
|
2279
|
+
<key>match</key>
|
2280
|
+
<string>\{|\}</string>
|
2281
|
+
<key>name</key>
|
2282
|
+
<string>punctuation.section.scope.ruby</string>
|
2283
|
+
</dict>
|
2284
|
+
<dict>
|
2285
|
+
<key>match</key>
|
2286
|
+
<string>\[|\]</string>
|
2287
|
+
<key>name</key>
|
2288
|
+
<string>punctuation.section.array.ruby</string>
|
2289
|
+
</dict>
|
2290
|
+
<dict>
|
2291
|
+
<key>match</key>
|
2292
|
+
<string>\(|\)</string>
|
2293
|
+
<key>name</key>
|
2294
|
+
<string>punctuation.section.function.ruby</string>
|
2295
|
+
</dict>
|
2296
|
+
</array>
|
2297
|
+
|
2298
|
+
|
2299
|
+
<key>repository</key>
|
2300
|
+
<dict>
|
2301
|
+
|
2302
|
+
<key>escaped_char</key>
|
2303
|
+
<dict>
|
2304
|
+
<key>match</key>
|
2305
|
+
<string>\\(?:[0-7]{1,3}|x[\da-fA-F]{1,2}|.)</string>
|
2306
|
+
<key>name</key>
|
2307
|
+
<string>constant.character.escape.ruby</string>
|
2308
|
+
</dict>
|
2309
|
+
|
2310
|
+
|
2311
|
+
<key>heredoc</key>
|
2312
|
+
<dict>
|
2313
|
+
<key>begin</key>
|
2314
|
+
<string>^<<-?\w+</string>
|
2315
|
+
<key>end</key>
|
2316
|
+
<string>$</string>
|
2317
|
+
<key>patterns</key>
|
2318
|
+
<array>
|
2319
|
+
<dict>
|
2320
|
+
<key>include</key>
|
2321
|
+
<string>$self</string>
|
2322
|
+
</dict>
|
2323
|
+
</array>
|
2324
|
+
</dict>
|
2325
|
+
|
2326
|
+
<key>interpolated_ruby</key>
|
2327
|
+
<dict>
|
2328
|
+
<key>patterns</key>
|
2329
|
+
<array>
|
2330
|
+
<dict>
|
2331
|
+
<key>captures</key>
|
2332
|
+
<dict>
|
2333
|
+
<key>0</key>
|
2334
|
+
<dict>
|
2335
|
+
<key>name</key>
|
2336
|
+
<string>punctuation.section.embedded.ruby</string>
|
2337
|
+
</dict>
|
2338
|
+
<key>1</key>
|
2339
|
+
<dict>
|
2340
|
+
<key>name</key>
|
2341
|
+
<string>source.ruby.embedded.source.empty</string>
|
2342
|
+
</dict>
|
2343
|
+
</dict>
|
2344
|
+
<key>match</key>
|
2345
|
+
<string>#\{(\})</string>
|
2346
|
+
<key>name</key>
|
2347
|
+
<string>source.ruby.embedded.source</string>
|
2348
|
+
</dict>
|
2349
|
+
<dict>
|
2350
|
+
<key>begin</key>
|
2351
|
+
<string>#\{</string>
|
2352
|
+
<key>captures</key>
|
2353
|
+
<dict>
|
2354
|
+
<key>0</key>
|
2355
|
+
<dict>
|
2356
|
+
<key>name</key>
|
2357
|
+
<string>punctuation.section.embedded.ruby</string>
|
2358
|
+
</dict>
|
2359
|
+
</dict>
|
2360
|
+
<key>end</key>
|
2361
|
+
<string>\}</string>
|
2362
|
+
<key>name</key>
|
2363
|
+
<string>source.ruby.embedded.source</string>
|
2364
|
+
<key>patterns</key>
|
2365
|
+
<array>
|
2366
|
+
<dict>
|
2367
|
+
<key>include</key>
|
2368
|
+
<string>#nest_curly_and_self</string>
|
2369
|
+
</dict>
|
2370
|
+
<dict>
|
2371
|
+
<key>include</key>
|
2372
|
+
<string>$self</string>
|
2373
|
+
</dict>
|
2374
|
+
</array>
|
2375
|
+
</dict>
|
2376
|
+
<dict>
|
2377
|
+
<key>captures</key>
|
2378
|
+
<dict>
|
2379
|
+
<key>1</key>
|
2380
|
+
<dict>
|
2381
|
+
<key>name</key>
|
2382
|
+
<string>punctuation.definition.variable.ruby</string>
|
2383
|
+
</dict>
|
2384
|
+
</dict>
|
2385
|
+
<key>match</key>
|
2386
|
+
<string>(#@)[a-zA-Z_]\w*</string>
|
2387
|
+
<key>name</key>
|
2388
|
+
<string>variable.other.readwrite.instance.ruby</string>
|
2389
|
+
</dict>
|
2390
|
+
<dict>
|
2391
|
+
<key>captures</key>
|
2392
|
+
<dict>
|
2393
|
+
<key>1</key>
|
2394
|
+
<dict>
|
2395
|
+
<key>name</key>
|
2396
|
+
<string>punctuation.definition.variable.ruby</string>
|
2397
|
+
</dict>
|
2398
|
+
</dict>
|
2399
|
+
<key>match</key>
|
2400
|
+
<string>(#@@)[a-zA-Z_]\w*</string>
|
2401
|
+
<key>name</key>
|
2402
|
+
<string>variable.other.readwrite.class.ruby</string>
|
2403
|
+
</dict>
|
2404
|
+
<dict>
|
2405
|
+
<key>captures</key>
|
2406
|
+
<dict>
|
2407
|
+
<key>1</key>
|
2408
|
+
<dict>
|
2409
|
+
<key>name</key>
|
2410
|
+
<string>punctuation.definition.variable.ruby</string>
|
2411
|
+
</dict>
|
2412
|
+
</dict>
|
2413
|
+
<key>match</key>
|
2414
|
+
<string>(#\$)[a-zA-Z_]\w*</string>
|
2415
|
+
<key>name</key>
|
2416
|
+
<string>variable.other.readwrite.global.ruby</string>
|
2417
|
+
</dict>
|
2418
|
+
</array>
|
2419
|
+
</dict>
|
2420
|
+
|
2421
|
+
|
2422
|
+
<key>nest_brackets</key>
|
2423
|
+
<dict>
|
2424
|
+
<key>begin</key>
|
2425
|
+
<string>\[</string>
|
2426
|
+
<key>captures</key>
|
2427
|
+
<dict>
|
2428
|
+
<key>0</key>
|
2429
|
+
<dict>
|
2430
|
+
<key>name</key>
|
2431
|
+
<string>punctuation.section.scope.ruby</string>
|
2432
|
+
</dict>
|
2433
|
+
</dict>
|
2434
|
+
<key>end</key>
|
2435
|
+
<string>\]</string>
|
2436
|
+
<key>patterns</key>
|
2437
|
+
<array>
|
2438
|
+
<dict>
|
2439
|
+
<key>include</key>
|
2440
|
+
<string>#nest_brackets</string>
|
2441
|
+
</dict>
|
2442
|
+
</array>
|
2443
|
+
</dict>
|
2444
|
+
|
2445
|
+
<key>nest_brackets_i</key>
|
2446
|
+
<dict>
|
2447
|
+
<key>begin</key>
|
2448
|
+
<string>\[</string>
|
2449
|
+
<key>captures</key>
|
2450
|
+
<dict>
|
2451
|
+
<key>0</key>
|
2452
|
+
<dict>
|
2453
|
+
<key>name</key>
|
2454
|
+
<string>punctuation.section.scope.ruby</string>
|
2455
|
+
</dict>
|
2456
|
+
</dict>
|
2457
|
+
<key>end</key>
|
2458
|
+
<string>\]</string>
|
2459
|
+
<key>patterns</key>
|
2460
|
+
<array>
|
2461
|
+
<dict>
|
2462
|
+
<key>include</key>
|
2463
|
+
<string>#interpolated_ruby</string>
|
2464
|
+
</dict>
|
2465
|
+
<dict>
|
2466
|
+
<key>include</key>
|
2467
|
+
<string>#escaped_char</string>
|
2468
|
+
</dict>
|
2469
|
+
<dict>
|
2470
|
+
<key>include</key>
|
2471
|
+
<string>#nest_brackets_i</string>
|
2472
|
+
</dict>
|
2473
|
+
</array>
|
2474
|
+
</dict>
|
2475
|
+
|
2476
|
+
<key>nest_brackets_r</key>
|
2477
|
+
<dict>
|
2478
|
+
<key>begin</key>
|
2479
|
+
<string>\[</string>
|
2480
|
+
<key>captures</key>
|
2481
|
+
<dict>
|
2482
|
+
<key>0</key>
|
2483
|
+
<dict>
|
2484
|
+
<key>name</key>
|
2485
|
+
<string>punctuation.section.scope.ruby</string>
|
2486
|
+
</dict>
|
2487
|
+
</dict>
|
2488
|
+
<key>end</key>
|
2489
|
+
<string>\]</string>
|
2490
|
+
<key>patterns</key>
|
2491
|
+
<array>
|
2492
|
+
<dict>
|
2493
|
+
<key>include</key>
|
2494
|
+
<string>#regex_sub</string>
|
2495
|
+
</dict>
|
2496
|
+
<dict>
|
2497
|
+
<key>include</key>
|
2498
|
+
<string>#nest_brackets_r</string>
|
2499
|
+
</dict>
|
2500
|
+
</array>
|
2501
|
+
</dict>
|
2502
|
+
|
2503
|
+
|
2504
|
+
<key>nest_curly</key>
|
2505
|
+
<dict>
|
2506
|
+
<key>begin</key>
|
2507
|
+
<string>\{</string>
|
2508
|
+
<key>captures</key>
|
2509
|
+
<dict>
|
2510
|
+
<key>0</key>
|
2511
|
+
<dict>
|
2512
|
+
<key>name</key>
|
2513
|
+
<string>punctuation.section.scope.ruby</string>
|
2514
|
+
</dict>
|
2515
|
+
</dict>
|
2516
|
+
<key>end</key>
|
2517
|
+
<string>\}</string>
|
2518
|
+
<key>patterns</key>
|
2519
|
+
<array>
|
2520
|
+
<dict>
|
2521
|
+
<key>include</key>
|
2522
|
+
<string>#nest_curly</string>
|
2523
|
+
</dict>
|
2524
|
+
</array>
|
2525
|
+
</dict>
|
2526
|
+
|
2527
|
+
|
2528
|
+
<key>nest_curly_and_self</key>
|
2529
|
+
<dict>
|
2530
|
+
<key>patterns</key>
|
2531
|
+
<array>
|
2532
|
+
<dict>
|
2533
|
+
<key>begin</key>
|
2534
|
+
<string>\{</string>
|
2535
|
+
<key>captures</key>
|
2536
|
+
<dict>
|
2537
|
+
<key>0</key>
|
2538
|
+
<dict>
|
2539
|
+
<key>name</key>
|
2540
|
+
<string>punctuation.section.scope.ruby</string>
|
2541
|
+
</dict>
|
2542
|
+
</dict>
|
2543
|
+
<key>end</key>
|
2544
|
+
<string>\}</string>
|
2545
|
+
<key>patterns</key>
|
2546
|
+
<array>
|
2547
|
+
<dict>
|
2548
|
+
<key>include</key>
|
2549
|
+
<string>#nest_curly_and_self</string>
|
2550
|
+
</dict>
|
2551
|
+
</array>
|
2552
|
+
</dict>
|
2553
|
+
<dict>
|
2554
|
+
<key>include</key>
|
2555
|
+
<string>$self</string>
|
2556
|
+
</dict>
|
2557
|
+
</array>
|
2558
|
+
</dict>
|
2559
|
+
|
2560
|
+
|
2561
|
+
<key>nest_curly_i</key>
|
2562
|
+
<dict>
|
2563
|
+
<key>begin</key>
|
2564
|
+
<string>\{</string>
|
2565
|
+
<key>captures</key>
|
2566
|
+
<dict>
|
2567
|
+
<key>0</key>
|
2568
|
+
<dict>
|
2569
|
+
<key>name</key>
|
2570
|
+
<string>punctuation.section.scope.ruby</string>
|
2571
|
+
</dict>
|
2572
|
+
</dict>
|
2573
|
+
<key>end</key>
|
2574
|
+
<string>\}</string>
|
2575
|
+
<key>patterns</key>
|
2576
|
+
<array>
|
2577
|
+
<dict>
|
2578
|
+
<key>include</key>
|
2579
|
+
<string>#interpolated_ruby</string>
|
2580
|
+
</dict>
|
2581
|
+
<dict>
|
2582
|
+
<key>include</key>
|
2583
|
+
<string>#escaped_char</string>
|
2584
|
+
</dict>
|
2585
|
+
<dict>
|
2586
|
+
<key>include</key>
|
2587
|
+
<string>#nest_curly_i</string>
|
2588
|
+
</dict>
|
2589
|
+
</array>
|
2590
|
+
</dict>
|
2591
|
+
|
2592
|
+
|
2593
|
+
<key>nest_curly_r</key>
|
2594
|
+
<dict>
|
2595
|
+
<key>begin</key>
|
2596
|
+
<string>\{</string>
|
2597
|
+
<key>captures</key>
|
2598
|
+
<dict>
|
2599
|
+
<key>0</key>
|
2600
|
+
<dict>
|
2601
|
+
<key>name</key>
|
2602
|
+
<string>punctuation.section.scope.ruby</string>
|
2603
|
+
</dict>
|
2604
|
+
</dict>
|
2605
|
+
<key>end</key>
|
2606
|
+
<string>\}</string>
|
2607
|
+
<key>patterns</key>
|
2608
|
+
<array>
|
2609
|
+
<dict>
|
2610
|
+
<key>include</key>
|
2611
|
+
<string>#regex_sub</string>
|
2612
|
+
</dict>
|
2613
|
+
<dict>
|
2614
|
+
<key>include</key>
|
2615
|
+
<string>#nest_curly_r</string>
|
2616
|
+
</dict>
|
2617
|
+
</array>
|
2618
|
+
</dict>
|
2619
|
+
|
2620
|
+
|
2621
|
+
<key>nest_ltgt</key>
|
2622
|
+
<dict>
|
2623
|
+
<key>begin</key>
|
2624
|
+
<string>\<</string>
|
2625
|
+
<key>captures</key>
|
2626
|
+
<dict>
|
2627
|
+
<key>0</key>
|
2628
|
+
<dict>
|
2629
|
+
<key>name</key>
|
2630
|
+
<string>punctuation.section.scope.ruby</string>
|
2631
|
+
</dict>
|
2632
|
+
</dict>
|
2633
|
+
<key>end</key>
|
2634
|
+
<string>\></string>
|
2635
|
+
<key>patterns</key>
|
2636
|
+
<array>
|
2637
|
+
<dict>
|
2638
|
+
<key>include</key>
|
2639
|
+
<string>#nest_ltgt</string>
|
2640
|
+
</dict>
|
2641
|
+
</array>
|
2642
|
+
</dict>
|
2643
|
+
|
2644
|
+
|
2645
|
+
<key>nest_ltgt_i</key>
|
2646
|
+
<dict>
|
2647
|
+
<key>begin</key>
|
2648
|
+
<string>\<</string>
|
2649
|
+
<key>captures</key>
|
2650
|
+
<dict>
|
2651
|
+
<key>0</key>
|
2652
|
+
<dict>
|
2653
|
+
<key>name</key>
|
2654
|
+
<string>punctuation.section.scope.ruby</string>
|
2655
|
+
</dict>
|
2656
|
+
</dict>
|
2657
|
+
<key>end</key>
|
2658
|
+
<string>\></string>
|
2659
|
+
<key>patterns</key>
|
2660
|
+
<array>
|
2661
|
+
<dict>
|
2662
|
+
<key>include</key>
|
2663
|
+
<string>#interpolated_ruby</string>
|
2664
|
+
</dict>
|
2665
|
+
<dict>
|
2666
|
+
<key>include</key>
|
2667
|
+
<string>#escaped_char</string>
|
2668
|
+
</dict>
|
2669
|
+
<dict>
|
2670
|
+
<key>include</key>
|
2671
|
+
<string>#nest_ltgt_i</string>
|
2672
|
+
</dict>
|
2673
|
+
</array>
|
2674
|
+
</dict>
|
2675
|
+
|
2676
|
+
|
2677
|
+
<key>nest_ltgt_r</key>
|
2678
|
+
<dict>
|
2679
|
+
<key>begin</key>
|
2680
|
+
<string>\<</string>
|
2681
|
+
<key>captures</key>
|
2682
|
+
<dict>
|
2683
|
+
<key>0</key>
|
2684
|
+
<dict>
|
2685
|
+
<key>name</key>
|
2686
|
+
<string>punctuation.section.scope.ruby</string>
|
2687
|
+
</dict>
|
2688
|
+
</dict>
|
2689
|
+
<key>end</key>
|
2690
|
+
<string>\></string>
|
2691
|
+
<key>patterns</key>
|
2692
|
+
<array>
|
2693
|
+
<dict>
|
2694
|
+
<key>include</key>
|
2695
|
+
<string>#regex_sub</string>
|
2696
|
+
</dict>
|
2697
|
+
<dict>
|
2698
|
+
<key>include</key>
|
2699
|
+
<string>#nest_ltgt_r</string>
|
2700
|
+
</dict>
|
2701
|
+
</array>
|
2702
|
+
</dict>
|
2703
|
+
|
2704
|
+
|
2705
|
+
<key>nest_parens</key>
|
2706
|
+
<dict>
|
2707
|
+
<key>begin</key>
|
2708
|
+
<string>\(</string>
|
2709
|
+
<key>captures</key>
|
2710
|
+
<dict>
|
2711
|
+
<key>0</key>
|
2712
|
+
<dict>
|
2713
|
+
<key>name</key>
|
2714
|
+
<string>punctuation.section.scope.ruby</string>
|
2715
|
+
</dict>
|
2716
|
+
</dict>
|
2717
|
+
<key>end</key>
|
2718
|
+
<string>\)</string>
|
2719
|
+
<key>patterns</key>
|
2720
|
+
<array>
|
2721
|
+
<dict>
|
2722
|
+
<key>include</key>
|
2723
|
+
<string>#nest_parens</string>
|
2724
|
+
</dict>
|
2725
|
+
</array>
|
2726
|
+
</dict>
|
2727
|
+
|
2728
|
+
|
2729
|
+
<key>nest_parens_i</key>
|
2730
|
+
<dict>
|
2731
|
+
<key>begin</key>
|
2732
|
+
<string>\(</string>
|
2733
|
+
<key>captures</key>
|
2734
|
+
<dict>
|
2735
|
+
<key>0</key>
|
2736
|
+
<dict>
|
2737
|
+
<key>name</key>
|
2738
|
+
<string>punctuation.section.scope.ruby</string>
|
2739
|
+
</dict>
|
2740
|
+
</dict>
|
2741
|
+
<key>end</key>
|
2742
|
+
<string>\)</string>
|
2743
|
+
<key>patterns</key>
|
2744
|
+
<array>
|
2745
|
+
<dict>
|
2746
|
+
<key>include</key>
|
2747
|
+
<string>#interpolated_ruby</string>
|
2748
|
+
</dict>
|
2749
|
+
<dict>
|
2750
|
+
<key>include</key>
|
2751
|
+
<string>#escaped_char</string>
|
2752
|
+
</dict>
|
2753
|
+
<dict>
|
2754
|
+
<key>include</key>
|
2755
|
+
<string>#nest_parens_i</string>
|
2756
|
+
</dict>
|
2757
|
+
</array>
|
2758
|
+
</dict>
|
2759
|
+
|
2760
|
+
|
2761
|
+
<key>nest_parens_r</key>
|
2762
|
+
<dict>
|
2763
|
+
<key>begin</key>
|
2764
|
+
<string>\(</string>
|
2765
|
+
<key>captures</key>
|
2766
|
+
<dict>
|
2767
|
+
<key>0</key>
|
2768
|
+
<dict>
|
2769
|
+
<key>name</key>
|
2770
|
+
<string>punctuation.section.scope.ruby</string>
|
2771
|
+
</dict>
|
2772
|
+
</dict>
|
2773
|
+
<key>end</key>
|
2774
|
+
<string>\)</string>
|
2775
|
+
<key>patterns</key>
|
2776
|
+
<array>
|
2777
|
+
<dict>
|
2778
|
+
<key>include</key>
|
2779
|
+
<string>#regex_sub</string>
|
2780
|
+
</dict>
|
2781
|
+
<dict>
|
2782
|
+
<key>include</key>
|
2783
|
+
<string>#nest_parens_r</string>
|
2784
|
+
</dict>
|
2785
|
+
</array>
|
2786
|
+
</dict>
|
2787
|
+
|
2788
|
+
|
2789
|
+
<key>regex_sub</key>
|
2790
|
+
<dict>
|
2791
|
+
<key>patterns</key>
|
2792
|
+
<array>
|
2793
|
+
<dict>
|
2794
|
+
<key>include</key>
|
2795
|
+
<string>#interpolated_ruby</string>
|
2796
|
+
</dict>
|
2797
|
+
<dict>
|
2798
|
+
<key>include</key>
|
2799
|
+
<string>#escaped_char</string>
|
2800
|
+
</dict>
|
2801
|
+
<dict>
|
2802
|
+
<key>captures</key>
|
2803
|
+
<dict>
|
2804
|
+
<key>1</key>
|
2805
|
+
<dict>
|
2806
|
+
<key>name</key>
|
2807
|
+
<string>punctuation.definition.arbitrary-repitition.ruby</string>
|
2808
|
+
</dict>
|
2809
|
+
<key>3</key>
|
2810
|
+
<dict>
|
2811
|
+
<key>name</key>
|
2812
|
+
<string>punctuation.definition.arbitrary-repitition.ruby</string>
|
2813
|
+
</dict>
|
2814
|
+
</dict>
|
2815
|
+
<key>match</key>
|
2816
|
+
<string>(\{)\d+(,\d+)?(\})</string>
|
2817
|
+
<key>name</key>
|
2818
|
+
<string>string.regexp.arbitrary-repitition.ruby</string>
|
2819
|
+
</dict>
|
2820
|
+
<dict>
|
2821
|
+
<key>begin</key>
|
2822
|
+
<string>\[(?:\^?\])?</string>
|
2823
|
+
<key>captures</key>
|
2824
|
+
<dict>
|
2825
|
+
<key>0</key>
|
2826
|
+
<dict>
|
2827
|
+
<key>name</key>
|
2828
|
+
<string>punctuation.definition.character-class.ruby</string>
|
2829
|
+
</dict>
|
2830
|
+
</dict>
|
2831
|
+
<key>end</key>
|
2832
|
+
<string>\]</string>
|
2833
|
+
<key>name</key>
|
2834
|
+
<string>string.regexp.character-class.ruby</string>
|
2835
|
+
<key>patterns</key>
|
2836
|
+
<array>
|
2837
|
+
<dict>
|
2838
|
+
<key>include</key>
|
2839
|
+
<string>#escaped_char</string>
|
2840
|
+
</dict>
|
2841
|
+
</array>
|
2842
|
+
</dict>
|
2843
|
+
<dict>
|
2844
|
+
<key>begin</key>
|
2845
|
+
<string>\(</string>
|
2846
|
+
<key>captures</key>
|
2847
|
+
<dict>
|
2848
|
+
<key>0</key>
|
2849
|
+
<dict>
|
2850
|
+
<key>name</key>
|
2851
|
+
<string>punctuation.definition.group.ruby</string>
|
2852
|
+
</dict>
|
2853
|
+
</dict>
|
2854
|
+
<key>end</key>
|
2855
|
+
<string>\)</string>
|
2856
|
+
<key>name</key>
|
2857
|
+
<string>string.regexp.group.ruby</string>
|
2858
|
+
<key>patterns</key>
|
2859
|
+
<array>
|
2860
|
+
<dict>
|
2861
|
+
<key>include</key>
|
2862
|
+
<string>#regex_sub</string>
|
2863
|
+
</dict>
|
2864
|
+
</array>
|
2865
|
+
</dict>
|
2866
|
+
<dict>
|
2867
|
+
<key>captures</key>
|
2868
|
+
<dict>
|
2869
|
+
<key>1</key>
|
2870
|
+
<dict>
|
2871
|
+
<key>name</key>
|
2872
|
+
<string>punctuation.definition.comment.ruby</string>
|
2873
|
+
</dict>
|
2874
|
+
</dict>
|
2875
|
+
<key>comment</key>
|
2876
|
+
<string>We are restrictive in what we allow to go after the comment character to avoid false positives, since the availability of comments depend on regexp flags.</string>
|
2877
|
+
<key>match</key>
|
2878
|
+
<string>(?<=^|\s)(#)\s[[a-zA-Z0-9,. \t?!-][^\x{00}-\x{7F}]]*$</string>
|
2879
|
+
<key>name</key>
|
2880
|
+
<string>comment.line.number-sign.ruby</string>
|
2881
|
+
</dict>
|
2882
|
+
</array>
|
2883
|
+
</dict>
|
2884
|
+
</dict>
|
2885
|
+
|
2886
|
+
<key>scopeName</key>
|
2887
|
+
<string>source.ruby</string>
|
2888
|
+
<key>uuid</key>
|
2889
|
+
<string>E00B62AC-6B1C-11D9-9B1F-000D93589AF6</string>
|
2890
|
+
</dict>
|
2891
|
+
</plist>
|