tm-grammars 0.0.0

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.
Files changed (181) hide show
  1. package/LICENSE +22 -0
  2. package/NOTICE +6565 -0
  3. package/README.md +211 -0
  4. package/grammars/abap.json +380 -0
  5. package/grammars/actionscript-3.json +951 -0
  6. package/grammars/ada.json +3874 -0
  7. package/grammars/apache.json +562 -0
  8. package/grammars/apex.json +3203 -0
  9. package/grammars/apl.json +1479 -0
  10. package/grammars/applescript.json +1406 -0
  11. package/grammars/ara.json +428 -0
  12. package/grammars/asm.json +1741 -0
  13. package/grammars/astro.json +776 -0
  14. package/grammars/awk.json +388 -0
  15. package/grammars/ballerina.json +3768 -0
  16. package/grammars/bat.json +783 -0
  17. package/grammars/beancount.json +831 -0
  18. package/grammars/berry.json +172 -0
  19. package/grammars/bibtex.json +315 -0
  20. package/grammars/bicep.json +239 -0
  21. package/grammars/blade.json +3870 -0
  22. package/grammars/c.json +3552 -0
  23. package/grammars/cadence.json +738 -0
  24. package/grammars/clarity.json +877 -0
  25. package/grammars/clojure.json +426 -0
  26. package/grammars/cmake.json +143 -0
  27. package/grammars/cobol.json +1124 -0
  28. package/grammars/codeql.json +1540 -0
  29. package/grammars/coffee.json +1311 -0
  30. package/grammars/cpp-macro.json +9498 -0
  31. package/grammars/cpp.json +16635 -0
  32. package/grammars/crystal.json +1866 -0
  33. package/grammars/csharp.json +5722 -0
  34. package/grammars/css.json +1860 -0
  35. package/grammars/csv.json +46 -0
  36. package/grammars/cue.json +1128 -0
  37. package/grammars/cypher.json +353 -0
  38. package/grammars/d.json +3185 -0
  39. package/grammars/dart.json +522 -0
  40. package/grammars/dax.json +185 -0
  41. package/grammars/diff.json +155 -0
  42. package/grammars/docker.json +97 -0
  43. package/grammars/dream-maker.json +640 -0
  44. package/grammars/elixir.json +1014 -0
  45. package/grammars/elm.json +751 -0
  46. package/grammars/erb.json +156 -0
  47. package/grammars/erlang.json +1757 -0
  48. package/grammars/fish.json +189 -0
  49. package/grammars/fsharp.json +1831 -0
  50. package/grammars/gdresource.json +290 -0
  51. package/grammars/gdscript.json +969 -0
  52. package/grammars/gdshader.json +405 -0
  53. package/grammars/gherkin.json +133 -0
  54. package/grammars/git-commit.json +85 -0
  55. package/grammars/git-rebase.json +56 -0
  56. package/grammars/glimmer-js.json +98 -0
  57. package/grammars/glimmer-ts.json +98 -0
  58. package/grammars/glsl.json +57 -0
  59. package/grammars/gnuplot.json +892 -0
  60. package/grammars/go.json +1012 -0
  61. package/grammars/graphql.json +1295 -0
  62. package/grammars/groovy.json +1378 -0
  63. package/grammars/hack.json +2650 -0
  64. package/grammars/haml.json +598 -0
  65. package/grammars/handlebars.json +848 -0
  66. package/grammars/haskell.json +2431 -0
  67. package/grammars/hcl.json +787 -0
  68. package/grammars/hjson.json +821 -0
  69. package/grammars/hlsl.json +212 -0
  70. package/grammars/html.json +93 -0
  71. package/grammars/imba.json +2696 -0
  72. package/grammars/ini.json +108 -0
  73. package/grammars/java.json +1885 -0
  74. package/grammars/javascript.json +5984 -0
  75. package/grammars/jinja-html.json +16 -0
  76. package/grammars/jinja.json +345 -0
  77. package/grammars/jison.json +715 -0
  78. package/grammars/jsdoc.json +21 -0
  79. package/grammars/json.json +208 -0
  80. package/grammars/json5.json +244 -0
  81. package/grammars/jsonc.json +208 -0
  82. package/grammars/jsonl.json +208 -0
  83. package/grammars/jsonnet.json +211 -0
  84. package/grammars/jssm.json +159 -0
  85. package/grammars/jsx.json +5984 -0
  86. package/grammars/julia.json +1061 -0
  87. package/grammars/kotlin.json +580 -0
  88. package/grammars/kusto.json +687 -0
  89. package/grammars/latex.json +2395 -0
  90. package/grammars/less.json +5012 -0
  91. package/grammars/liquid.json +990 -0
  92. package/grammars/lisp.json +121 -0
  93. package/grammars/logo.json +55 -0
  94. package/grammars/lua.json +956 -0
  95. package/grammars/make.json +629 -0
  96. package/grammars/markdown.json +3066 -0
  97. package/grammars/marko.json +1344 -0
  98. package/grammars/matlab.json +1131 -0
  99. package/grammars/mdc.json +571 -0
  100. package/grammars/mdx.json +5629 -0
  101. package/grammars/mermaid.json +1382 -0
  102. package/grammars/mojo.json +4153 -0
  103. package/grammars/narrat.json +227 -0
  104. package/grammars/nextflow.json +298 -0
  105. package/grammars/nginx.json +2121 -0
  106. package/grammars/nim.json +1522 -0
  107. package/grammars/nix.json +1200 -0
  108. package/grammars/nushell.json +1047 -0
  109. package/grammars/objective-c.json +3750 -0
  110. package/grammars/objective-cpp.json +7242 -0
  111. package/grammars/ocaml.json +2967 -0
  112. package/grammars/pascal.json +154 -0
  113. package/grammars/perl.json +2971 -0
  114. package/grammars/php.json +4024 -0
  115. package/grammars/plsql.json +241 -0
  116. package/grammars/postcss.json +377 -0
  117. package/grammars/powerquery.json +349 -0
  118. package/grammars/powershell.json +1024 -0
  119. package/grammars/prisma.json +443 -0
  120. package/grammars/prolog.json +298 -0
  121. package/grammars/proto.json +507 -0
  122. package/grammars/pug.json +1033 -0
  123. package/grammars/puppet.json +777 -0
  124. package/grammars/purescript.json +871 -0
  125. package/grammars/python.json +4208 -0
  126. package/grammars/r.json +637 -0
  127. package/grammars/raku.json +310 -0
  128. package/grammars/razor.json +1813 -0
  129. package/grammars/reg.json +136 -0
  130. package/grammars/rel.json +200 -0
  131. package/grammars/riscv.json +298 -0
  132. package/grammars/rst.json +734 -0
  133. package/grammars/ruby.json +2769 -0
  134. package/grammars/rust.json +1171 -0
  135. package/grammars/sas.json +302 -0
  136. package/grammars/sass.json +618 -0
  137. package/grammars/scala.json +1313 -0
  138. package/grammars/scheme.json +384 -0
  139. package/grammars/scss.json +1874 -0
  140. package/grammars/shaderlab.json +199 -0
  141. package/grammars/shellscript.json +2025 -0
  142. package/grammars/shellsession.json +33 -0
  143. package/grammars/smalltalk.json +235 -0
  144. package/grammars/solidity.json +1210 -0
  145. package/grammars/sparql.json +45 -0
  146. package/grammars/splunk.json +91 -0
  147. package/grammars/sql.json +631 -0
  148. package/grammars/ssh-config.json +88 -0
  149. package/grammars/stata.json +3050 -0
  150. package/grammars/stylus.json +1208 -0
  151. package/grammars/svelte.json +1171 -0
  152. package/grammars/swift.json +4203 -0
  153. package/grammars/system-verilog.json +1063 -0
  154. package/grammars/tasl.json +292 -0
  155. package/grammars/tcl.json +291 -0
  156. package/grammars/tex.json +281 -0
  157. package/grammars/toml.json +431 -0
  158. package/grammars/tsx.json +5984 -0
  159. package/grammars/turtle.json +261 -0
  160. package/grammars/twig.json +1394 -0
  161. package/grammars/typescript.json +5735 -0
  162. package/grammars/v.json +1001 -0
  163. package/grammars/vb.json +232 -0
  164. package/grammars/verilog.json +305 -0
  165. package/grammars/vhdl.json +1484 -0
  166. package/grammars/viml.json +445 -0
  167. package/grammars/vue-html.json +559 -0
  168. package/grammars/vue.json +1237 -0
  169. package/grammars/vyper.json +5415 -0
  170. package/grammars/wasm.json +831 -0
  171. package/grammars/wenyan.json +129 -0
  172. package/grammars/wgsl.json +391 -0
  173. package/grammars/wolfram.json +2370 -0
  174. package/grammars/xml.json +382 -0
  175. package/grammars/xsl.json +89 -0
  176. package/grammars/yaml.json +616 -0
  177. package/grammars/zenscript.json +257 -0
  178. package/grammars/zig.json +312 -0
  179. package/index.d.ts +18 -0
  180. package/index.js +2165 -0
  181. package/package.json +46 -0
@@ -0,0 +1,310 @@
1
+ {
2
+ "displayName": "Perl 6",
3
+ "name": "raku",
4
+ "patterns": [
5
+ {
6
+ "begin": "^=begin",
7
+ "end": "^=end",
8
+ "name": "comment.block.perl"
9
+ },
10
+ {
11
+ "begin": "(^[ \\t]+)?(?=#)",
12
+ "beginCaptures": {
13
+ "1": {
14
+ "name": "punctuation.whitespace.comment.leading.perl"
15
+ }
16
+ },
17
+ "end": "(?!\\G)",
18
+ "patterns": [
19
+ {
20
+ "begin": "#",
21
+ "beginCaptures": {
22
+ "0": {
23
+ "name": "punctuation.definition.comment.perl"
24
+ }
25
+ },
26
+ "end": "\\n",
27
+ "name": "comment.line.number-sign.perl"
28
+ }
29
+ ]
30
+ },
31
+ {
32
+ "captures": {
33
+ "1": {
34
+ "name": "storage.type.class.perl.6"
35
+ },
36
+ "3": {
37
+ "name": "entity.name.type.class.perl.6"
38
+ }
39
+ },
40
+ "match": "(class|enum|grammar|knowhow|module|package|role|slang|subset)(\\s+)(((?:::|')?(?:([a-zA-Z_\\x{C0}-\\x{FF}\\$])([a-zA-Z0-9_\\x{C0}-\\x{FF}\\\\$]|[\\-'][a-zA-Z0-9_\\x{C0}-\\x{FF}\\$])*))+)",
41
+ "name": "meta.class.perl.6"
42
+ },
43
+ {
44
+ "begin": "(?<=\\s)'",
45
+ "beginCaptures": {
46
+ "0": {
47
+ "name": "punctuation.definition.string.begin.perl"
48
+ }
49
+ },
50
+ "end": "'",
51
+ "endCaptures": {
52
+ "0": {
53
+ "name": "punctuation.definition.string.end.perl"
54
+ }
55
+ },
56
+ "name": "string.quoted.single.perl",
57
+ "patterns": [
58
+ {
59
+ "match": "\\\\['\\\\]",
60
+ "name": "constant.character.escape.perl"
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "begin": "\"",
66
+ "beginCaptures": {
67
+ "0": {
68
+ "name": "punctuation.definition.string.begin.perl"
69
+ }
70
+ },
71
+ "end": "\"",
72
+ "endCaptures": {
73
+ "0": {
74
+ "name": "punctuation.definition.string.end.perl"
75
+ }
76
+ },
77
+ "name": "string.quoted.double.perl",
78
+ "patterns": [
79
+ {
80
+ "match": "\\\\[abtnfre\"\\\\]",
81
+ "name": "constant.character.escape.perl"
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "begin": "q(q|to|heredoc)*\\s*:?(q|to|heredoc)*\\s*/(.+)/",
87
+ "end": "\\3",
88
+ "name": "string.quoted.single.heredoc.perl"
89
+ },
90
+ {
91
+ "begin": "(q|Q)(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*:?(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*{{",
92
+ "end": "}}",
93
+ "name": "string.quoted.double.heredoc.brace.perl",
94
+ "patterns": [
95
+ {
96
+ "include": "#qq_brace_string_content"
97
+ }
98
+ ]
99
+ },
100
+ {
101
+ "begin": "(q|Q)(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*:?(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*\\(\\(",
102
+ "end": "\\)\\)",
103
+ "name": "string.quoted.double.heredoc.paren.perl",
104
+ "patterns": [
105
+ {
106
+ "include": "#qq_paren_string_content"
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "begin": "(q|Q)(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*:?(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*\\[\\[",
112
+ "end": "\\]\\]",
113
+ "name": "string.quoted.double.heredoc.bracket.perl",
114
+ "patterns": [
115
+ {
116
+ "include": "#qq_bracket_string_content"
117
+ }
118
+ ]
119
+ },
120
+ {
121
+ "begin": "(q|Q)(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*:?(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*{",
122
+ "end": "}",
123
+ "name": "string.quoted.single.heredoc.brace.perl",
124
+ "patterns": [
125
+ {
126
+ "include": "#qq_brace_string_content"
127
+ }
128
+ ]
129
+ },
130
+ {
131
+ "begin": "(q|Q)(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*:?(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*/",
132
+ "end": "/",
133
+ "name": "string.quoted.single.heredoc.slash.perl",
134
+ "patterns": [
135
+ {
136
+ "include": "#qq_slash_string_content"
137
+ }
138
+ ]
139
+ },
140
+ {
141
+ "begin": "(q|Q)(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*:?(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*\\(",
142
+ "end": "\\)",
143
+ "name": "string.quoted.single.heredoc.paren.perl",
144
+ "patterns": [
145
+ {
146
+ "include": "#qq_paren_string_content"
147
+ }
148
+ ]
149
+ },
150
+ {
151
+ "begin": "(q|Q)(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*:?(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*\\[",
152
+ "end": "\\]",
153
+ "name": "string.quoted.single.heredoc.bracket.perl",
154
+ "patterns": [
155
+ {
156
+ "include": "#qq_bracket_string_content"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "begin": "(q|Q)(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*:?(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*'",
162
+ "end": "'",
163
+ "name": "string.quoted.single.heredoc.single.perl",
164
+ "patterns": [
165
+ {
166
+ "include": "#qq_single_string_content"
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "begin": "(q|Q)(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*:?(x|exec|w|words|ww|quotewords|v|val|q|single|qq|double|s|scalar|a|array|h|hash|f|function|c|closure|b|blackslash|regexp|substr|trans|codes|p|path)*\\s*\"",
172
+ "end": "\"",
173
+ "name": "string.quoted.single.heredoc.double.perl",
174
+ "patterns": [
175
+ {
176
+ "include": "#qq_double_string_content"
177
+ }
178
+ ]
179
+ },
180
+ {
181
+ "match": "\\b\\$\\w+\\b",
182
+ "name": "variable.other.perl"
183
+ },
184
+ {
185
+ "match": "\\b(macro|sub|submethod|method|multi|proto|only|rule|token|regex|category)\\b",
186
+ "name": "storage.type.declare.routine.perl"
187
+ },
188
+ {
189
+ "match": "\\b(self)\\b",
190
+ "name": "variable.language.perl"
191
+ },
192
+ {
193
+ "match": "\\b(use|require)\\b",
194
+ "name": "keyword.other.include.perl"
195
+ },
196
+ {
197
+ "match": "\\b(if|else|elsif|unless)\\b",
198
+ "name": "keyword.control.conditional.perl"
199
+ },
200
+ {
201
+ "match": "\\b(let|my|our|state|temp|has|constant)\\b",
202
+ "name": "storage.type.variable.perl"
203
+ },
204
+ {
205
+ "match": "\\b(for|loop|repeat|while|until|gather|given)\\b",
206
+ "name": "keyword.control.repeat.perl"
207
+ },
208
+ {
209
+ "match": "\\b(take|do|when|next|last|redo|return|contend|maybe|defer|default|exit|make|continue|break|goto|leave|async|lift)\\b",
210
+ "name": "keyword.control.flowcontrol.perl"
211
+ },
212
+ {
213
+ "match": "\\b(is|as|but|trusts|of|returns|handles|where|augment|supersede)\\b",
214
+ "name": "storage.modifier.type.constraints.perl"
215
+ },
216
+ {
217
+ "match": "\\b(BEGIN|CHECK|INIT|START|FIRST|ENTER|LEAVE|KEEP|UNDO|NEXT|LAST|PRE|POST|END|CATCH|CONTROL|TEMP)\\b",
218
+ "name": "meta.function.perl"
219
+ },
220
+ {
221
+ "match": "\\b(die|fail|try|warn)\\b",
222
+ "name": "keyword.control.control-handlers.perl"
223
+ },
224
+ {
225
+ "match": "\\b(prec|irs|ofs|ors|export|deep|binary|unary|reparsed|rw|parsed|cached|readonly|defequiv|will|ref|copy|inline|tighter|looser|equiv|assoc|required)\\b",
226
+ "name": "storage.modifier.perl"
227
+ },
228
+ {
229
+ "match": "\\b(NaN|Inf)\\b",
230
+ "name": "constant.numeric.perl"
231
+ },
232
+ {
233
+ "match": "\\b(oo|fatal)\\b",
234
+ "name": "keyword.other.pragma.perl"
235
+ },
236
+ {
237
+ "match": "\\b(Object|Any|Junction|Whatever|Capture|MatchSignature|Proxy|Matcher|Package|Module|ClassGrammar|Scalar|Array|Hash|KeyHash|KeySet|KeyBagPair|List|Seq|Range|Set|Bag|Mapping|Void|UndefFailure|Exception|Code|Block|Routine|Sub|MacroMethod|Submethod|Regex|Str|str|Blob|Char|ByteCodepoint|Grapheme|StrPos|StrLen|Version|NumComplex|num|complex|Bit|bit|bool|True|FalseIncreasing|Decreasing|Ordered|Callable|AnyCharPositional|Associative|Ordering|KeyExtractorComparator|OrderingPair|IO|KitchenSink|RoleInt|int|int1|int2|int4|int8|int16|int32|int64Rat|rat|rat1|rat2|rat4|rat8|rat16|rat32|rat64Buf|buf|buf1|buf2|buf4|buf8|buf16|buf32|buf64UInt|uint|uint1|uint2|uint4|uint8|uint16|uint32uint64|Abstraction|utf8|utf16|utf32)\\b",
238
+ "name": "support.type.perl6"
239
+ },
240
+ {
241
+ "match": "\\b(div|xx|x|mod|also|leg|cmp|before|after|eq|ne|le|lt|not|gt|ge|eqv|ff|fff|and|andthen|or|xor|orelse|extra|lcm|gcd)\\b",
242
+ "name": "keyword.operator.perl"
243
+ },
244
+ {
245
+ "match": "(\\$|@|%|&)(\\*|:|!|\\^|~|=|\\?|(<(?=.+>)))?([a-zA-Z_\\x{C0}-\\x{FF}\\$])([a-zA-Z0-9_\\x{C0}-\\x{FF}\\$]|[\\-'][a-zA-Z0-9_\\x{C0}-\\x{FF}\\$])*",
246
+ "name": "variable.other.identifier.perl.6"
247
+ },
248
+ {
249
+ "match": "\\b(eager|hyper|substr|index|rindex|grep|map|sort|join|lines|hints|chmod|split|reduce|min|max|reverse|truncate|zip|cat|roundrobin|classify|first|sum|keys|values|pairs|defined|delete|exists|elems|end|kv|any|all|one|wrap|shape|key|value|name|pop|push|shift|splice|unshift|floor|ceiling|abs|exp|log|log10|rand|sign|sqrt|sin|cos|tan|round|strand|roots|cis|unpolar|polar|atan2|pick|chop|p5chop|chomp|p5chomp|lc|lcfirst|uc|ucfirst|capitalize|normalize|pack|unpack|quotemeta|comb|samecase|sameaccent|chars|nfd|nfc|nfkd|nfkc|printf|sprintf|caller|evalfile|run|runinstead|nothing|want|bless|chr|ord|gmtime|time|eof|localtime|gethost|getpw|chroot|getlogin|getpeername|kill|fork|wait|perl|graphs|codes|bytes|clone|print|open|read|write|readline|say|seek|close|opendir|readdir|slurp|spurt|shell|run|pos|fmt|vec|link|unlink|symlink|uniq|pair|asin|atan|sec|cosec|cotan|asec|acosec|acotan|sinh|cosh|tanh|asinh|done|acos|acosh|atanh|sech|cosech|cotanh|sech|acosech|acotanh|asech|ok|nok|plan_ok|dies_ok|lives_ok|skip|todo|pass|flunk|force_todo|use_ok|isa_ok|diag|is_deeply|isnt|like|skip_rest|unlike|cmp_ok|eval_dies_ok|nok_error|eval_lives_ok|approx|is_approx|throws_ok|version_lt|plan|EVAL|succ|pred|times|nonce|once|signature|new|connect|operator|undef|undefine|sleep|from|to|infix|postfix|prefix|circumfix|postcircumfix|minmax|lazy|count|unwrap|getc|pi|e|context|void|quasi|body|each|contains|rewinddir|subst|can|isa|flush|arity|assuming|rewind|callwith|callsame|nextwith|nextsame|attr|eval_elsewhere|none|srand|trim|trim_start|trim_end|lastcall|WHAT|WHERE|HOW|WHICH|VAR|WHO|WHENCE|ACCEPTS|REJECTS|not|true|iterator|by|re|im|invert|flip|gist|flat|tree|is-prime|throws_like|trans)\\b",
250
+ "name": "support.function.perl"
251
+ }
252
+ ],
253
+ "repository": {
254
+ "qq_brace_string_content": {
255
+ "begin": "{",
256
+ "end": "}",
257
+ "patterns": [
258
+ {
259
+ "include": "#qq_brace_string_content"
260
+ }
261
+ ]
262
+ },
263
+ "qq_bracket_string_content": {
264
+ "begin": "\\[",
265
+ "end": "\\]",
266
+ "patterns": [
267
+ {
268
+ "include": "#qq_bracket_string_content"
269
+ }
270
+ ]
271
+ },
272
+ "qq_double_string_content": {
273
+ "begin": "\"",
274
+ "end": "\"",
275
+ "patterns": [
276
+ {
277
+ "include": "#qq_double_string_content"
278
+ }
279
+ ]
280
+ },
281
+ "qq_paren_string_content": {
282
+ "begin": "\\(",
283
+ "end": "\\)",
284
+ "patterns": [
285
+ {
286
+ "include": "#qq_paren_string_content"
287
+ }
288
+ ]
289
+ },
290
+ "qq_single_string_content": {
291
+ "begin": "'",
292
+ "end": "'",
293
+ "patterns": [
294
+ {
295
+ "include": "#qq_single_string_content"
296
+ }
297
+ ]
298
+ },
299
+ "qq_slash_string_content": {
300
+ "begin": "\\\\/",
301
+ "end": "\\\\/",
302
+ "patterns": [
303
+ {
304
+ "include": "#qq_slash_string_content"
305
+ }
306
+ ]
307
+ }
308
+ },
309
+ "scopeName": "source.perl.6"
310
+ }