github-linguist 4.7.6 → 4.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (361) hide show
  1. checksums.yaml +4 -4
  2. data/bin/git-linguist +1 -1
  3. data/grammars/file.lasso.json +713 -0
  4. data/grammars/module.ceylon.json +54 -0
  5. data/grammars/objdump.x86asm.json +73 -0
  6. data/grammars/source.Kotlin.json +777 -0
  7. data/grammars/source.LS.json +104 -0
  8. data/grammars/source.MCPOST.json +68 -0
  9. data/grammars/source.MOD.json +70 -0
  10. data/grammars/source.abap.json +176 -0
  11. data/grammars/source.abl.json +138 -0
  12. data/grammars/source.actionscript.3.json +1571 -0
  13. data/grammars/source.acucobol.json +16 -0
  14. data/grammars/source.ada.json +140 -0
  15. data/grammars/source.agda.json +254 -0
  16. data/grammars/source.ahk.json +171 -0
  17. data/grammars/source.alloy.json +44 -0
  18. data/grammars/source.ampl.json +157 -0
  19. data/grammars/source.antlr.json +300 -0
  20. data/grammars/source.apache-config.json +352 -0
  21. data/grammars/source.apache-config.mod_perl.json +70 -0
  22. data/grammars/source.apl.json +442 -0
  23. data/grammars/source.applescript.json +1385 -0
  24. data/grammars/source.apt.json +25 -0
  25. data/grammars/source.asm.x86.json +182 -0
  26. data/grammars/source.asp.json +157 -0
  27. data/grammars/source.aspectj.json +966 -0
  28. data/grammars/source.ats.json +240 -0
  29. data/grammars/source.autoit.3.json +132 -0
  30. data/grammars/source.awk.json +388 -0
  31. data/grammars/source.befunge.json +38 -0
  32. data/grammars/source.bf.json +36 -0
  33. data/grammars/source.bison.json +59 -0
  34. data/grammars/source.blitzmax.json +912 -0
  35. data/grammars/source.boo.json +452 -0
  36. data/grammars/source.brightauthorproject.json +29 -0
  37. data/grammars/source.brightscript.json +158 -0
  38. data/grammars/source.bro.json +409 -0
  39. data/grammars/source.bsv.json +283 -0
  40. data/grammars/source.c++.json +364 -0
  41. data/grammars/source.c++.qt.json +37 -0
  42. data/grammars/source.c.ec.json +39 -0
  43. data/grammars/source.c.json +727 -0
  44. data/grammars/source.c.platform.json +154 -0
  45. data/grammars/source.cache.cmake.json +75 -0
  46. data/grammars/source.cake.json +16 -0
  47. data/grammars/source.camlp4.ocaml.json +63 -0
  48. data/grammars/source.capnp.json +93 -0
  49. data/grammars/source.ceylon.json +77 -0
  50. data/grammars/source.cfscript.cfc.json +170 -0
  51. data/grammars/source.cfscript.json +744 -0
  52. data/grammars/source.chapel.json +240 -0
  53. data/grammars/source.cirru.json +66 -0
  54. data/grammars/source.clarion.json +159 -0
  55. data/grammars/source.click.json +99 -0
  56. data/grammars/source.clips.json +80 -0
  57. data/grammars/source.clojure.json +414 -0
  58. data/grammars/source.cm.json +54 -0
  59. data/grammars/source.cmake.json +181 -0
  60. data/grammars/source.cobol.json +498 -0
  61. data/grammars/source.coffee.json +682 -0
  62. data/grammars/source.compiled-papyrus.json +11 -0
  63. data/grammars/source.cool.json +103 -0
  64. data/grammars/source.coq.json +62 -0
  65. data/grammars/source.crystal.json +2760 -0
  66. data/grammars/source.cs.json +566 -0
  67. data/grammars/source.css.json +630 -0
  68. data/grammars/source.css.less.json +614 -0
  69. data/grammars/source.css.mss.json +256 -0
  70. data/grammars/source.csx.json +16 -0
  71. data/grammars/source.cuda-c++.json +137 -0
  72. data/grammars/source.cython.json +2108 -0
  73. data/grammars/source.d.json +726 -0
  74. data/grammars/source.dart.json +763 -0
  75. data/grammars/source.desktop.json +90 -0
  76. data/grammars/source.diff.json +162 -0
  77. data/grammars/source.dockerfile.json +89 -0
  78. data/grammars/source.dosbatch.json +70 -0
  79. data/grammars/source.dot.json +126 -0
  80. data/grammars/source.dylan.json +217 -0
  81. data/grammars/source.eiffel.json +138 -0
  82. data/grammars/source.elixir.json +971 -0
  83. data/grammars/source.elm.json +356 -0
  84. data/grammars/source.erazor.json +126 -0
  85. data/grammars/source.erlang.json +1674 -0
  86. data/grammars/source.essl.json +50 -0
  87. data/grammars/source.factor.json +258 -0
  88. data/grammars/source.fan.json +188 -0
  89. data/grammars/source.fancy.json +270 -0
  90. data/grammars/source.fish.json +214 -0
  91. data/grammars/source.forth.json +101 -0
  92. data/grammars/source.fortran.json +499 -0
  93. data/grammars/source.fortran.modern.json +226 -0
  94. data/grammars/source.fsharp.fsi.json +14 -0
  95. data/grammars/source.fsharp.fsl.json +14 -0
  96. data/grammars/source.fsharp.fsx.json +18 -0
  97. data/grammars/source.fsharp.json +527 -0
  98. data/grammars/source.gap.json +167 -0
  99. data/grammars/source.gcode.json +25 -0
  100. data/grammars/source.gdscript.json +154 -0
  101. data/grammars/source.gfm.json +1392 -0
  102. data/grammars/source.glsl.json +74 -0
  103. data/grammars/source.gnuplot.json +276 -0
  104. data/grammars/source.go.json +552 -0
  105. data/grammars/source.golo.json +182 -0
  106. data/grammars/source.gosu.2.json +163 -0
  107. data/grammars/source.grace.json +679 -0
  108. data/grammars/source.groovy.gradle.json +73 -0
  109. data/grammars/source.groovy.json +1385 -0
  110. data/grammars/source.harbour.json +450 -0
  111. data/grammars/source.haskell.json +449 -0
  112. data/grammars/source.haxe.2.json +1278 -0
  113. data/grammars/source.hss.1.json +464 -0
  114. data/grammars/source.httpspec.json +287 -0
  115. data/grammars/source.hxml.json +26 -0
  116. data/grammars/source.hy.json +270 -0
  117. data/grammars/source.idl-dlm.json +112 -0
  118. data/grammars/source.idl.json +267 -0
  119. data/grammars/source.idris.json +537 -0
  120. data/grammars/source.inform7.json +187 -0
  121. data/grammars/source.ini.json +113 -0
  122. data/grammars/source.inno.json +69 -0
  123. data/grammars/source.io.json +164 -0
  124. data/grammars/source.ioke.json +272 -0
  125. data/grammars/source.isabelle.root.json +68 -0
  126. data/grammars/source.isabelle.theory.json +106 -0
  127. data/grammars/source.j.json +49 -0
  128. data/grammars/source.jasmin.json +299 -0
  129. data/grammars/source.java-properties.json +97 -0
  130. data/grammars/source.java.json +1026 -0
  131. data/grammars/source.jcl.json +49 -0
  132. data/grammars/source.jflex.json +490 -0
  133. data/grammars/source.jq.json +218 -0
  134. data/grammars/source.js.json +1646 -0
  135. data/grammars/source.js.jsx.json +3185 -0
  136. data/grammars/source.js.objj.json +424 -0
  137. data/grammars/source.js.regexp.json +150 -0
  138. data/grammars/source.js.regexp.replacement.json +30 -0
  139. data/grammars/source.json.json +149 -0
  140. data/grammars/source.julia.json +407 -0
  141. data/grammars/source.lean.json +145 -0
  142. data/grammars/source.lid.json +23 -0
  143. data/grammars/source.lilypond.json +623 -0
  144. data/grammars/source.lisp.json +111 -0
  145. data/grammars/source.litcoffee.json +667 -0
  146. data/grammars/source.livescript.json +616 -0
  147. data/grammars/source.llvm.json +71 -0
  148. data/grammars/source.logos.json +31 -0
  149. data/grammars/source.logtalk.json +315 -0
  150. data/grammars/source.loomscript.json +214 -0
  151. data/grammars/source.lsl.json +216 -0
  152. data/grammars/source.lua.json +191 -0
  153. data/grammars/source.makefile.json +474 -0
  154. data/grammars/source.makegen.json +13 -0
  155. data/grammars/source.man.json +53 -0
  156. data/grammars/source.mask.json +795 -0
  157. data/grammars/source.mata.json +133 -0
  158. data/grammars/source.mathematica.json +429 -0
  159. data/grammars/source.matlab.json +1109 -0
  160. data/grammars/source.maxscript.json +453 -0
  161. data/grammars/source.mercury.json +251 -0
  162. data/grammars/source.meta-info.json +156 -0
  163. data/grammars/source.ml.json +291 -0
  164. data/grammars/source.modelica.json +142 -0
  165. data/grammars/source.modula2.json +103 -0
  166. data/grammars/source.monkey.json +701 -0
  167. data/grammars/source.moonscript.json +149 -0
  168. data/grammars/source.mupad.json +149 -0
  169. data/grammars/source.nant-build.json +86 -0
  170. data/grammars/source.ncl.json +66 -0
  171. data/grammars/source.nemerle.json +137 -0
  172. data/grammars/source.nesc.json +27 -0
  173. data/grammars/source.netlinx.erb.json +47 -0
  174. data/grammars/source.netlinx.json +768 -0
  175. data/grammars/source.nginx.json +824 -0
  176. data/grammars/source.nim.json +1169 -0
  177. data/grammars/source.nim_filter.json +133 -0
  178. data/grammars/source.nimcfg.json +116 -0
  179. data/grammars/source.ninja.json +66 -0
  180. data/grammars/source.nit.json +238 -0
  181. data/grammars/source.nix.json +1200 -0
  182. data/grammars/source.nmml.json +87 -0
  183. data/grammars/source.nsis.json +158 -0
  184. data/grammars/source.objc++.json +19 -0
  185. data/grammars/source.objc.json +918 -0
  186. data/grammars/source.objc.platform.json +277 -0
  187. data/grammars/source.ocaml.json +1426 -0
  188. data/grammars/source.ocamllex.json +305 -0
  189. data/grammars/source.ocamlyacc.json +346 -0
  190. data/grammars/source.octave.json +451 -0
  191. data/grammars/source.ooc.json +692 -0
  192. data/grammars/source.opa.json +206 -0
  193. data/grammars/source.opal.json +415 -0
  194. data/grammars/source.opalsysdefs.json +70 -0
  195. data/grammars/source.opencobol.json +65 -0
  196. data/grammars/source.ox.json +97 -0
  197. data/grammars/source.oz.json +84 -0
  198. data/grammars/source.papyrus-assembly.json +266 -0
  199. data/grammars/source.papyrus.json +231 -0
  200. data/grammars/source.parrot.pir.json +117 -0
  201. data/grammars/source.pascal.json +150 -0
  202. data/grammars/source.perl.6.json +318 -0
  203. data/grammars/source.perl.json +2424 -0
  204. data/grammars/source.perl6fe.json +1755 -0
  205. data/grammars/source.php.zephir.json +362 -0
  206. data/grammars/source.pig_latin.json +172 -0
  207. data/grammars/source.pike.json +62 -0
  208. data/grammars/source.plsql.oracle.json +642 -0
  209. data/grammars/source.po.json +232 -0
  210. data/grammars/source.pogoscript.json +85 -0
  211. data/grammars/source.pony.json +255 -0
  212. data/grammars/source.postscript.json +231 -0
  213. data/grammars/source.pov-ray sdl.json +88 -0
  214. data/grammars/source.powershell.json +755 -0
  215. data/grammars/source.processing.json +885 -0
  216. data/grammars/source.prolog.eclipse.json +206 -0
  217. data/grammars/source.prolog.json +292 -0
  218. data/grammars/source.protobuf.json +395 -0
  219. data/grammars/source.pubspec.json +13 -0
  220. data/grammars/source.puppet.json +494 -0
  221. data/grammars/source.purescript.json +833 -0
  222. data/grammars/source.pyjade.json +1010 -0
  223. data/grammars/source.python.django.json +34 -0
  224. data/grammars/source.python.json +3435 -0
  225. data/grammars/source.python.salt.json +13 -0
  226. data/grammars/source.qmake.json +217 -0
  227. data/grammars/source.qml.json +195 -0
  228. data/grammars/source.r.json +203 -0
  229. data/grammars/source.racket.json +119 -0
  230. data/grammars/source.rebol.json +647 -0
  231. data/grammars/source.red.json +652 -0
  232. data/grammars/source.regexp.babel.json +190 -0
  233. data/grammars/source.regexp.perl6fe.json +220 -0
  234. data/grammars/source.regexp.python.json +434 -0
  235. data/grammars/source.regexp.spin.json +188 -0
  236. data/grammars/source.renpy.json +2181 -0
  237. data/grammars/source.ruby.json +1956 -0
  238. data/grammars/source.ruby.rspec.cucumber.steps.json +274 -0
  239. data/grammars/source.rust.json +212 -0
  240. data/grammars/source.sas.json +370 -0
  241. data/grammars/source.sas_log.json +26 -0
  242. data/grammars/source.sass.json +248 -0
  243. data/grammars/source.sbt.json +36 -0
  244. data/grammars/source.scad.json +152 -0
  245. data/grammars/source.scala.json +739 -0
  246. data/grammars/source.scaml.json +466 -0
  247. data/grammars/source.scheme.json +370 -0
  248. data/grammars/source.scilab.json +103 -0
  249. data/grammars/source.scss.json +1321 -0
  250. data/grammars/source.shell.json +1308 -0
  251. data/grammars/source.smali.json +1671 -0
  252. data/grammars/source.smalltalk.json +135 -0
  253. data/grammars/source.smt.json +173 -0
  254. data/grammars/source.sp.json +118 -0
  255. data/grammars/source.sparql.json +23 -0
  256. data/grammars/source.spin.json +936 -0
  257. data/grammars/source.sqf.json +112 -0
  258. data/grammars/source.sql.json +473 -0
  259. data/grammars/source.stan.json +312 -0
  260. data/grammars/source.stata.json +208 -0
  261. data/grammars/source.strings.json +53 -0
  262. data/grammars/source.stylus.json +1017 -0
  263. data/grammars/source.supercollider.json +100 -0
  264. data/grammars/source.swift.json +983 -0
  265. data/grammars/source.systemverilog.json +1050 -0
  266. data/grammars/source.tcl.json +277 -0
  267. data/grammars/source.tea.json +180 -0
  268. data/grammars/source.thrift.json +704 -0
  269. data/grammars/source.toml.json +327 -0
  270. data/grammars/source.ts.json +1188 -0
  271. data/grammars/source.tsx.json +1421 -0
  272. data/grammars/source.turtle.json +505 -0
  273. data/grammars/source.txl.json +62 -0
  274. data/grammars/source.ucfconstraints.json +72 -0
  275. data/grammars/source.ur.json +43 -0
  276. data/grammars/source.vala.json +814 -0
  277. data/grammars/source.varnish.vcl.json +343 -0
  278. data/grammars/source.vbnet.json +338 -0
  279. data/grammars/source.verilog.json +302 -0
  280. data/grammars/source.vhdl.json +1349 -0
  281. data/grammars/source.viml.json +224 -0
  282. data/grammars/source.webidl.json +814 -0
  283. data/grammars/source.x10.json +68 -0
  284. data/grammars/source.x86asm.json +47 -0
  285. data/grammars/source.xc.json +379 -0
  286. data/grammars/source.xq.json +241 -0
  287. data/grammars/source.xquery.json +193 -0
  288. data/grammars/source.xtend.json +733 -0
  289. data/grammars/source.yaml.json +341 -0
  290. data/grammars/source.yaml.salt.json +348 -0
  291. data/grammars/source.yang.json +81 -0
  292. data/grammars/text.bibtex.json +251 -0
  293. data/grammars/text.cfml.basic.json +736 -0
  294. data/grammars/text.dart-analysis-output.json +162 -0
  295. data/grammars/text.dart-doccomments.json +19 -0
  296. data/grammars/text.elixir.json +45 -0
  297. data/grammars/text.gherkin.feature.json +135 -0
  298. data/grammars/text.groff.json +113 -0
  299. data/grammars/text.haml.json +299 -0
  300. data/grammars/text.html.abl.json +75 -0
  301. data/grammars/text.html.asciidoc.json +492 -0
  302. data/grammars/text.html.asdoc.json +541 -0
  303. data/grammars/text.html.asp.json +58 -0
  304. data/grammars/text.html.basic.json +552 -0
  305. data/grammars/text.html.cfm.json +811 -0
  306. data/grammars/text.html.creole.json +329 -0
  307. data/grammars/text.html.django.json +69 -0
  308. data/grammars/text.html.elixir.json +18 -0
  309. data/grammars/text.html.erb.json +157 -0
  310. data/grammars/text.html.erlang.yaws.json +72 -0
  311. data/grammars/text.html.factor.json +25 -0
  312. data/grammars/text.html.ftl.json +85 -0
  313. data/grammars/text.html.handlebars.json +838 -0
  314. data/grammars/text.html.jsp.json +1203 -0
  315. data/grammars/text.html.liquid.json +35 -0
  316. data/grammars/text.html.mako.json +729 -0
  317. data/grammars/text.html.markdown.source.gfm.apib.json +1297 -0
  318. data/grammars/text.html.markdown.source.gfm.mson.json +1165 -0
  319. data/grammars/text.html.mediawiki.json +972 -0
  320. data/grammars/text.html.php.json +2615 -0
  321. data/grammars/text.html.slash.json +313 -0
  322. data/grammars/text.html.smarty.json +216 -0
  323. data/grammars/text.html.ssp.json +49 -0
  324. data/grammars/text.html.tcl.json +44 -0
  325. data/grammars/text.html.twig.json +1353 -0
  326. data/grammars/text.html.vue.json +642 -0
  327. data/grammars/text.idl-idldoc.json +14 -0
  328. data/grammars/text.jade.json +1024 -0
  329. data/grammars/text.junit-test-report.json +92 -0
  330. data/grammars/text.log.latex.json +86 -0
  331. data/grammars/text.python.console.json +25 -0
  332. data/grammars/text.python.traceback.json +46 -0
  333. data/grammars/text.rdoc.json +48 -0
  334. data/grammars/text.restructuredtext.json +561 -0
  335. data/grammars/text.robot.json +73 -0
  336. data/grammars/text.shell-session.json +32 -0
  337. data/grammars/text.slim.json +527 -0
  338. data/grammars/text.tex.json +271 -0
  339. data/grammars/text.tex.latex.beamer.json +63 -0
  340. data/grammars/text.tex.latex.haskell.json +56 -0
  341. data/grammars/text.tex.latex.json +1013 -0
  342. data/grammars/text.tex.latex.memoir.json +136 -0
  343. data/grammars/text.tex.latex.rd.json +117 -0
  344. data/grammars/text.xml.ant.json +202 -0
  345. data/grammars/text.xml.flex-config.json +2634 -0
  346. data/grammars/text.xml.genshi.json +34 -0
  347. data/grammars/text.xml.json +364 -0
  348. data/grammars/text.xml.pom.json +774 -0
  349. data/grammars/text.xml.xsl.json +94 -0
  350. data/grammars/text.zone_file.json +72 -0
  351. data/lib/linguist.rb +79 -0
  352. data/lib/linguist/blob_helper.rb +2 -2
  353. data/lib/linguist/grammars.rb +10 -0
  354. data/lib/linguist/heuristics.rb +17 -1
  355. data/lib/linguist/language.rb +2 -36
  356. data/lib/linguist/languages.json +1 -1
  357. data/lib/linguist/languages.yml +50 -2
  358. data/lib/linguist/samples.json +2580 -116
  359. data/lib/linguist/vendor.yml +11 -1
  360. data/lib/linguist/version.rb +1 -1
  361. metadata +365 -2
@@ -0,0 +1,190 @@
1
+ {
2
+ "name": "Regular Expressions (Babel)",
3
+ "scopeName": "source.regexp.babel",
4
+ "fileTypes": [
5
+ "re"
6
+ ],
7
+ "repository": {
8
+ "character-class-definition": {
9
+ "patterns": [
10
+ {
11
+ "name": "constant.other.character-class.set.regexp",
12
+ "begin": "(\\[)(\\^)?",
13
+ "end": "(\\])",
14
+ "beginCaptures": {
15
+ "1": {
16
+ "name": "punctuation.definition.character-class.regexp"
17
+ },
18
+ "2": {
19
+ "name": "keyword.operator.negation.regexp"
20
+ }
21
+ },
22
+ "endCaptures": {
23
+ "1": {
24
+ "name": "punctuation.definition.character-class.regexp"
25
+ }
26
+ },
27
+ "patterns": [
28
+ {
29
+ "include": "#character-class"
30
+ },
31
+ {
32
+ "name": "constant.other.character-class.range.regexp",
33
+ "match": "((\\\\[wWsSdD]|\\.)|(\\\\([trnvf0]|c[A-Z]|x[\\da-fA-F]{2}|u[\\da-fA-F]{4}|.)))\\-((\\\\[wWsSdD]|\\.)|(\\\\([trnvf0]|c[A-Z]|x[\\da-fA-F]{2}|u[\\da-fA-F]{4}|.)))",
34
+ "captures": {
35
+ "2": {
36
+ "name": "constant.other.character-class.escape.backslash.regexp"
37
+ },
38
+ "3": {
39
+ "name": "constant.character.escape.backslash.regexp"
40
+ },
41
+ "5": {
42
+ "name": "constant.other.character-class.escape.backslash.regexp"
43
+ },
44
+ "6": {
45
+ "name": "constant.character.escape.backslash.regexp"
46
+ }
47
+ }
48
+ }
49
+ ]
50
+ }
51
+ ]
52
+ },
53
+ "group-assertion": {
54
+ "patterns": [
55
+ {
56
+ "patterns": [
57
+ {
58
+ "include": "$self"
59
+ }
60
+ ],
61
+ "begin": "(\\()((\\?=)|(\\?!))",
62
+ "end": "(\\))",
63
+ "name": "meta.group.assertion.regexp",
64
+ "endCaptures": {
65
+ "1": {
66
+ "name": "punctuation.definition.group.regexp"
67
+ }
68
+ },
69
+ "beginCaptures": {
70
+ "1": {
71
+ "name": "punctuation.definition.group.regexp"
72
+ },
73
+ "2": {
74
+ "name": "punctuation.definition.group.assertion.regexp"
75
+ },
76
+ "3": {
77
+ "name": "meta.assertion.look-ahead.regexp"
78
+ },
79
+ "4": {
80
+ "name": "meta.assertion.negative-look-ahead.regexp"
81
+ }
82
+ }
83
+ }
84
+ ]
85
+ },
86
+ "anchor": {
87
+ "patterns": [
88
+ {
89
+ "name": "keyword.control.anchor.regexp",
90
+ "match": "\\\\[bB]|\\^|\\$"
91
+ }
92
+ ]
93
+ },
94
+ "operator": {
95
+ "patterns": [
96
+ {
97
+ "name": "keyword.operator.or.regexp",
98
+ "match": "\\|"
99
+ }
100
+ ]
101
+ },
102
+ "group-definition": {
103
+ "patterns": [
104
+ {
105
+ "patterns": [
106
+ {
107
+ "include": "$self"
108
+ }
109
+ ],
110
+ "begin": "(\\()((\\?:))?",
111
+ "end": "(\\))",
112
+ "name": "meta.group.regexp",
113
+ "endCaptures": {
114
+ "1": {
115
+ "name": "punctuation.definition.group.regexp"
116
+ }
117
+ },
118
+ "beginCaptures": {
119
+ "1": {
120
+ "name": "punctuation.definition.group.regexp"
121
+ },
122
+ "3": {
123
+ "name": "punctuation.definition.group.capture.regexp"
124
+ },
125
+ "5": {
126
+ "name": "punctuation.definition.group.capture.regexp"
127
+ },
128
+ "6": {
129
+ "name": "punctuation.definition.group.no-capture.regexp"
130
+ }
131
+ }
132
+ }
133
+ ]
134
+ },
135
+ "quantifier": {
136
+ "patterns": [
137
+ {
138
+ "name": "keyword.operator.quantifier.regexp",
139
+ "match": "(\\?|\\*\\??|\\+\\??)|\\{(\\d+,\\d+|\\d+,|\\d+)\\}"
140
+ }
141
+ ]
142
+ },
143
+ "backref": {
144
+ "patterns": [
145
+ {
146
+ "name": "keyword.other.back-reference.regexp",
147
+ "match": "\\\\[1-9][0-9]*"
148
+ }
149
+ ]
150
+ },
151
+ "character-class": {
152
+ "patterns": [
153
+ {
154
+ "name": "constant.other.character-class.escape.backslash.regexp",
155
+ "match": "\\\\[wWsSdD]|\\."
156
+ },
157
+ {
158
+ "name": "constant.character.escape.backslash.regexp",
159
+ "match": "\\\\([trnvf0\\\\]|c[A-Z]|x[\\da-fA-F]{2}|u[\\da-fA-F]{4}|.)"
160
+ }
161
+ ]
162
+ }
163
+ },
164
+ "patterns": [
165
+ {
166
+ "include": "#anchor"
167
+ },
168
+ {
169
+ "include": "#backref"
170
+ },
171
+ {
172
+ "include": "#quantifier"
173
+ },
174
+ {
175
+ "include": "#operator"
176
+ },
177
+ {
178
+ "include": "#group-assertion"
179
+ },
180
+ {
181
+ "include": "#group-definition"
182
+ },
183
+ {
184
+ "include": "#character-class"
185
+ },
186
+ {
187
+ "include": "#character-class-definition"
188
+ }
189
+ ]
190
+ }
@@ -0,0 +1,220 @@
1
+ {
2
+ "scopeName": "source.regexp.perl6fe",
3
+ "name": "Regular Expressions (Perl 6)",
4
+ "fileTypes": [
5
+
6
+ ],
7
+ "patterns": [
8
+ {
9
+ "include": "#regexp"
10
+ }
11
+ ],
12
+ "repository": {
13
+ "regexp": {
14
+ "patterns": [
15
+ {
16
+ "begin": "(^[ \\t]+)?(?=#)",
17
+ "beginCaptures": {
18
+ "1": {
19
+ "name": "punctuation.whitespace.comment.leading.perl6fe"
20
+ }
21
+ },
22
+ "end": "(?!\\G)",
23
+ "patterns": [
24
+ {
25
+ "begin": "#",
26
+ "beginCaptures": {
27
+ "0": {
28
+ "name": "punctuation.definition.comment.perl6fe"
29
+ }
30
+ },
31
+ "end": "\\n",
32
+ "name": "comment.line.number-sign.perl6fe"
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "include": "#re_strings"
38
+ },
39
+ {
40
+ "match": "\\\\[dDhHnNsStTvVwW]",
41
+ "name": "constant.character.escape.class.regexp.perl6fe"
42
+ },
43
+ {
44
+ "match": ":\\w+",
45
+ "name": "entity.name.section.adverb.perl6fe"
46
+ },
47
+ {
48
+ "match": "\\^\\^|(?<!\\.)\\^(?!\\.)|\\$\\$|\\$(?!\\d|<)|<<|>>",
49
+ "name": "entity.name.section.boundary.regexp.perl6fe"
50
+ },
51
+ {
52
+ "match": "(?<!\\\\)\\$\\d",
53
+ "name": "keyword.other.special-method.match.variable.numbered.perlt6e"
54
+ },
55
+ {
56
+ "match": "(\\$)(\\<)(\\w+)(\\>)\\s*(=)",
57
+ "captures": {
58
+ "1": {
59
+ "name": "variable.other.identifier.sigil.regexp.perl6"
60
+ },
61
+ "2": {
62
+ "name": "support.class.match.name.delimiter.regexp.perl6fe"
63
+ },
64
+ "3": {
65
+ "name": "variable.other.identifier.regexp.perl6"
66
+ },
67
+ "4": {
68
+ "name": "support.class.match.name.delimiter.regexp.perl6fe"
69
+ },
70
+ "5": {
71
+ "name": "storage.modifier.match.assignment.regexp.perl6fe"
72
+ }
73
+ },
74
+ "name": "meta.match.variable.perl6fe"
75
+ },
76
+ {
77
+ "begin": "(\\<(?:\\?|\\!)\\{)",
78
+ "beginCaptures": {
79
+ "1": {
80
+ "name": "punctuation.section.embedded.begin.perl6fe"
81
+ }
82
+ },
83
+ "end": "(\\}\\>)",
84
+ "endCaptures": {
85
+ "1": {
86
+ "name": "punctuation.section.embedded.end.perl6fe"
87
+ }
88
+ },
89
+ "patterns": [
90
+ {
91
+ "include": "source.perl6fe"
92
+ }
93
+ ],
94
+ "name": "meta.interpolation.perl6fe"
95
+ },
96
+ {
97
+ "begin": "(?!\\\\)<",
98
+ "beginCaptures": {
99
+ "0": {
100
+ "name": "punctuation.delimiter.property.regexp.perl6fe"
101
+ }
102
+ },
103
+ "end": ">",
104
+ "endCaptures": {
105
+ "0": {
106
+ "name": "punctuation.delimiter.property.regexp.perl6fe"
107
+ }
108
+ },
109
+ "name": "meta.property.regexp.perl6fe",
110
+ "patterns": [
111
+ {
112
+ "include": "#re_strings"
113
+ },
114
+ {
115
+ "begin": "(\\?|\\!)(before|after)\\s+",
116
+ "beginCaptures": {
117
+ "1": {
118
+ "name": "keyword.operator.negativity.perl6fe"
119
+ },
120
+ "2": {
121
+ "name": "entity.name.section.assertion.perl6fe"
122
+ }
123
+ },
124
+ "end": "(?=>)",
125
+ "name": "meta.assertion.lookaround.perl6fe",
126
+ "patterns": [
127
+ {
128
+ "include": "#regexp"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "match": "(\\w+)(=)",
134
+ "captures": {
135
+ "1": {
136
+ "name": "entity.name.function.capturename.perl6fe"
137
+ },
138
+ "2": {
139
+ "name": "storage.modifier.capture.assignment.perl6fe"
140
+ }
141
+ },
142
+ "name": "meta.capture.assignment.perl6fe"
143
+ },
144
+ {
145
+ "match": "(:)(\\w+)",
146
+ "captures": {
147
+ "1": {
148
+ "name": "punctuation.definition.property.regexp.perl6fe"
149
+ },
150
+ "2": {
151
+ "name": "variable.other.identifier.property.regexp.perl6fe"
152
+ }
153
+ },
154
+ "name": "meta.property.name.regexp.perl6fe"
155
+ },
156
+ {
157
+ "match": "[+|&\\-^]",
158
+ "name": "keyword.operator.property.regexp.perl6fe"
159
+ },
160
+ {
161
+ "begin": "\\[",
162
+ "end": "\\]",
163
+ "contentName": "constant.character.custom.property.regexp.perl6fe",
164
+ "patterns": [
165
+ {
166
+ "match": "(?<!\\\\)\\\\\\]",
167
+ "name": "constant.character.custom.property.regexp.perl6fe"
168
+ }
169
+ ]
170
+ },
171
+ {
172
+ "match": "\\.\\w+\\b",
173
+ "name": "comment.suppressed.capture.property.regexp.perl6fe"
174
+ },
175
+ {
176
+ "match": "\\b\\w+\\b",
177
+ "name": "variable.other.identifier.regexname.perl6fe"
178
+ },
179
+ {
180
+ "begin": "(?<=\\w)\\(",
181
+ "end": "\\)",
182
+ "name": "meta.rule.signature.perl6fe",
183
+ "patterns": [
184
+ {
185
+ "include": "source.perl6fe"
186
+ }
187
+ ]
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "match": "(?<=\\.\\.)\\*",
193
+ "name": "variable.other.identifier.whatever.regexp.perl6fe"
194
+ },
195
+ {
196
+ "match": "\\+|\\*\\*|\\*|\\?|%|\\.\\.|\\.|(?<=\\.\\.|\\s|\\d)\\^",
197
+ "name": "keyword.operator.quantifiers.regexp.perl6fe"
198
+ },
199
+ {
200
+ "match": "(?<!\\\\)\\|{1,2}",
201
+ "name": "support.function.alternation.regexp.perl6fe"
202
+ }
203
+ ]
204
+ },
205
+ "re_strings": {
206
+ "patterns": [
207
+ {
208
+ "begin": "(?<!\\\\)\\'",
209
+ "end": "(?<=\\\\\\\\)\\'|(?<!\\\\)\\'",
210
+ "name": "string.literal.perl6fe"
211
+ },
212
+ {
213
+ "begin": "(?<!\\\\)\\\"",
214
+ "end": "(?<=\\\\\\\\)\\\"|(?<!\\\\)\\\"",
215
+ "name": "string.literal.perl6fe"
216
+ }
217
+ ]
218
+ }
219
+ }
220
+ }
@@ -0,0 +1,434 @@
1
+ {
2
+ "name": "MagicRegExp",
3
+ "scopeName": "source.regexp.python",
4
+ "fileTypes": [
5
+ "re"
6
+ ],
7
+ "uuid": "39e15186-71e6-11e5-b82c-7c6d62900c7c",
8
+ "patterns": [
9
+ {
10
+ "include": "#regexp-expression"
11
+ }
12
+ ],
13
+ "repository": {
14
+ "regexp-base-expression": {
15
+ "patterns": [
16
+ {
17
+ "name": "support.other.match.any.regexp",
18
+ "match": "\\."
19
+ },
20
+ {
21
+ "name": "support.other.match.begin.regexp",
22
+ "match": "\\^"
23
+ },
24
+ {
25
+ "name": "support.other.match.end.regexp",
26
+ "match": "\\$"
27
+ },
28
+ {
29
+ "name": "keyword.operator.quantifier.regexp",
30
+ "match": "[+*?]\\??"
31
+ },
32
+ {
33
+ "name": "keyword.operator.disjunction.regexp",
34
+ "match": "\\|"
35
+ },
36
+ {
37
+ "name": "keyword.operator.quantifier.regexp",
38
+ "match": "(?x)\n \\{(\n \\d+ | \\d+,(\\d+)? | ,\\d+\n )\\}\n"
39
+ },
40
+ {
41
+ "include": "#regexp-escape-sequence"
42
+ }
43
+ ]
44
+ },
45
+ "regexp-backreference-number": {
46
+ "name": "meta.backreference.regexp",
47
+ "match": "(\\\\[1-9]\\d?)",
48
+ "captures": {
49
+ "1": {
50
+ "name": "entity.name.tag.backreference.regexp"
51
+ }
52
+ }
53
+ },
54
+ "regexp-backreference": {
55
+ "name": "meta.backreference.named.regexp",
56
+ "match": "(?x)\n (\\() (\\?P= \\w+(?:\\s+[[:alnum:]]+)?) (\\))\n",
57
+ "captures": {
58
+ "1": {
59
+ "name": "punctuation.parenthesis.backreference.named.begin.regexp support.other.parenthesis.regexp"
60
+ },
61
+ "2": {
62
+ "name": "entity.name.tag.named.backreference.regexp"
63
+ },
64
+ "3": {
65
+ "name": "punctuation.parenthesis.backreference.named.end.regexp support.other.parenthesis.regexp"
66
+ }
67
+ }
68
+ },
69
+ "regexp-flags": {
70
+ "name": "storage.modifier.flag.regexp",
71
+ "match": "\\(\\?[aiLmsux]+\\)"
72
+ },
73
+ "regexp-escape-special": {
74
+ "name": "support.other.escape.special.regexp",
75
+ "match": "\\\\([AbBdDsSwWZ])"
76
+ },
77
+ "regexp-escape-character": {
78
+ "name": "constant.character.escape.regexp",
79
+ "match": "(?x)\n \\\\ (\n x[0-9A-Fa-f]{2}\n | 0[0-7]{1,2}\n | [0-7]{3}\n )\n"
80
+ },
81
+ "regexp-escape-unicode": {
82
+ "name": "constant.character.unicode.regexp",
83
+ "match": "(?x)\n \\\\ (\n u[0-9A-Fa-f]{4}\n | U[0-9A-Fa-f]{8}\n )\n"
84
+ },
85
+ "regexp-escape-catchall": {
86
+ "name": "constant.character.escape.regexp",
87
+ "match": "\\\\(.|\\n)"
88
+ },
89
+ "regexp-escape-sequence": {
90
+ "patterns": [
91
+ {
92
+ "include": "#regexp-escape-special"
93
+ },
94
+ {
95
+ "include": "#regexp-escape-character"
96
+ },
97
+ {
98
+ "include": "#regexp-escape-unicode"
99
+ },
100
+ {
101
+ "include": "#regexp-backreference-number"
102
+ },
103
+ {
104
+ "include": "#regexp-escape-catchall"
105
+ }
106
+ ]
107
+ },
108
+ "regexp-charecter-set-escapes": {
109
+ "patterns": [
110
+ {
111
+ "name": "constant.character.escape.regexp",
112
+ "match": "\\\\[abfnrtv\\\\]"
113
+ },
114
+ {
115
+ "include": "#regexp-escape-special"
116
+ },
117
+ {
118
+ "name": "constant.character.escape.regexp",
119
+ "match": "\\\\([0-7]{1,3})"
120
+ },
121
+ {
122
+ "include": "#regexp-escape-character"
123
+ },
124
+ {
125
+ "include": "#regexp-escape-unicode"
126
+ },
127
+ {
128
+ "include": "#regexp-escape-catchall"
129
+ }
130
+ ]
131
+ },
132
+ "regexp-expression": {
133
+ "patterns": [
134
+ {
135
+ "include": "#regexp-base-expression"
136
+ },
137
+ {
138
+ "include": "#regexp-character-set"
139
+ },
140
+ {
141
+ "include": "#regexp-comments"
142
+ },
143
+ {
144
+ "include": "#regexp-flags"
145
+ },
146
+ {
147
+ "include": "#regexp-named-group"
148
+ },
149
+ {
150
+ "include": "#regexp-backreference"
151
+ },
152
+ {
153
+ "include": "#regexp-lookahead"
154
+ },
155
+ {
156
+ "include": "#regexp-lookahead-negative"
157
+ },
158
+ {
159
+ "include": "#regexp-lookbehind"
160
+ },
161
+ {
162
+ "include": "#regexp-lookbehind-negative"
163
+ },
164
+ {
165
+ "include": "#regexp-conditional"
166
+ },
167
+ {
168
+ "include": "#regexp-parentheses-non-capturing"
169
+ },
170
+ {
171
+ "include": "#regexp-parentheses"
172
+ }
173
+ ]
174
+ },
175
+ "regexp-character-set": {
176
+ "patterns": [
177
+ {
178
+ "match": "(?x)\n \\[ \\^? \\] (?! .*?\\])\n"
179
+ },
180
+ {
181
+ "name": "meta.character.set.regexp",
182
+ "begin": "(\\[)(\\^)?(\\])?",
183
+ "end": "(\\])",
184
+ "beginCaptures": {
185
+ "1": {
186
+ "name": "constant.other.set.regexp punctuation.character.set.begin.regexp"
187
+ },
188
+ "2": {
189
+ "name": "keyword.operator.negation.regexp"
190
+ },
191
+ "3": {
192
+ "name": "constant.character.set.regexp"
193
+ }
194
+ },
195
+ "endCaptures": {
196
+ "1": {
197
+ "name": "constant.other.set.regexp punctuation.character.set.end.regexp"
198
+ },
199
+ "2": {
200
+ "name": "invalid.illegal.newline.python"
201
+ }
202
+ },
203
+ "patterns": [
204
+ {
205
+ "include": "#regexp-charecter-set-escapes"
206
+ },
207
+ {
208
+ "name": "constant.character.set.regexp",
209
+ "match": "[^\\n]"
210
+ }
211
+ ]
212
+ }
213
+ ]
214
+ },
215
+ "regexp-named-group": {
216
+ "name": "meta.named.regexp",
217
+ "begin": "(?x)\n (\\() (\\?P <\\w+(?:\\s+[[:alnum:]]+)?>)\n",
218
+ "end": "(\\))",
219
+ "beginCaptures": {
220
+ "1": {
221
+ "name": "punctuation.parenthesis.named.begin.regexp support.other.parenthesis.regexp"
222
+ },
223
+ "2": {
224
+ "name": "entity.name.tag.named.group.regexp"
225
+ }
226
+ },
227
+ "endCaptures": {
228
+ "1": {
229
+ "name": "punctuation.parenthesis.named.end.regexp support.other.parenthesis.regexp"
230
+ },
231
+ "2": {
232
+ "name": "invalid.illegal.newline.python"
233
+ }
234
+ },
235
+ "patterns": [
236
+ {
237
+ "include": "#regexp-expression"
238
+ }
239
+ ]
240
+ },
241
+ "regexp-comments": {
242
+ "name": "comment.regexp",
243
+ "begin": "\\(\\?#",
244
+ "end": "(\\))",
245
+ "beginCaptures": {
246
+ "0": {
247
+ "name": "punctuation.comment.begin.regexp"
248
+ }
249
+ },
250
+ "endCaptures": {
251
+ "1": {
252
+ "name": "punctuation.comment.end.regexp"
253
+ },
254
+ "2": {
255
+ "name": "invalid.illegal.newline.python"
256
+ }
257
+ },
258
+ "patterns": [
259
+ {
260
+ "include": "#codetags"
261
+ }
262
+ ]
263
+ },
264
+ "regexp-lookahead": {
265
+ "begin": "(\\()\\?=",
266
+ "end": "(\\))",
267
+ "beginCaptures": {
268
+ "0": {
269
+ "name": "keyword.operator.lookahead.regexp"
270
+ },
271
+ "1": {
272
+ "name": "punctuation.parenthesis.lookahead.begin.regexp"
273
+ }
274
+ },
275
+ "endCaptures": {
276
+ "1": {
277
+ "name": "punctuation.parenthesis.lookahead.end.regexp keyword.operator.lookahead.regexp"
278
+ },
279
+ "2": {
280
+ "name": "invalid.illegal.newline.python"
281
+ }
282
+ },
283
+ "patterns": [
284
+ {
285
+ "include": "#regexp-expression"
286
+ }
287
+ ]
288
+ },
289
+ "regexp-lookahead-negative": {
290
+ "begin": "(\\()\\?!",
291
+ "end": "(\\))",
292
+ "beginCaptures": {
293
+ "0": {
294
+ "name": "keyword.operator.lookahead.negative.regexp"
295
+ },
296
+ "1": {
297
+ "name": "punctuation.parenthesis.lookahead.begin.regexp"
298
+ }
299
+ },
300
+ "endCaptures": {
301
+ "1": {
302
+ "name": "punctuation.parenthesis.lookahead.end.regexp keyword.operator.lookahead.negative.regexp"
303
+ },
304
+ "2": {
305
+ "name": "invalid.illegal.newline.python"
306
+ }
307
+ },
308
+ "patterns": [
309
+ {
310
+ "include": "#regexp-expression"
311
+ }
312
+ ]
313
+ },
314
+ "regexp-lookbehind": {
315
+ "begin": "(\\()\\?<=",
316
+ "end": "(\\))",
317
+ "beginCaptures": {
318
+ "0": {
319
+ "name": "keyword.operator.lookbehind.regexp"
320
+ },
321
+ "1": {
322
+ "name": "punctuation.parenthesis.lookbehind.begin.regexp"
323
+ }
324
+ },
325
+ "endCaptures": {
326
+ "1": {
327
+ "name": "punctuation.parenthesis.lookbehind.end.regexp keyword.operator.lookbehind.regexp"
328
+ },
329
+ "2": {
330
+ "name": "invalid.illegal.newline.python"
331
+ }
332
+ },
333
+ "patterns": [
334
+ {
335
+ "include": "#regexp-expression"
336
+ }
337
+ ]
338
+ },
339
+ "regexp-lookbehind-negative": {
340
+ "begin": "(\\()\\?<!",
341
+ "end": "(\\))",
342
+ "beginCaptures": {
343
+ "0": {
344
+ "name": "keyword.operator.lookbehind.negative.regexp"
345
+ },
346
+ "1": {
347
+ "name": "punctuation.parenthesis.lookbehind.begin.regexp"
348
+ }
349
+ },
350
+ "endCaptures": {
351
+ "1": {
352
+ "name": "punctuation.parenthesis.lookbehind.end.regexp keyword.operator.lookbehind.negative.regexp"
353
+ },
354
+ "2": {
355
+ "name": "invalid.illegal.newline.python"
356
+ }
357
+ },
358
+ "patterns": [
359
+ {
360
+ "include": "#regexp-expression"
361
+ }
362
+ ]
363
+ },
364
+ "regexp-conditional": {
365
+ "begin": "(\\()\\?\\((\\w+(?:\\s+[[:alnum:]]+)?|\\d+)\\)",
366
+ "end": "(\\))",
367
+ "beginCaptures": {
368
+ "0": {
369
+ "name": "keyword.operator.conditional.regexp"
370
+ },
371
+ "1": {
372
+ "name": "punctuation.parenthesis.conditional.begin.regexp"
373
+ }
374
+ },
375
+ "endCaptures": {
376
+ "1": {
377
+ "name": "punctuation.parenthesis.conditional.end.regexp keyword.operator.conditional.negative.regexp"
378
+ },
379
+ "2": {
380
+ "name": "invalid.illegal.newline.python"
381
+ }
382
+ },
383
+ "patterns": [
384
+ {
385
+ "include": "#regexp-expression"
386
+ }
387
+ ]
388
+ },
389
+ "regexp-parentheses-non-capturing": {
390
+ "begin": "\\(\\?:",
391
+ "end": "(\\))",
392
+ "beginCaptures": {
393
+ "0": {
394
+ "name": "punctuation.parenthesis.non-capturing.begin.regexp support.other.parenthesis.regexp"
395
+ }
396
+ },
397
+ "endCaptures": {
398
+ "1": {
399
+ "name": "punctuation.parenthesis.non-capturing.end.regexp support.other.parenthesis.regexp"
400
+ },
401
+ "2": {
402
+ "name": "invalid.illegal.newline.python"
403
+ }
404
+ },
405
+ "patterns": [
406
+ {
407
+ "include": "#regexp-expression"
408
+ }
409
+ ]
410
+ },
411
+ "regexp-parentheses": {
412
+ "begin": "\\(",
413
+ "end": "(\\))",
414
+ "beginCaptures": {
415
+ "0": {
416
+ "name": "punctuation.parenthesis.begin.regexp support.other.parenthesis.regexp"
417
+ }
418
+ },
419
+ "endCaptures": {
420
+ "1": {
421
+ "name": "punctuation.parenthesis.end.regexp support.other.parenthesis.regexp"
422
+ },
423
+ "2": {
424
+ "name": "invalid.illegal.newline.python"
425
+ }
426
+ },
427
+ "patterns": [
428
+ {
429
+ "include": "#regexp-expression"
430
+ }
431
+ ]
432
+ }
433
+ }
434
+ }