blusher 0.1.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 (241) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +29 -0
  3. data/Cargo.lock +373 -0
  4. data/Cargo.toml +6 -0
  5. data/LICENSE +25 -0
  6. data/README.md +98 -0
  7. data/ext/blusher/Cargo.toml +18 -0
  8. data/ext/blusher/extconf.rb +10 -0
  9. data/ext/blusher/src/lib.rs +167 -0
  10. data/lib/blusher/native.rb +115 -0
  11. data/lib/blusher/shim.rb +134 -0
  12. data/lib/blusher/tables/abap.json +1 -0
  13. data/lib/blusher/tables/actionscript.json +1 -0
  14. data/lib/blusher/tables/ada.json +1 -0
  15. data/lib/blusher/tables/apache.json +1 -0
  16. data/lib/blusher/tables/apex.json +1 -0
  17. data/lib/blusher/tables/apiblueprint.json +1 -0
  18. data/lib/blusher/tables/applescript.json +1 -0
  19. data/lib/blusher/tables/armasm.json +1 -0
  20. data/lib/blusher/tables/augeas.json +1 -0
  21. data/lib/blusher/tables/awk.json +1 -0
  22. data/lib/blusher/tables/batchfile.json +1 -0
  23. data/lib/blusher/tables/bbcbasic.json +1 -0
  24. data/lib/blusher/tables/bibtex.json +1 -0
  25. data/lib/blusher/tables/bicep.json +1 -0
  26. data/lib/blusher/tables/biml.json +1 -0
  27. data/lib/blusher/tables/bpf.json +1 -0
  28. data/lib/blusher/tables/brainfuck.json +1 -0
  29. data/lib/blusher/tables/brightscript.json +1 -0
  30. data/lib/blusher/tables/bsl.json +1 -0
  31. data/lib/blusher/tables/c.json +1 -0
  32. data/lib/blusher/tables/cfscript.json +1 -0
  33. data/lib/blusher/tables/cisco_ios.json +1 -0
  34. data/lib/blusher/tables/clean.json +1 -0
  35. data/lib/blusher/tables/clojure.json +1 -0
  36. data/lib/blusher/tables/cmake.json +1 -0
  37. data/lib/blusher/tables/cmhg.json +1 -0
  38. data/lib/blusher/tables/cobol.json +1 -0
  39. data/lib/blusher/tables/codeowners.json +1 -0
  40. data/lib/blusher/tables/coffeescript.json +1 -0
  41. data/lib/blusher/tables/common_lisp.json +1 -0
  42. data/lib/blusher/tables/conf.json +1 -0
  43. data/lib/blusher/tables/cpp.json +1 -0
  44. data/lib/blusher/tables/crystal.json +1 -0
  45. data/lib/blusher/tables/csharp.json +1 -0
  46. data/lib/blusher/tables/css.json +1 -0
  47. data/lib/blusher/tables/csvs.json +1 -0
  48. data/lib/blusher/tables/cuda.json +1 -0
  49. data/lib/blusher/tables/cypher.json +1 -0
  50. data/lib/blusher/tables/cython.json +1 -0
  51. data/lib/blusher/tables/d.json +1 -0
  52. data/lib/blusher/tables/dafny.json +1 -0
  53. data/lib/blusher/tables/dart.json +1 -0
  54. data/lib/blusher/tables/datastudio.json +1 -0
  55. data/lib/blusher/tables/diff.json +1 -0
  56. data/lib/blusher/tables/digdag.json +1 -0
  57. data/lib/blusher/tables/docker.json +1 -0
  58. data/lib/blusher/tables/dot.json +1 -0
  59. data/lib/blusher/tables/dylan.json +1 -0
  60. data/lib/blusher/tables/ecl.json +1 -0
  61. data/lib/blusher/tables/eex.json +1 -0
  62. data/lib/blusher/tables/eiffel.json +1 -0
  63. data/lib/blusher/tables/elixir.json +1 -0
  64. data/lib/blusher/tables/elm.json +1 -0
  65. data/lib/blusher/tables/email.json +1 -0
  66. data/lib/blusher/tables/epp.json +1 -0
  67. data/lib/blusher/tables/erb.json +1 -0
  68. data/lib/blusher/tables/erlang.json +1 -0
  69. data/lib/blusher/tables/factor.json +1 -0
  70. data/lib/blusher/tables/fluent.json +1 -0
  71. data/lib/blusher/tables/fortran.json +1 -0
  72. data/lib/blusher/tables/freefem.json +1 -0
  73. data/lib/blusher/tables/fsharp.json +1 -0
  74. data/lib/blusher/tables/gdscript.json +1 -0
  75. data/lib/blusher/tables/ghc-cmm.json +1 -0
  76. data/lib/blusher/tables/ghc-core.json +1 -0
  77. data/lib/blusher/tables/gjs.json +1 -0
  78. data/lib/blusher/tables/glsl.json +1 -0
  79. data/lib/blusher/tables/go.json +1 -0
  80. data/lib/blusher/tables/gradle.json +1 -0
  81. data/lib/blusher/tables/graphql.json +1 -0
  82. data/lib/blusher/tables/groovy.json +1 -0
  83. data/lib/blusher/tables/gts.json +1 -0
  84. data/lib/blusher/tables/hack.json +1 -0
  85. data/lib/blusher/tables/haml.json +1 -0
  86. data/lib/blusher/tables/handlebars.json +1 -0
  87. data/lib/blusher/tables/haskell.json +1 -0
  88. data/lib/blusher/tables/haxe.json +1 -0
  89. data/lib/blusher/tables/hcl.json +1 -0
  90. data/lib/blusher/tables/hlsl.json +1 -0
  91. data/lib/blusher/tables/hocon.json +1 -0
  92. data/lib/blusher/tables/hql.json +1 -0
  93. data/lib/blusher/tables/html.json +1 -0
  94. data/lib/blusher/tables/http.json +1 -0
  95. data/lib/blusher/tables/hylang.json +1 -0
  96. data/lib/blusher/tables/idlang.json +1 -0
  97. data/lib/blusher/tables/idris.json +1 -0
  98. data/lib/blusher/tables/iecst.json +1 -0
  99. data/lib/blusher/tables/igorpro.json +1 -0
  100. data/lib/blusher/tables/ini.json +1 -0
  101. data/lib/blusher/tables/io.json +1 -0
  102. data/lib/blusher/tables/irb_output.json +1 -0
  103. data/lib/blusher/tables/isabelle.json +1 -0
  104. data/lib/blusher/tables/isbl.json +1 -0
  105. data/lib/blusher/tables/j.json +1 -0
  106. data/lib/blusher/tables/janet.json +1 -0
  107. data/lib/blusher/tables/java.json +1 -0
  108. data/lib/blusher/tables/javascript.json +1 -0
  109. data/lib/blusher/tables/jinja.json +1 -0
  110. data/lib/blusher/tables/jsl.json +1 -0
  111. data/lib/blusher/tables/json-doc.json +1 -0
  112. data/lib/blusher/tables/json.json +1 -0
  113. data/lib/blusher/tables/json5.json +1 -0
  114. data/lib/blusher/tables/jsonnet.json +1 -0
  115. data/lib/blusher/tables/jsp.json +1 -0
  116. data/lib/blusher/tables/jsx.json +1 -0
  117. data/lib/blusher/tables/julia.json +1 -0
  118. data/lib/blusher/tables/kick_assembler.json +1 -0
  119. data/lib/blusher/tables/kotlin.json +1 -0
  120. data/lib/blusher/tables/lasso.json +1 -0
  121. data/lib/blusher/tables/lean.json +1 -0
  122. data/lib/blusher/tables/liquid.json +1 -0
  123. data/lib/blusher/tables/literate_coffeescript.json +1 -0
  124. data/lib/blusher/tables/literate_haskell.json +1 -0
  125. data/lib/blusher/tables/livescript.json +1 -0
  126. data/lib/blusher/tables/llvm.json +1 -0
  127. data/lib/blusher/tables/lua.json +1 -0
  128. data/lib/blusher/tables/lustre.json +1 -0
  129. data/lib/blusher/tables/lutin.json +1 -0
  130. data/lib/blusher/tables/m68k.json +1 -0
  131. data/lib/blusher/tables/magik.json +1 -0
  132. data/lib/blusher/tables/make.json +1 -0
  133. data/lib/blusher/tables/markdown.json +1 -0
  134. data/lib/blusher/tables/mason.json +1 -0
  135. data/lib/blusher/tables/mathematica.json +1 -0
  136. data/lib/blusher/tables/matlab.json +1 -0
  137. data/lib/blusher/tables/meson.json +1 -0
  138. data/lib/blusher/tables/minizinc.json +1 -0
  139. data/lib/blusher/tables/mojo.json +1 -0
  140. data/lib/blusher/tables/moonscript.json +1 -0
  141. data/lib/blusher/tables/mosel.json +1 -0
  142. data/lib/blusher/tables/msgtrans.json +1 -0
  143. data/lib/blusher/tables/mxml.json +1 -0
  144. data/lib/blusher/tables/nasm.json +1 -0
  145. data/lib/blusher/tables/nesasm.json +1 -0
  146. data/lib/blusher/tables/nginx.json +1 -0
  147. data/lib/blusher/tables/nial.json +1 -0
  148. data/lib/blusher/tables/nim.json +1 -0
  149. data/lib/blusher/tables/nix.json +1 -0
  150. data/lib/blusher/tables/objective_c.json +1 -0
  151. data/lib/blusher/tables/objective_cpp.json +1 -0
  152. data/lib/blusher/tables/ocaml.json +1 -0
  153. data/lib/blusher/tables/ocl.json +1 -0
  154. data/lib/blusher/tables/openedge.json +1 -0
  155. data/lib/blusher/tables/opentype_feature_file.json +1 -0
  156. data/lib/blusher/tables/p4.json +1 -0
  157. data/lib/blusher/tables/pascal.json +1 -0
  158. data/lib/blusher/tables/pdf.json +1 -0
  159. data/lib/blusher/tables/perl.json +1 -0
  160. data/lib/blusher/tables/php.json +1 -0
  161. data/lib/blusher/tables/plist.json +1 -0
  162. data/lib/blusher/tables/plsql.json +1 -0
  163. data/lib/blusher/tables/pony.json +1 -0
  164. data/lib/blusher/tables/postscript.json +1 -0
  165. data/lib/blusher/tables/powershell.json +1 -0
  166. data/lib/blusher/tables/praat.json +1 -0
  167. data/lib/blusher/tables/prolog.json +1 -0
  168. data/lib/blusher/tables/prometheus.json +1 -0
  169. data/lib/blusher/tables/properties.json +1 -0
  170. data/lib/blusher/tables/protobuf.json +1 -0
  171. data/lib/blusher/tables/puppet.json +1 -0
  172. data/lib/blusher/tables/python.json +1 -0
  173. data/lib/blusher/tables/q.json +1 -0
  174. data/lib/blusher/tables/qml.json +1 -0
  175. data/lib/blusher/tables/r.json +1 -0
  176. data/lib/blusher/tables/racket.json +1 -0
  177. data/lib/blusher/tables/reasonml.json +1 -0
  178. data/lib/blusher/tables/rego.json +1 -0
  179. data/lib/blusher/tables/rescript.json +1 -0
  180. data/lib/blusher/tables/rml.json +1 -0
  181. data/lib/blusher/tables/robot_framework.json +1 -0
  182. data/lib/blusher/tables/rocq.json +1 -0
  183. data/lib/blusher/tables/ruby.json +1 -0
  184. data/lib/blusher/tables/rust.json +1 -0
  185. data/lib/blusher/tables/sas.json +1 -0
  186. data/lib/blusher/tables/sass.json +1 -0
  187. data/lib/blusher/tables/scala.json +1 -0
  188. data/lib/blusher/tables/scheme.json +1 -0
  189. data/lib/blusher/tables/scss.json +1 -0
  190. data/lib/blusher/tables/sed.json +1 -0
  191. data/lib/blusher/tables/shell.json +1 -0
  192. data/lib/blusher/tables/sieve.json +1 -0
  193. data/lib/blusher/tables/slice.json +1 -0
  194. data/lib/blusher/tables/slim.json +1 -0
  195. data/lib/blusher/tables/smalltalk.json +1 -0
  196. data/lib/blusher/tables/smarty.json +1 -0
  197. data/lib/blusher/tables/sml.json +1 -0
  198. data/lib/blusher/tables/sparql.json +1 -0
  199. data/lib/blusher/tables/sqf.json +1 -0
  200. data/lib/blusher/tables/sql.json +1 -0
  201. data/lib/blusher/tables/ssh.json +1 -0
  202. data/lib/blusher/tables/stan.json +1 -0
  203. data/lib/blusher/tables/stata.json +1 -0
  204. data/lib/blusher/tables/supercollider.json +1 -0
  205. data/lib/blusher/tables/svelte.json +1 -0
  206. data/lib/blusher/tables/swift.json +1 -0
  207. data/lib/blusher/tables/systemd.json +1 -0
  208. data/lib/blusher/tables/syzlang.json +1 -0
  209. data/lib/blusher/tables/syzprog.json +1 -0
  210. data/lib/blusher/tables/tap.json +1 -0
  211. data/lib/blusher/tables/tcl.json +1 -0
  212. data/lib/blusher/tables/terraform.json +1 -0
  213. data/lib/blusher/tables/tex.json +1 -0
  214. data/lib/blusher/tables/thrift.json +1 -0
  215. data/lib/blusher/tables/toml.json +1 -0
  216. data/lib/blusher/tables/tsx.json +1 -0
  217. data/lib/blusher/tables/ttcn3.json +1 -0
  218. data/lib/blusher/tables/tulip.json +1 -0
  219. data/lib/blusher/tables/turtle.json +1 -0
  220. data/lib/blusher/tables/twig.json +1 -0
  221. data/lib/blusher/tables/typescript.json +1 -0
  222. data/lib/blusher/tables/vala.json +1 -0
  223. data/lib/blusher/tables/vb.json +1 -0
  224. data/lib/blusher/tables/vcl.json +1 -0
  225. data/lib/blusher/tables/velocity.json +1 -0
  226. data/lib/blusher/tables/verilog.json +1 -0
  227. data/lib/blusher/tables/veryl.json +1 -0
  228. data/lib/blusher/tables/vhdl.json +1 -0
  229. data/lib/blusher/tables/viml.json +1 -0
  230. data/lib/blusher/tables/vue.json +1 -0
  231. data/lib/blusher/tables/wollok.json +1 -0
  232. data/lib/blusher/tables/xml.json +1 -0
  233. data/lib/blusher/tables/xojo.json +1 -0
  234. data/lib/blusher/tables/xpath.json +1 -0
  235. data/lib/blusher/tables/xquery.json +1 -0
  236. data/lib/blusher/tables/yaml.json +1 -0
  237. data/lib/blusher/tables/yang.json +1 -0
  238. data/lib/blusher/tables/zig.json +1 -0
  239. data/lib/blusher/version.rb +5 -0
  240. data/lib/blusher.rb +18 -0
  241. metadata +320 -0
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Tulip","start_push":[],"states":{"comments_and_whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*?$","opts":0,"tok":"Comment","next":null}],"root":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"tok","re":"@(?i-mx:[a-z][\\w-]*)","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":"(\\\\(?i-mx:[a-z][\\w-]*))([{])","opts":0,"actions":[["groups",["Name.Function","Literal.String"]],["push","nested_string"]]},{"kind":"actions","re":"([+](?i-mx:[a-z][\\w-]*))([{])","opts":0,"actions":[["groups",["Name.Decorator","Literal.String"]],["push","nested_string"]]},{"kind":"tok","re":"\\\\(?i-mx:[a-z][\\w-]*)","opts":0,"tok":"Name.Function","next":null},{"kind":"tok","re":"[+](?i-mx:[a-z][\\w-]*)","opts":0,"tok":"Name.Decorator","next":null},{"kind":"tok","re":"\"[{]","opts":0,"tok":"Literal.String","next":"dqi"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"dq"},{"kind":"tok","re":"'{","opts":0,"tok":"Literal.String","next":"nested_string"},{"kind":"tok","re":"'(?i-mx:[a-z][\\w-]*)","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"[.](?i-mx:[a-z][\\w-]*)","opts":0,"tok":"Name.Tag","next":null},{"kind":"tok","re":"[$](?i-mx:[a-z][\\w-]*)?","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"-(?i-mx:[a-z][\\w-]*):?","opts":0,"tok":"Name.Label","next":null},{"kind":"tok","re":"%(?i-mx:[a-z][\\w-]*)","opts":0,"tok":"Name.Function","next":null},{"kind":"tok","re":"`(?i-mx:[a-z][\\w-]*)","opts":0,"tok":"Operator.Word","next":null},{"kind":"tok","re":"[?~%._>,!\\[\\]:{}()=;/-]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[0-9]+([.][0-9]+)?","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"(?i-mx:[a-z][\\w-]*)","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"<","opts":0,"tok":"Comment.Preproc","next":"angle_brackets"}],"dq":[{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null}],"dqi":[{"kind":"tok","re":"[$][(]","opts":0,"tok":"Literal.String.Interpol","next":"interp_root"},{"kind":"tok","re":"[{]","opts":0,"tok":"Literal.String","next":"dqi"},{"kind":"tok","re":"[}]","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^{}$]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":".","opts":0,"tok":"Literal.String","next":null}],"interp_root":[{"kind":"tok","re":"[)]","opts":0,"tok":"Literal.String.Interpol","next":"pop!"},{"kind":"mixin","state":"interp"}],"interp":[{"kind":"tok","re":"[(]","opts":0,"tok":"Punctuation","next":"interp"},{"kind":"tok","re":"[)]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"nested_string":[{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"actions","re":"{","opts":0,"actions":[["token","Literal.String"],["push","nested_string"]]},{"kind":"actions","re":"}","opts":0,"actions":[["token","Literal.String"],["pop",1]]},{"kind":"actions","re":"[^{}\\\\]+","opts":0,"actions":[["token","Literal.String"]]}],"angle_brackets":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"tok","re":">","opts":0,"tok":"Comment.Preproc","next":"pop!"},{"kind":"tok","re":"[*:]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"(?-mix:[A-Z][\\w-]*)","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"(?i-mx:[a-z][\\w-]*)","opts":0,"tok":"Name.Variable","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Turtle","start_push":[],"states":{"root":[{"kind":"tok","re":"@base\\b","opts":0,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"@prefix\\b","opts":0,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"true\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"false\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"\"\"\".*?\"\"\"","opts":4,"tok":"Literal.String","next":null},{"kind":"tok","re":"\"([^\"\\\\]|\\\\.)*\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"'''.*?'''","opts":4,"tok":"Literal.String","next":null},{"kind":"tok","re":"'([^'\\\\]|\\\\.)*'","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"@[^\\s,.;]+","opts":0,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"[+-]?[0-9]+\\.[0-9]*E[+-]?[0-9]+","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]?\\.[0-9]+E[+-]?[0-9]+","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]?[0-9]+E[+-]?[0-9]+","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]?[0-9]*\\.[0-9]+?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]?[0-9]+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\\.","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\^\\^","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"<[^>]*>","opts":0,"tok":"Name.Label","next":null},{"kind":"tok","re":"base\\b","opts":1,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"prefix\\b","opts":1,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"GRAPH\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"a\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"[^:;<>#\\@\"\\(\\).\\[\\]\\{\\} ]*:","opts":0,"tok":"Name.Namespace","next":null},{"kind":"tok","re":"[^:;<>#\\@\"\\(\\).\\[\\]\\{\\} ]+","opts":0,"tok":"Name","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Twig","start_push":[],"states":{"root":[{"kind":"tok","re":"{#","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"##.*","opts":0,"tok":"Comment","next":null},{"kind":"ir","re":"({%-?)(\\s*)(raw|verbatim)(\\s*)(-?%})","opts":0,"ops":[["groups",["Comment.Preproc","Text","Keyword","Text","Comment.Preproc"]],["if",["gin",3,["raw"]],[["push","raw"]],[["if",["gin",3,["verbatim"]],[["push","verbatim"]],[]]]]]},{"kind":"actions","re":"\\{\\%","opts":0,"actions":[["token","Comment.Preproc"],["push","statement"]]},{"kind":"actions","re":"\\{\\{","opts":0,"actions":[["token","Comment.Preproc"],["push","expression"]]},{"kind":"callback","re":"(.+?)(?=\\\\|{{|{%|{#|##)","opts":4},{"kind":"callback","re":".+","opts":4}],"filter":[{"kind":"actions","re":"(\\|\\s*)(\\w+)","opts":0,"actions":[["groups",["Operator","Name.Function"]]]}],"function":[{"kind":"actions","re":"(\\w+)(\\()","opts":0,"actions":[["groups",["Name.Function","Punctuation"]]]}],"text":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null}],"literal":[{"kind":"tok","re":"\"(\\\\.|.)*?\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"'(\\\\.|.)*?'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"\\d+(?=}\\s)","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"(\\+|\\-|\\*|//?|\\*\\*?|=)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(<=?|>=?|===?|!=)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":null}],"comment":[{"kind":"tok","re":"[^#]+","opts":4,"tok":"Comment","next":null},{"kind":"actions","re":"#}","opts":0,"actions":[["token","Comment"],["pop",1]]},{"kind":"tok","re":"#","opts":0,"tok":"Comment","next":null}],"expression":[{"kind":"tok","re":"\\w+\\.?","opts":4,"tok":"Name.Variable","next":null},{"kind":"mixin","state":"filter"},{"kind":"mixin","state":"function"},{"kind":"mixin","state":"literal"},{"kind":"mixin","state":"text"},{"kind":"tok","re":"%}|}}","opts":0,"tok":"Comment.Preproc","next":"pop!"}],"statement":[{"kind":"ir","re":"(\\w+\\.?)","opts":0,"ops":[["if",["gin",0,["as","do","extends","flush","from","import","include","use","else","starts","ends","with","without","autoescape","endautoescape","block","endblock","embed","endembed","filter","endfilter","for","endfor","if","endif","macro","endmacro","sandbox","endsandbox","set","endset","spaceless","endspaceless"]],[["groups",["Keyword"]]],[["if",["gin",0,["true","false","none"]],[["groups",["Keyword.Pseudo"]]],[["if",["gin",0,["b-and","b-or","b-xor","is","in","and","or","not"]],[["groups",["Operator.Word"]]],[["if",["gin",0,["constant","defined","divisibleby","empty","even","iterable","null","odd","sameas"]],[["groups",["Name.Builtin"]]],[["groups",["Name.Variable"]]]]]]]]]]]},{"kind":"mixin","state":"filter"},{"kind":"mixin","state":"function"},{"kind":"mixin","state":"literal"},{"kind":"mixin","state":"text"},{"kind":"tok","re":"\\%\\}","opts":0,"tok":"Comment.Preproc","next":"pop!"}],"raw":[{"kind":"actions","re":"({%-?)(\\s*)(endraw)(\\s*)(-?%})","opts":0,"actions":[["groups",["Comment.Preproc","Text","Keyword","Text","Comment.Preproc"]],["pop",1]]},{"kind":"tok","re":"[^{]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"{","opts":0,"tok":"Text","next":null}],"verbatim":[{"kind":"actions","re":"({%-?)(\\s*)(endverbatim)(\\s*)(-?%})","opts":0,"actions":[["groups",["Comment.Preproc","Text","Keyword","Text","Comment.Preproc"]],["pop",1]]},{"kind":"tok","re":"[^{]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"{","opts":0,"tok":"Text","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Typescript","start_push":[],"states":{"root":[{"kind":"tok","re":"[?][.]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[?]{2}","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(as)|(satisfies))\\s+","opts":0,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"\\A\\s*#!.*?\\n","opts":4,"tok":"Comment.Preproc","next":"statement"},{"kind":"tok","re":"(?<=\\n)(?=\\s|/|<!--)","opts":0,"tok":"Text","next":"expr_start"},{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"tok","re":"\\+\\+ | -- | ~ | \\?\\?=? | && | \\|\\| | \\\\(?=\\n) | << | >>>? | ===\n | !== ","opts":2,"tok":"Operator","next":"expr_start"},{"kind":"tok","re":"[-<>+*%&|\\^/!=]=?","opts":0,"tok":"Operator","next":"expr_start"},{"kind":"tok","re":"[(\\[,]","opts":0,"tok":"Punctuation","next":"expr_start"},{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":"statement"},{"kind":"tok","re":"[)\\].]","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"`","opts":0,"actions":[["token","Literal.String.Double"],["push","template_string"]]},{"kind":"tok","re":"[?][.]","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"[?]","opts":0,"actions":[["token","Punctuation"],["push","ternary"],["push","expr_start"]]},{"kind":"actions","re":"(\\@)(\\w+)?","opts":0,"actions":[["groups",["Punctuation","Name.Decorator"]],["push","expr_start"]]},{"kind":"actions","re":"(class)((?:\\s|\\\\\\s)+)","opts":0,"actions":[["groups",["Keyword.Declaration","Text"]],["push","classname"]]},{"kind":"tok","re":"([\\p{Nl}$_]*\\p{Lu}[\\p{Word}]*)[ \\t]*(?=(\\(.*\\)))","opts":20,"tok":"Name.Class","next":null},{"kind":"actions","re":"(function)((?:\\s|\\\\\\s)+)((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))","opts":16,"actions":[["groups",["Keyword.Declaration","Text","Name.Function"]]]},{"kind":"tok","re":"function(?=(\\(.*\\)))","opts":0,"tok":"Keyword.Declaration","next":null},{"kind":"ir","re":"(#?(?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))[ \\t]*(?=(\\(.*\\)))","opts":20,"ops":[["if",["gin",1,["async","await","break","case","catch","continue","debugger","default","delete","do","else","export","finally","from","for","if","import","in","instanceof","new","of","return","super","switch","this","throw","try","typeof","void","while","yield","is","namespace","static","private","protected","public","implements","readonly"]],[["token","Keyword"]],[["token","Name.Function"]]]]},{"kind":"tok","re":"[{}]","opts":0,"tok":"Punctuation","next":"statement"},{"kind":"ir","re":"#?(?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*)","opts":16,"ops":[["if",["gin",0,["async","await","break","case","catch","continue","debugger","default","delete","do","else","export","finally","from","for","if","import","in","instanceof","new","of","return","super","switch","this","throw","try","typeof","void","while","yield","is","namespace","static","private","protected","public","implements","readonly"]],[["token","Keyword"],["push","expr_start"]],[["if",["gin",0,["var","let","const","with","function","class","extends","constructor","get","set","static","type","abstract"]],[["token","Keyword.Declaration"],["push","expr_start"]],[["if",["gin",0,["enum","implements","interface","package","private","protected","public","string","any","void","number","namespace","module","declare","default","keyof"]],[["token","Keyword.Reserved"]],[["if",["gin",0,["true","false","null","NaN","Infinity","undefined"]],[["token","Keyword.Constant"]],[["if",["gin",0,["Array","Boolean","Date","Error","Function","Math","netscape","Number","Object","Packages","RegExp","String","sun","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","Error","eval","isFinite","isNaN","parseFloat","parseInt","document","window","navigator","self","global","Promise","Set","Map","WeakSet","WeakMap","Symbol","Proxy","Reflect","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Uint16ClampedArray","Int32Array","Uint32Array","Uint32ClampedArray","Float32Array","Float64Array","DataView","ArrayBuffer","Capitalize","ConstructorParameters","Exclude","Extract","InstanceType","Lowercase","NonNullable","Omit","OmitThisParameter","Parameters","Partial","Pick","Readonly","Record","Required","ReturnType","ThisParameterType","ThisType","Uncapitalize","Uppercase"]],[["token","Name.Builtin"]],[["token","Name.Other"]]]]]]]]]]]]},{"kind":"tok","re":"[0-9][0-9]*\\.[0-9]+([eE][0-9]+)?[fd]?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0x[0-9a-fA-F]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0o[0-7][0-7_]*","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"0b[01][01_]*","opts":1,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"[0-9]+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Delimiter","next":"dq"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Delimiter","next":"sq"},{"kind":"tok","re":":","opts":0,"tok":"Punctuation","next":null}],"statement":[{"kind":"actions","re":"((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))(\\??)(\\s*)(:)","opts":16,"actions":[["groups",["Name.Label","Punctuation","Text","Punctuation"]],["push","expr_start"]]},{"kind":"actions","re":"case\\b","opts":0,"actions":[["token","Keyword"],["goto","expr_start"]]},{"kind":"actions","re":"((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))(\\s*)(:)","opts":16,"actions":[["groups",["Name.Label","Text","Punctuation"]]]},{"kind":"mixin","state":"expr_start"}],"multiline_comment":[{"kind":"tok","re":"[*]/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[^*/]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"[*/]","opts":0,"tok":"Comment.Multiline","next":null}],"comments_and_whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"<!--","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/[*]","opts":0,"tok":"Comment.Multiline","next":"multiline_comment"}],"expr_start":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"/","opts":0,"actions":[["token","Literal.String.Regex"],["goto","regex"]]},{"kind":"actions","re":"[{]","opts":0,"actions":[["token","Punctuation"],["goto","object"]]},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"regex":[{"kind":"actions","re":"/","opts":0,"actions":[["token","Literal.String.Regex"],["goto","regex_end"]]},{"kind":"tok","re":"[^/]\\n","opts":0,"tok":"Error","next":"pop!"},{"kind":"tok","re":"\\n","opts":0,"tok":"Error","next":"pop!"},{"kind":"tok","re":"\\[\\^","opts":0,"tok":"Literal.String.Escape","next":"regex_group"},{"kind":"tok","re":"\\[","opts":0,"tok":"Literal.String.Escape","next":"regex_group"},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[(][?][:=<!]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[{][\\d,]+[}]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[()?]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":".","opts":0,"tok":"Literal.String.Regex","next":null}],"regex_end":[{"kind":"tok","re":"[gimuy]+","opts":0,"tok":"Literal.String.Regex","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"regex_group":[{"kind":"tok","re":"/","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"actions","re":"[^/]\\n","opts":0,"actions":[["token","Error"],["pop",2]]},{"kind":"tok","re":"\\]","opts":0,"tok":"Literal.String.Escape","next":"pop!"},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":".","opts":0,"tok":"Literal.String.Regex","next":null}],"bad_regex":[{"kind":"tok","re":"[^\\n]+","opts":0,"tok":"Error","next":"pop!"}],"dq":[{"kind":"tok","re":"\\\\[\\\\nrt\"]?","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Delimiter","next":"pop!"}],"sq":[{"kind":"tok","re":"\\\\[\\\\nrt']?","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^\\\\']+","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Delimiter","next":"pop!"}],"classname":[{"kind":"actions","re":"((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))((?:\\s|\\\\\\s)+)(extends)((?:\\s|\\\\\\s)+)","opts":16,"actions":[["groups",["Name.Class","Text","Keyword.Declaration","Text"]]]},{"kind":"tok","re":"[\\p{L}\\p{Nl}$_][\\p{Word}]*","opts":17,"tok":"Name.Class","next":"pop!"}],"object":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"[{]","opts":0,"actions":[["token","Punctuation"],["push","__self__"]]},{"kind":"actions","re":"[}]","opts":0,"actions":[["token","Punctuation"],["goto","statement"]]},{"kind":"actions","re":"((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))(\\s*)(:)","opts":16,"actions":[["groups",["Name.Attribute","Text","Punctuation"]],["push","expr_start"]]},{"kind":"tok","re":":","opts":0,"tok":"Punctuation","next":null},{"kind":"mixin","state":"root"}],"ternary":[{"kind":"actions","re":":","opts":0,"actions":[["token","Punctuation"],["goto","expr_start"]]},{"kind":"mixin","state":"root"}],"template_string":[{"kind":"tok","re":"[$]{","opts":0,"tok":"Punctuation","next":"template_string_expr"},{"kind":"tok","re":"`","opts":0,"tok":"Literal.String.Double","next":"pop!"},{"kind":"tok","re":"\\\\[$`\\\\]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^$`\\\\]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"[\\\\$]","opts":0,"tok":"Literal.String.Double","next":null}],"template_string_expr":[{"kind":"tok","re":"}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Vala","start_push":[],"states":{"whitespace":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/[*].*?[*]/","opts":4,"tok":"Comment.Multiline","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"^\\s*\\[.*?\\]","opts":0,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"(<\\[)\\s*((?i-mx:@?[_a-z]\\w*):)?","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\]>","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"[~!%^&*()+=|\\[\\]{}:;,.<>/?-]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"@\"(\\\\.|.)*?\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\"(\\\\.|.)*?[\"\\n]","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"'(\\\\.|.)'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"0x[0-9a-f]+[lu]?","opts":1,"tok":"Literal.Number","next":null},{"kind":"tok","re":"\n [0-9]\n ([.][0-9]*)? # decimal\n (e[+-][0-9]+)? # exponent\n [fldu]? # type\n ","opts":3,"tok":"Literal.Number","next":null},{"kind":"tok","re":"\\b(abstract|as|async|base|break|case|catch|const|construct|continue|default|delegate|delete|do|dynamic|else|ensures|enum|errordomain|extern|false|finally|for|foreach|get|global|if|in|inline|interface|internal|is|lock|new|null|out|override|owned|private|protected|public|ref|requires|return|set|signal|sizeof|static|switch|this|throw|throws|true|try|typeof|unowned|var|value|virtual|void|weak|while|yield)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\b(bool|char|double|float|int|int8|int16|int32|int64|long|short|size_t|ssize_t|string|unichar|uint|uint8|uint16|uint32|uint64|ulong|ushort)\\b","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"class|struct","opts":0,"tok":"Keyword","next":"class"},{"kind":"tok","re":"namespace|using","opts":0,"tok":"Keyword","next":"namespace"},{"kind":"tok","re":"(?i-mx:@?[_a-z]\\w*)(?=\\s*[(])","opts":0,"tok":"Name.Function","next":null},{"kind":"tok","re":"@?[_a-z]\\w*","opts":1,"tok":"Name","next":null},{"kind":"tok","re":"#.*","opts":0,"tok":"Comment.Preproc","next":null}],"class":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"@?[_a-z]\\w*","opts":1,"tok":"Name.Class","next":"pop!"}],"namespace":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"(?=[(])","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"((?i-mx:@?[_a-z]\\w*)|[.])+","opts":0,"tok":"Name.Namespace","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::VisualBasic","start_push":[],"states":{"whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"bol"},{"kind":"tok","re":"rem\\b.*?$","opts":1,"tok":"Comment.Single","next":null},{"kind":"tok","re":"%\\{.*?%\\}","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"'.*$","opts":0,"tok":"Comment.Single","next":null}],"bol":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"<.*?>","opts":0,"tok":"Name.Attribute","next":null},{"kind":"actions","re":"","opts":0,"actions":[]}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"\n [#]If\\b .*? \\bThen\n | [#]ElseIf\\b .*? \\bThen\n | [#]End \\s+ If\n | [#]Const\n | [#]ExternalSource .*? \\n\n | [#]End \\s+ ExternalSource\n | [#]Region .*? \\n\n | [#]End \\s+ Region\n | [#]ExternalChecksum\n ","opts":2,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"[.]","opts":0,"tok":"Punctuation","next":"dotted"},{"kind":"tok","re":"[(){}!#,:]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"Option\\s+(Strict|Explicit|Compare)\\s+(On|Off|Binary|Text)","opts":0,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"End\\b","opts":0,"tok":"Keyword","next":"end"},{"kind":"tok","re":"(Dim|Const)\\b","opts":0,"tok":"Keyword","next":"dim"},{"kind":"tok","re":"(Function|Sub|Property)\\b","opts":0,"tok":"Keyword","next":"funcname"},{"kind":"tok","re":"(Class|Structure|Enum)\\b","opts":0,"tok":"Keyword","next":"classname"},{"kind":"tok","re":"(Module|Namespace|Imports)\\b","opts":0,"tok":"Keyword","next":"namespace"},{"kind":"ir","re":"[A-Z]\\w*","opts":0,"ops":[["if",["gin",0,["AddHandler","Alias","ByRef","ByVal","CBool","CByte","CChar","CDate","CDbl","CDec","CInt","CLng","CObj","CSByte","CShort","CSng","CStr","CType","CUInt","CULng","CUShort","Call","Case","Catch","Class","Const","Continue","Declare","Default","Delegate","Dim","DirectCast","Do","Each","Else","ElseIf","End","EndIf","Enum","Erase","Error","Event","Exit","False","Finally","For","Friend","Function","Get","Global","GoSub","GoTo","Handles","If","Implements","Imports","Inherits","Interface","Let","Lib","Loop","Me","Module","MustInherit","MustOverride","MyBase","MyClass","Namespace","Narrowing","New","Next","Not","NotInheritable","NotOverridable","Nothing","Of","On","Operator","Option","Optional","Overloads","Overridable","Overrides","ParamArray","Partial","Private","Property","Protected","Public","RaiseEvent","ReDim","ReadOnly","RemoveHandler","Resume","Return","Select","Set","Shadows","Shared","Single","Static","Step","Stop","Structure","Sub","SyncLock","Then","Throw","To","True","Try","TryCast","Using","Wend","When","While","Widening","With","WithEvents","WriteOnly"]],[["token","Keyword"]],[["if",["gin",0,["Boolean","Byte","Char","Date","Decimal","Double","Integer","Long","Object","SByte","Short","Single","String","Variant","UInteger","ULong","UShort"]],[["token","Keyword.Type"]],[["if",["gin",0,["AddressOf","And","AndAlso","As","GetType","In","Is","IsNot","Like","Mod","Or","OrElse","TypeOf","Xor"]],[["token","Operator.Word"]],[["if",["gin",0,["Console","ConsoleColor"]],[["token","Name.Builtin"]],[["token","Name"]]]]]]]]]]},{"kind":"tok","re":"&=|[*]=|/=|\\\\=|\\^=|\\+=|-=|<<=|>>=|<<|>>|:=|<=|>=|<>|[-&*/\\\\^+=<>.]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"tok","re":"(?i-mx:[a-z_]\\w*)[%&@!#\\$]?","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"#.*?#","opts":0,"tok":"Literal.Date","next":null},{"kind":"tok","re":"(\\d+\\.\\d*|\\d*\\.\\d+)(f[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+([SILDFR]|US|UI|UL)?","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"&H[0-9a-f]+([SILDFR]|US|UI|UL)?","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"&O[0-7]+([SILDFR]|US|UI|UL)?","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"_\\n","opts":0,"tok":"Keyword","next":null}],"dotted":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[a-z_]\\w*","opts":1,"tok":"Name","next":"pop!"}],"string":[{"kind":"tok","re":"\"\"","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"C?","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^\"]+","opts":0,"tok":"Literal.String","next":null}],"dim":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[a-z_]\\w*","opts":1,"tok":"Name.Variable","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"funcname":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[a-z_]\\w*","opts":1,"tok":"Name.Function","next":"pop!"}],"classname":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[a-z_]\\w*","opts":1,"tok":"Name.Class","next":"pop!"}],"namespace":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"(?i-mx:[a-z_]\\w*)([.](?i-mx:[a-z_]\\w*))*","opts":0,"tok":"Name.Namespace","next":"pop!"}],"end":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"(Function|Sub|Property|Class|Structure|Enum|Module|Namespace)\\b","opts":0,"tok":"Keyword","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Varnish","start_push":[],"states":{"root":[{"kind":"tok","re":"\\{\".*?\"}","opts":4,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"\\{(\\w+)\".*?\"(\\1)\\}","opts":4,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"/\\*.*?\\*/","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"(?://|#).*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"true|false","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"actions","re":"(?:(?-mix:beresp|bereq|resp|req|obj))\\.http\\.[\\w.-]+","opts":0,"actions":[["token","Name.Variable"]]},{"kind":"actions","re":"(?:var)\\.[\\w.-]+","opts":0,"actions":[["token","Name.Variable"]]},{"kind":"actions","re":"(sub)([ \\f\\n\\r\\t\\v]+)([\\w-]+)","opts":0,"actions":[["groups",["Keyword","Text","Name.Function"]]]},{"kind":"actions","re":"C\\{","opts":0,"actions":[["token","Comment.Preproc"],["push","inline_c"]]},{"kind":"callback","re":"\\.?[a-z_][\\w.-]*","opts":1},{"kind":"tok","re":"(?ix-m:\n (?:\n 0x(?i-mx:[0-9a-f]+)\n (?:\\.(?i-mx:[0-9a-f]+))?\n (?:p[+-]?(?i-mx:[0-9a-f]+))?\n )\n |\n (?:\n (?-mix:[0-9]+)\n (?:\\.(?-mix:[0-9]+))?\n (?:e[+-]?(?-mix:[0-9]+))?\n )\n )(?-mix:ms|s|m|h|d|w|y)","opts":0,"tok":"Literal.Number.Other","next":null},{"kind":"callback","re":"\n (?:\n 0x(?i-mx:[0-9a-f]+)\n (?:\\.(?i-mx:[0-9a-f]+))?\n (?:p[+-]?(?i-mx:[0-9a-f]+))?\n )\n |\n (?:\n (?-mix:[0-9]+)\n (?:\\.(?-mix:[0-9]+))?\n (?:e[+-]?(?-mix:[0-9]+))?\n )\n ","opts":3},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"string"},{"kind":"tok","re":"[&|+-]{2}|[<=>!*/+-]=|<<|>>|!~|[-+*/%><=!&|~]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[{}();.,]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\r\\n?|\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":".","opts":0,"tok":"Text","next":null}],"string":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"},{"kind":"tok","re":"\\\\[\\\\\"nt]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\r\\n?|\\n","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":".","opts":0,"tok":"Literal.String.Double","next":null}],"inline_c":[{"kind":"tok","re":"}C","opts":0,"tok":"Comment.Preproc","next":"pop!"},{"kind":"callback","re":".*?(?=}C)","opts":4}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Velocity","start_push":[],"states":{"root":[{"kind":"callback","re":"[^{#$]+","opts":0},{"kind":"tok","re":"(#)(\\*.*?\\*)(#)","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"(##)(.*?$)","opts":0,"tok":"Comment.Single","next":null},{"kind":"actions","re":"(#\\{?)((?i-mx:[a-z_]\\w*))(\\}?)(\\s?\\()","opts":4,"actions":[["groups",["Punctuation","Name.Function","Punctuation","Punctuation"]],["push","directive_params"]]},{"kind":"actions","re":"(#\\{?)((?i-mx:[a-z_]\\w*))(\\}|\\b)","opts":4,"actions":[["groups",["Punctuation","Name.Function","Punctuation"]]]},{"kind":"tok","re":"\\$\\{?","opts":0,"tok":"Punctuation","next":"variable"}],"variable":[{"kind":"tok","re":"(?i-mx:[a-z_]\\w*)","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"func_params"},{"kind":"actions","re":"(\\.)((?i-mx:[a-z_]\\w*))","opts":0,"actions":[["groups",["Punctuation","Name.Variable"]]]},{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"directive_params":[{"kind":"tok","re":"(&&|\\|\\||==?|!=?|[-<>+*%&|^/])|\\b(eq|ne|gt|lt|ge|le|not|in)\\b","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\[","opts":0,"tok":"Operator","next":"range_operator"},{"kind":"tok","re":"\\b(?i-mx:[a-z_]\\w*)\\b","opts":0,"tok":"Name.Function","next":null},{"kind":"mixin","state":"func_params"}],"range_operator":[{"kind":"tok","re":"[.]{2}","opts":0,"tok":"Operator","next":null},{"kind":"mixin","state":"func_params"},{"kind":"tok","re":"\\]","opts":0,"tok":"Operator","next":"pop!"}],"func_params":[{"kind":"tok","re":"\\$\\{?","opts":0,"tok":"Punctuation","next":"variable"},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\"(\\\\\\\\|\\\\\"|[^\"])*\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"'(\\\\\\\\|\\\\'|[^'])*'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"0[xX][0-9a-fA-F]+[Ll]?","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\b[0-9]+\\b","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"(true|false|null)\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"[(\\[]","opts":0,"tok":"Punctuation","next":"push"},{"kind":"tok","re":"[)\\]}]","opts":0,"tok":"Punctuation","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Verilog","start_push":[],"states":{"expr_bol":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"`define","opts":0,"tok":"Comment.Preproc","next":"macro"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"bol":[{"kind":"tok","re":"(?-mix:[a-zA-Z_][a-zA-Z0-9_]*):(?!:)","opts":0,"tok":"Name.Label","next":null},{"kind":"mixin","state":"expr_bol"}],"inline_whitespace":[{"kind":"tok","re":"[ \\t\\r]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"/(\\\\\\n)?[*].*?[*](\\\\\\n)?/","opts":4,"tok":"Comment.Multiline","next":null}],"whitespace":[{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":"bol"},{"kind":"tok","re":"//(\\\\.|.)*?$","opts":0,"tok":"Comment.Single","next":"bol"},{"kind":"mixin","state":"inline_whitespace"}],"expr_whitespace":[{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":"expr_bol"},{"kind":"mixin","state":"whitespace"}],"string":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\\\\([\\\\abfnrtv\"']|x[a-fA-F0-9]{2,4}|[0-7]{1,3})","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^\\\\\"\\n]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\\\","opts":0,"tok":"Literal.String","next":null}],"statement":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"L?\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"tok","re":"([0-9_]+\\.[0-9_]*|[0-9_]*\\.[0-9_]+)(e[+-]?[0-9_]+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[0-9_]+e[+-]?[0-9_]+","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[0-9]*'h[0-9a-fA-F_?]+","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"[0-9]*'b?[01xz_?]+","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"[0-9]*'d[0-9_?]+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[0-9_]+[lu]*","opts":1,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[-~!%^&*+=\\|?:<>/@{}]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[()\\[\\],.$\\#;]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"`(\\w+)","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"ir","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"ops":[["if",["gin",0,["alias","always","always_comb","always_ff","always_latch","assert","assert_strobe","assign","assume","automatic","attribute","before","begin","bind","bins","binsof","break","case","casex","casez","clocking","config","constraint","context","continue","cover","covergroup","coverpoint","cross","deassign","defparam","default","design","dist","do","else","end","endattribute","endcase","endclass","endclocking","endconfig","endfunction","endgenerate","endgroup","endinterface","endmodule","endpackage","endprimitive","endprogram","endproperty","endspecify","endsequence","endtable","endtask","expect","export","extends","extern","final","first_match","for","force","foreach","fork","forkjoin","forever","function","generate","genvar","if","iff","ifnone","ignore_bins","illegal_bins","import","incdir","include","initial","inside","instance","interface","intersect","join","join_any","join_none","liblist","library","local","localparam","matches","module","modport","new","noshowcancelled","null","package","parameter","primitive","priority","program","property","protected","pulsestyle_onevent","pulsestyle_ondetect","pure","rand","randc","randcase","randsequence","release","return","sequence","showcancelled","solve","specify","super","table","task","this","throughout","timeprecision","timeunit","type","typedef","unique","use","wait","wait_order","while","wildcard","with","within"]],[["token","Keyword"]],[["if",["gin",0,["and","bit","buf","bufif0","bufif1","byte","cell","chandle","class","cmos","const","disable","edge","enum","event","highz0","highz1","initial","inout","input","int","integer","join","logic","longint","macromodule","medium","nand","negedge","nmos","nor","not","notif0","notif1","or","output","packed","parameter","pmos","posedge","pull0","pull1","pulldown","pullup","rcmos","real","realtime","ref","reg","repeat","rnmos","rpmos","rtran","rtranif0","rtranif1","scalared","shortint","shortreal","signed","specparam","static","string","strength","strong0","strong1","struct","supply0","supply1","tagged","time","tran","tranif0","tranif1","tri","tri0","tri1","triand","trior","trireg","union","unsigned","uwire","var","vectored","virtual","void","wait","wand","weak[01]","wire","wor","xnor","xor"]],[["token","Keyword.Type"]],[["if",["gin",0,["acos","acosh","asin","asinh","assertfailoff","assertfailon","assertkill","assertnonvacuouson","assertoff","asserton","assertpassoff","assertpasson","assertvacuousoff","atan","atan2","atanh","bits","bitstoreal","bitstoshortreal","cast","ceil","changed","changed_gclk","changing_gclk","clog2","cos","cosh","countones","coverage_control","coverage_get","coverage_get_max","coverage_merge","coverage_save","dimensions","display","displayb","displayh","displayo","dist_chi_square","dist_erlang","dist_exponential","dist_normal","dist_poisson","dist_t","dist_uniform","dumpall","dumpfile","dumpflush","dumplimit","dumpoff","dumpon","dumpports","dumpportsall","dumpportsflush","dumpportslimit","dumpportsoff","dumpportson","dumpvars","error","exit","exp","falling_gclk","fclose","fdisplay","fdisplayb","fdisplayh","fdisplayo","fell","fell_gclk","feof","ferror","fflush","fgetc","fgets","finish","floor","fmonitor","fmonitorb","fmonitorh","fmonitoro","fopen","fread","fscanf","fseek","fstrobe","fstrobeb","fstrobeh","fstrobeo","ftell","future_gclk","fwrite","fwriteb","fwriteh","fwriteo","get_coverage","high","hypot","increment","info","isunbounded","isunknown","itor","left","ln","load_coverage_db","log10","low","monitor","monitorb","monitorh","monitoro","monitoroff","monitoron","onehot","onehot0","past","past_gclk","pow","printtimescale","q_add","q_exam","q_full","q_initialize","q_remove","random","readmemb","readmemh","realtime","realtobits","rewind","right","rising_gclk","rose","rose_gclk","rtoi","sampled","set_coverage_db_name","sformat","sformatf","shortrealtobits","signed","sin","sinh","size","sqrt","sscanf","stable","stable_gclk","steady_gclk","stime","stop","strobe","strobeb","strobeh","strobeo","swrite","swriteb","swriteh","swriteo","system","tan","tanh","time","timeformat","typename","ungetc","unpacked_dimensions","unsigned","warning","write","writeb","writeh","writememb","writememh","writeo"]],[["token","Name.Builtin"]],[["token","Name"]]]]]]]]}],"root":[{"kind":"mixin","state":"expr_whitespace"},{"kind":"actions","re":"","opts":0,"actions":[["push","statement"]]}],"macro":[{"kind":"tok","re":"\\n","opts":0,"tok":"Comment.Preproc","next":"pop!"},{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\=","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(\\w+)","opts":0,"tok":"Text","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Veryl","start_push":[],"states":{"root":[{"kind":"tok","re":"(?-mix:\\/\\/(?:(?!(?-mix:\\n)).)*)|(?m-ix:\\/\\*(?:(?!\\*\\/).)*\\*\\/)","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"[0-9]+(?:_[0-9]+)*\\.[0-9]+(?:_[0-9]+)*[eE][+-]?[0-9]+(?:_[0-9]+)*","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[0-9]+(?:_[0-9]+)*\\.[0-9]+(?:_[0-9]+)*","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"(?:[0-9]+(?:_[0-9]+)*)?'s?[bodh][0-9a-fA-FxzXZ]+(?:_[0-9a-fA-FxzXZ]+)*","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"(?:[0-9]+(?:_[0-9]+)*)?'[01xzXZ]","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[0-9]+(?:_[0-9]+)*","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":" -: | -> | \\+: | \\+= | -=\n | \\*= | /= | %= | &= | \\|=\n | \\^= | <<= | >>= |<<<= |>>>=\n | <> | \\*\\* | / | \\| | %\n | \\+ | - | <<< | >>> | <<\n | >> | <= | >= | <: | >:\n | === | ==\\? | \\!== | \\!=\\? | ==\n | \\!= | && | \\|\\| | & | \\^~\n | \\^ | ~\\^ | \\| | ~& | ~\\|\n | \\! | ~\n ","opts":2,"tok":"Operator","next":null},{"kind":"tok","re":" ::< | :: | : | , | \\.\\.=\n | \\.\\. | \\. | = | \\# | <\n | \\? | ' | '\\{ | \\{ | \\[\n | \\( | > | \\} | \\] | \\)\n | ; | \\*\n ","opts":2,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\$[a-zA-Z_][0-9a-zA-Z_$]*","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"string"},{"kind":"ir","re":"(?:r#)?[a-zA-Z_][0-9a-zA-Z_$]*","opts":0,"ops":[["if",["gin",0,["embed","enum","function","include","interface","modport","module","package","proto","pub","struct","union","unsafe","alias","always_comb","always_ff","assign","as","bind","block","connect","const","final","import","initial","inst","let","param","return","break","type","var","converse","inout","input","output","same","case","default","else","if_reset","if","inside","outside","switch","for","in","repeat","rev","step"]],[["token","Keyword"]],[["if",["gin",0,["bit","bbool","lbool","clock","clock_posedge","clock_negedge","f32","f64","i8","i16","i32","i64","logic","reset","reset_async_high","reset_async_low","reset_sync_high","reset_sync_low","signed","string","tri","u8","u16","u32","u64"]],[["token","Keyword.Type"]],[["token","Name"]]]]]]}],"string":[{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::VHDL","start_push":[],"states":{"whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"--.*$","opts":0,"tok":"Comment.Single","next":null}],"statements":[{"kind":"tok","re":"-?\\d+","opts":1,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"-?\\d+[.]\\d+","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[box]?\"[^\"]*\"","opts":1,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"'[^']?'","opts":1,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"'(?-mix:[a-zA-Z][a-zA-Z0-9_]*)","opts":1,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"[(),:;]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"(?:true|false|null)\\b","opts":1,"tok":"Name.Builtin","next":null},{"kind":"ir","re":"[a-zA-Z][a-zA-Z0-9_]*","opts":0,"ops":[["if",["ginf",0,"down",["access","after","alias","all","architecture","array","assert","assume","assume_guarantee","attribute","begin","block","body","buffer","bus","case","component","configuration","constant","context","cover","default","disconnect","downto","else","elsif","end","entity","exit","fairness","file","for","force","function","generate","generic","group","guarded","if","impure","in","inertial","inout","is","label","library","linkage","literal","loop","map","new","next","null","of","on","open","others","out","package","parameter","port","postponed","procedure","process","property","protected","pure","range","record","register","reject","release","report","return","select","sequence","severity","shared","signal","strong","subtype","then","to","transport","type","unaffected","units","until","use","variable","vmode","vprop","vunit","wait","when","while","with"]],[["token","Keyword"]],[["if",["ginf",0,"down",["bit","bit_vector","boolean","boolean_vector","character","integer","integer_vector","natural","positive","real","real_vector","severity_level","signed","std_logic","std_logic_vector","std_ulogic","std_ulogic_vector","string","unsigned","time","time_vector"]],[["token","Keyword.Type"]],[["if",["ginf",0,"down",["abs","and","mod","nand","nor","not","or","rem","rol","ror","sla","sll","sra","srl","xnor","xor"]],[["token","Operator.Word"]],[["token","Name"]]]]]]]]},{"kind":"tok","re":"=>|[*][*]|:=|\\/=|>=|<=|<>|\\?\\?|\\?=|\\?\\/=|\\?>|\\?<|\\?>=|\\?<=|<<|>>|[#&'*+-.\\/:<=>\\?@^]","opts":0,"tok":"Operator","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"mixin","state":"statements"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::VimL","start_push":[],"states":{"root":[{"kind":"actions","re":"^(\\s*)(\".*?)$","opts":0,"actions":[["groups",["Text","Comment"]]]},{"kind":"tok","re":"^\\s*\\\\","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"/(\\\\\\\\|\\\\/|[^\\n/])*/","opts":0,"tok":"Literal.String.Regex","next":null},{"kind":"tok","re":"\"(\\\\\\\\|\\\\\"|[^\\n\"])*\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"'(\\\\\\\\|\\\\'|[^\\n'])*'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"(?<=\\s)\"[^-:.%#=*].*?$","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"-?\\d+","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"#[0-9a-f]{6}","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"^:","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[():<>+=!\\[\\]{}\\|,~.-]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\b(let|if|else|endif|elseif|fun|function|endfunction)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\b(NONE|bold|italic|underline|dark|light)\\b","opts":0,"tok":"Name.Builtin","next":null},{"kind":"tok","re":"[absg]:\\w+\\b","opts":0,"tok":"Name.Variable","next":null},{"kind":"callback","re":"\\b\\w+\\b","opts":0},{"kind":"tok","re":".","opts":4,"tok":"Text","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Vue","start_push":[],"states":{"root":[{"kind":"actions","re":"(<)(\\s*)(template)","opts":0,"actions":[["groups",["Name.Tag","Text","Keyword"]],["push","template"],["push","lang_tag"]]},{"kind":"actions","re":"(<)(\\s*)(style)","opts":0,"actions":[["groups",["Name.Tag","Text","Keyword"]],["push","style"],["push","lang_tag"]]},{"kind":"actions","re":"(<)(\\s*)(script)","opts":0,"actions":[["groups",["Name.Tag","Text","Keyword"]],["push","script"],["push","lang_tag"]]},{"kind":"tok","re":"[^<&]+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"&\\S*?;","opts":0,"tok":"Name.Entity","next":null},{"kind":"tok","re":"<!DOCTYPE .*?>","opts":5,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<!\\[CDATA\\[.*?\\]\\]>","opts":4,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<!--","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"<\\?.*?\\?>","opts":4,"tok":"Comment.Preproc","next":null},{"kind":"callback","re":"<\\s*script\\s*","opts":4},{"kind":"callback","re":"<\\s*style\\s*","opts":4},{"kind":"tok","re":"</","opts":0,"tok":"Name.Tag","next":"tag_end"},{"kind":"tok","re":"<","opts":0,"tok":"Name.Tag","next":"tag_start"},{"kind":"tok","re":"<\\s*[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*","opts":16,"tok":"Name.Tag","next":"tag"},{"kind":"tok","re":"<\\s*/\\s*[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*\\s*>","opts":16,"tok":"Name.Tag","next":null}],"tag":[{"kind":"tok","re":"[a-zA-Z0-9_:#\\[\\]()*.-]+\\s*=\\s*","opts":4,"tok":"Name.Attribute","next":"attr"},{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[\\p{L}:_\\[\\]()*.-][\\p{Word}\\p{Cf}:.·\\[\\]()*-]*\\s*=\\s*","opts":20,"tok":"Name.Attribute","next":"attr"},{"kind":"tok","re":"[\\p{L}:_*#-][\\p{Word}\\p{Cf}:.·*#-]*","opts":16,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"/?\\s*>","opts":4,"tok":"Name.Tag","next":"pop!"}],"style":[{"kind":"actions","re":"(<\\s*/\\s*)(style)(\\s*>)","opts":0,"actions":[["groups",["Name.Tag","Keyword","Name.Tag"]],["pop",1]]},{"kind":"mixin","state":"style_content"},{"kind":"mixin","state":"embed"}],"script":[{"kind":"actions","re":"(<\\s*/\\s*)(script)(\\s*>)","opts":0,"actions":[["groups",["Name.Tag","Keyword","Name.Tag"]],["pop",1]]},{"kind":"mixin","state":"script_content"},{"kind":"mixin","state":"embed"}],"lang_tag":[{"kind":"callback","re":"(lang\\s*=)(\\s*)(\"(?:\\\\.|[^\\\\])*?\"|'(\\\\.|[^\\\\])*?'|[^\\s>]+)","opts":0},{"kind":"mixin","state":"tag"}],"template":[{"kind":"actions","re":"(<\\s*/\\s*)(template)(\\s*>)","opts":0,"actions":[["groups",["Name.Tag","Keyword","Name.Tag"]],["pop",1]]},{"kind":"callback","re":"{{","opts":0},{"kind":"mixin","state":"embed"}],"template_interpol":[{"kind":"tok","re":"}}","opts":0,"tok":"Literal.String.Interpol","next":"pop!"},{"kind":"tok","re":"}","opts":0,"tok":"Error","next":null},{"kind":"mixin","state":"template_interpol_inner"}],"template_interpol_inner":[{"kind":"callback","re":"{","opts":0},{"kind":"callback","re":"}","opts":0},{"kind":"callback","re":"[^{}]+","opts":0}],"embed":[{"kind":"callback","re":"[^{<]+","opts":0},{"kind":"callback","re":"[<{][^<{]*","opts":0}],"tag_end":[{"kind":"mixin","state":"tag_end_end"},{"kind":"actions","re":"[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*","opts":16,"actions":[["token","Name.Tag"],["goto","tag_end_end"]]}],"tag_end_end":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":">","opts":0,"tok":"Name.Tag","next":"pop!"}],"tag_start":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"actions","re":"[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*","opts":16,"actions":[["token","Name.Tag"],["goto","tag"]]},{"kind":"actions","re":"","opts":0,"actions":[["goto","tag"]]}],"comment":[{"kind":"tok","re":"[^-]+","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"-->","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"-","opts":0,"tok":"Comment","next":null}],"attr":[{"kind":"actions","re":"\"","opts":0,"actions":[["token","Literal.String"],["goto","dq"]]},{"kind":"actions","re":"'","opts":0,"actions":[["token","Literal.String"],["goto","sq"]]},{"kind":"tok","re":"[^\\s>]+","opts":0,"tok":"Literal.String","next":"pop!"}],"dq":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^\"]+","opts":0,"tok":"Literal.String","next":null}],"sq":[{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^']+","opts":0,"tok":"Literal.String","next":null}],"script_content":[{"kind":"callback","re":"[^<]+","opts":0},{"kind":"tok","re":"<\\s*/\\s*script\\s*>","opts":4,"tok":"Name.Tag","next":"pop!"},{"kind":"callback","re":"<","opts":0}],"style_content":[{"kind":"callback","re":"[^<]+","opts":0},{"kind":"tok","re":"<\\s*/\\s*style\\s*>","opts":4,"tok":"Name.Tag","next":"pop!"},{"kind":"callback","re":"<","opts":0}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Wollok","start_push":[],"states":{"whitespaces_and_comments":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"//.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/\\*(.|\\s)*?\\*/","opts":4,"tok":"Comment.Multiline","next":null}],"root":[{"kind":"mixin","state":"whitespaces_and_comments"},{"kind":"actions","re":"(import)(.+$)","opts":0,"actions":[["groups",["Keyword.Reserved","Text"]]]},{"kind":"tok","re":"(class|object|mixin)","opts":0,"tok":"Keyword.Reserved","next":"foo"},{"kind":"tok","re":"test|program","opts":0,"tok":"Keyword.Reserved","next":null},{"kind":"actions","re":"(package)(\\s+)((?-mix:[a-zA-Z][a-zA-Z0-9]*))","opts":0,"actions":[["groups",["Keyword.Reserved","Text.Whitespace","Name.Class"]]]},{"kind":"tok","re":"{|}","opts":0,"tok":"Text","next":null},{"kind":"mixin","state":"keywords"},{"kind":"mixin","state":"symbols"},{"kind":"mixin","state":"objects"}],"foo":[{"kind":"mixin","state":"whitespaces_and_comments"},{"kind":"tok","re":"inherits|mixed|with|and","opts":0,"tok":"Keyword.Reserved","next":null},{"kind":"callback","re":"(?-mix:[a-zA-Z][a-zA-Z0-9]*)(?=\\s*{)","opts":0},{"kind":"callback","re":"(?-mix:[a-zA-Z][a-zA-Z0-9]*)","opts":0}],"keywords":[{"kind":"tok","re":"self\\b","opts":0,"tok":"Name.Builtin.Pseudo","next":null},{"kind":"tok","re":"new\\b|super\\b|return\\b|if\\b|else\\b|var\\b|const\\b|override\\b|constructor\\b","opts":0,"tok":"Keyword.Reserved","next":null},{"kind":"actions","re":"(method)(\\s+)((?-mix:_?(?-mix:[a-zA-Z][a-zA-Z0-9]*)))","opts":0,"actions":[["groups",["Keyword.Reserved","Text.Whitespace","Text"]]]}],"objects":[{"kind":"callback","re":"_?(?-mix:[a-zA-Z][a-zA-Z0-9]*)","opts":0},{"kind":"tok","re":"\\.(?-mix:[a-zA-Z][a-zA-Z0-9]*)","opts":0,"tok":"Text","next":null},{"kind":"mixin","state":"literals"}],"literals":[{"kind":"mixin","state":"whitespaces_and_comments"},{"kind":"tok","re":"[0-9]+\\.?[0-9]*","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"\"[^\"]*\"","opts":4,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\[|\\#{","opts":0,"tok":"Punctuation","next":"lists"}],"lists":[{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"]|}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"objects"}],"symbols":[{"kind":"tok","re":"\\+\\+|--|\\+=|-=|\\*\\*|!","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\+|-|\\*|/|%","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"<=|=>|===|==|<|>","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"and\\b|or\\b|not\\b","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\(|\\)|=","opts":0,"tok":"Text","next":null},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::XML","start_push":[],"states":{"root":[{"kind":"tok","re":"[^<&]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"&\\S*?;","opts":0,"tok":"Name.Entity","next":null},{"kind":"tok","re":"<!\\[CDATA\\[.*?\\]\\]\\>","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<!--","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"<\\?.*?\\?>","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<![^>]*>","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<\\s*[\\p{L}:_][\\p{Word}\\p{Cf}:.·-]*","opts":20,"tok":"Name.Tag","next":"tag"},{"kind":"tok","re":"<\\s*/\\s*[\\p{L}:_][\\p{Word}\\p{Cf}:.·-]*\\s*>","opts":20,"tok":"Name.Tag","next":null}],"comment":[{"kind":"tok","re":"[^-]+","opts":4,"tok":"Comment","next":null},{"kind":"tok","re":"-->","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"-","opts":0,"tok":"Comment","next":null}],"tag":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[\\p{L}:_][\\p{Word}\\p{Cf}:.·-]*\\s*=","opts":20,"tok":"Name.Attribute","next":"attr"},{"kind":"tok","re":"/?\\s*>","opts":0,"tok":"Name.Tag","next":"pop!"}],"attr":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"\".*?\"|'.*?'|[^\\s>]+","opts":4,"tok":"Literal.String","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Xojo","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"rem\\b.*?$","opts":1,"tok":"Comment.Single","next":null},{"kind":"tok","re":"(?://|').*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"\\#tag Note.*?\\#tag EndNote","opts":5,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"\\s*[#].*$","opts":2,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"\".*?\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"[(){}!#,:]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\b(?:addhandler|aggregates|array|asc|assigns|attributes|begin|break|byref|byval|call|case|catch|class|const|continue|color|ctype|declare|delegate|dim|do|downto|each|else|elseif|end|enum|event|exception|exit|extends|false|finally|for|function|global|goto|if|implements|inherits|interface|lib|loop|mod|module|new|next|nil|object|of|optional|paramarray|private|property|protected|public|raise|raiseevent|rect|redim|removehandler|return|select|shared|soft|static|step|sub|super|then|to|true|try|until|using|var|wend|while)\\b","opts":1,"tok":"Keyword","next":null},{"kind":"tok","re":"\\b(?:boolean|byte|cfstringref|cgfloat|cstring|currency|date|datetime|double|int8|int16|int32|int64|integer|ostype|pair|pstring|ptr|short|single|string|structure|variant|uinteger|uint8|uint16|uint32|uint64|ushort|windowptr|wstring)\\b","opts":1,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"\\b(?:addressof|weakaddressof|and|as|in|is|isa|mod|not|or|xor)\\b","opts":1,"tok":"Operator","next":null},{"kind":"tok","re":"[+-]?(\\d+\\.\\d*|\\d*\\.\\d+)","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]?\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"&[CH][0-9a-f]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"&O[0-7]+","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"\\b[\\w\\.]+\\b","opts":1,"tok":"Text","next":null},{"kind":"tok","re":"<=|>=|<>|[=><\\+\\-\\*\\/\\\\]","opts":0,"tok":"Operator","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::XPath","start_push":[],"states":{"commentsAndWhitespace":[{"kind":"tok","re":"\\(:","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"\\s+","opts":4,"tok":"Text.Whitespace","next":null}],"root":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"(\\.(?-mix:[0-9]+))|(?-mix:[0-9]+)(\\.[0-9]*)?[eE][+-]?(?-mix:[0-9]+)","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\.(?-mix:[0-9]+)|(?-mix:[0-9]+)\\.[0-9]*","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[0-9]+","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"(\"((\"\")|[^\"])*\")|('(('')|[^'])*')","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\$","opts":0,"tok":"Name.Variable","next":"varname"},{"kind":"tok","re":",|=>|=|:=|:|>=|>>|>|<=|<<|<|\\-|\\*|!=|\\+|//|/|\\|\\||\\|","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(?-mix:and|or|eq|ge|gt|le|lt|ne|is|div|mod|idiv|intersect|except|union|to)\\b","opts":0,"tok":"Operator.Word","next":null},{"kind":"tok","re":"(?-mix:let|for|some|every|if|then|else|return|in|satisfies)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"[?,{}()\\[\\]]","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"(function)(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Punctuation"]]]},{"kind":"tok","re":"(map|array|empty-sequence)","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":"((?-mix:element|attribute|schema\\-element|schema\\-attribute|comment|text|node|document\\-node|namespace\\-node))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Punctuation"]],["push","kindtest"]]},{"kind":"actions","re":"((?-mix:processing\\-instruction))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Punctuation"]],["push","kindtestforpi"]]},{"kind":"actions","re":"((?-mix:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?)))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Name.Function","Text.Whitespace","Punctuation"]]]},{"kind":"actions","re":"((?-mix:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?)))(\\s*)(#)(\\s*)(\\d+)","opts":0,"actions":[["groups",["Name.Function","Text.Whitespace","Name.Function","Text.Whitespace","Name.Function"]]]},{"kind":"actions","re":"(cast|castable)(\\s+)(as)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["push","singletype"]]},{"kind":"actions","re":"(treat)(\\s+)(as)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["push","itemtype"]]},{"kind":"actions","re":"(instance)(\\s+)(of)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["push","itemtype"]]},{"kind":"actions","re":"(as)\\b","opts":0,"actions":[["token","Keyword"],["push","itemtype"]]},{"kind":"actions","re":"((?i-mx:[a-z_][a-z_\\-.0-9]*))(\\s*)(:)(\\s*)(\\*)","opts":0,"actions":[["groups",["Name.Tag","Text.Whitespace","Punctuation","Text.Whitespace","Operator"]]]},{"kind":"actions","re":"(\\*)(\\s*)(:)(\\s*)((?i-mx:[a-z_][a-z_\\-.0-9]*))","opts":0,"actions":[["groups",["Operator","Text.Whitespace","Punctuation","Text.Whitespace","Name.Tag"]]]},{"kind":"actions","re":"((?-mix:child|descendant|attribute|self|descendant\\-or\\-self|following\\-sibling|following|namespace|parent|ancestor|preceding\\-sibling|preceding|ancestor\\-or\\-self))(\\s*)(::)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Operator"]]]},{"kind":"tok","re":"\\.\\.|\\.|\\*","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"@","opts":0,"tok":"Name.Attribute","next":"attrname"},{"kind":"tok","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"tok":"Name.Tag","next":null}],"singletype":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"actions","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"actions":[["token","Keyword.Type"],["pop",1]]}],"itemtype":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"actions","re":"((?-mix:element|attribute|schema\\-element|schema\\-attribute|comment|text|node|document\\-node|namespace\\-node))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation"]],["goto","occurrenceindicator"],["push","kindtest"]]},{"kind":"actions","re":"((?-mix:processing\\-instruction))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation"]],["goto","occurrenceindicator"],["push","kindtestforpi"]]},{"kind":"actions","re":"(item)(\\s*)((?-mix:\\((?!:)))(\\s*)(\\))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation","Text.Whitespace","Punctuation"]],["goto","occurrenceindicator"]]},{"kind":"actions","re":"((?-mix:function|array|map|empty\\-sequence))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation"]]]},{"kind":"actions","re":"(cast|castable)(\\s+)(as)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["goto","singletype"]]},{"kind":"actions","re":"(treat)(\\s+)(as)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["goto","itemtype"]]},{"kind":"actions","re":"(instance)(\\s+)(of)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["goto","itemtype"]]},{"kind":"tok","re":"(as)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":",|=>|=|:=|:|>=|>>|>|<=|<<|<|\\-|\\*|!=|\\+|//|/|\\|\\||\\|","opts":0,"actions":[["token","Operator"],["pop",1]]},{"kind":"actions","re":"(?-mix:and|or|eq|ge|gt|le|lt|ne|is|div|mod|idiv|intersect|except|union|to)\\b","opts":0,"actions":[["token","Operator.Word"],["pop",1]]},{"kind":"actions","re":"(?-mix:let|for|some|every|if|then|else|return|in|satisfies)\\b","opts":0,"actions":[["token","Keyword"],["pop",1]]},{"kind":"actions","re":"[\\[),]","opts":0,"actions":[["token","Punctuation"],["pop",1]]},{"kind":"actions","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"actions":[["token","Keyword.Type"],["goto","occurrenceindicator"]]}],"kindtest":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"[?*]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"(element|schema-element)(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation"]],["push","kindtest"]]},{"kind":"tok","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"tok":"Name.Tag","next":null},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}],"kindtestforpi":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"[a-z_][a-z_\\-.0-9]*","opts":1,"tok":"Name","next":null},{"kind":"tok","re":"(\"((\"\")|[^\"])*\")|('(('')|[^'])*')","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}],"occurrenceindicator":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"actions","re":"[?*+]","opts":0,"actions":[["token","Operator"],["pop",1]]},{"kind":"actions","re":"(?![?*+])","opts":0,"actions":[["pop",1]]}],"varname":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"actions","re":"((?-mix:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?)))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Name.Variable","Text.Whitespace","Punctuation"]],["pop",1]]},{"kind":"tok","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"tok":"Name.Variable","next":"pop!"}],"attrname":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"tok":"Name.Attribute","next":"pop!"},{"kind":"tok","re":"\\*","opts":0,"tok":"Operator","next":"pop!"}],"comment":[{"kind":"tok","re":":\\)","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"\\(:","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"[^:(]+","opts":4,"tok":"Comment","next":null},{"kind":"tok","re":"[:(]","opts":0,"tok":"Comment","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::XQuery","start_push":[],"states":{"tags":[{"kind":"tok","re":"<(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?)","opts":0,"tok":"Name.Tag","next":"start_tag"},{"kind":"tok","re":"<!--","opts":0,"tok":"Comment","next":"xml_comment"},{"kind":"tok","re":"<\\?.*?\\?>","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<!\\[CDATA\\[.*?\\]\\]>","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"&\\S*?;","opts":0,"tok":"Name.Entity","next":null}],"root":[{"kind":"mixin","state":"tags"},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":null},{"kind":"ir","re":"\\}`?","opts":0,"ops":[["token","Punctuation"],["if",["sdepth","gt",1],[["pop",1]],[]]]},{"kind":"actions","re":"(namespace)(\\s+)((?i-mx:[a-z_][a-z_\\-.0-9]*))","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Name.Namespace"]]]},{"kind":"tok","re":"((?-mix:(?-mix:let|for|some|every|if|then|else|return|in|satisfies)|(?-mix:xquery|encoding|version|declare|module|namespace|copy\\-namespaces|boundary\\-space|construction|default|collation|base\\-uri|preserve|strip|ordering|ordered|unordered|order|empty|greatest|least|preserve|no\\-preserve|inherit|no\\-inherit|decimal\\-format|decimal\\-separator|grouping\\-separator|infinity|minus\\-sign|NaN|percent|per\\-mille|zero\\-digit|digit|pattern\\-separator|exponent\\-separator|import|schema|at|element|option|function|external|context|item|typeswitch|switch|case|try|catch|validate|lax|strict|type|document|element|attribute|text|comment|processing\\-instruction|for|let|where|order|group|by|return|allowing|tumbling|stable|sliding|window|start|end|only|when|previous|next|count|collation|ascending|descending)))\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"%","opts":0,"tok":"Keyword.Declaration","next":"annotation"},{"kind":"actions","re":"(\\(#)(\\s*)((?-mix:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?)))","opts":0,"actions":[["groups",["Comment.Preproc","Text.Whitespace","Name.Tag"]],["push","pragma"]]},{"kind":"tok","re":"``\\[","opts":0,"tok":"Literal.String","next":"str_constructor"},{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"(\\.(?-mix:[0-9]+))|(?-mix:[0-9]+)(\\.[0-9]*)?[eE][+-]?(?-mix:[0-9]+)","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\.(?-mix:[0-9]+)|(?-mix:[0-9]+)\\.[0-9]*","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[0-9]+","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"(\"((\"\")|[^\"])*\")|('(('')|[^'])*')","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\$","opts":0,"tok":"Name.Variable","next":"varname"},{"kind":"tok","re":",|=>|=|:=|:|>=|>>|>|<=|<<|<|\\-|\\*|!=|\\+|//|/|\\|\\||\\|","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(?-mix:and|or|eq|ge|gt|le|lt|ne|is|div|mod|idiv|intersect|except|union|to)\\b","opts":0,"tok":"Operator.Word","next":null},{"kind":"tok","re":"(?-mix:let|for|some|every|if|then|else|return|in|satisfies)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"[?,{}()\\[\\]]","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"(function)(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Punctuation"]]]},{"kind":"tok","re":"(map|array|empty-sequence)","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":"((?-mix:element|attribute|schema\\-element|schema\\-attribute|comment|text|node|document\\-node|namespace\\-node))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Punctuation"]],["push","kindtest"]]},{"kind":"actions","re":"((?-mix:processing\\-instruction))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Punctuation"]],["push","kindtestforpi"]]},{"kind":"actions","re":"((?-mix:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?)))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Name.Function","Text.Whitespace","Punctuation"]]]},{"kind":"actions","re":"((?-mix:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?)))(\\s*)(#)(\\s*)(\\d+)","opts":0,"actions":[["groups",["Name.Function","Text.Whitespace","Name.Function","Text.Whitespace","Name.Function"]]]},{"kind":"actions","re":"(cast|castable)(\\s+)(as)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["push","singletype"]]},{"kind":"actions","re":"(treat)(\\s+)(as)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["push","itemtype"]]},{"kind":"actions","re":"(instance)(\\s+)(of)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["push","itemtype"]]},{"kind":"actions","re":"(as)\\b","opts":0,"actions":[["token","Keyword"],["push","itemtype"]]},{"kind":"actions","re":"((?i-mx:[a-z_][a-z_\\-.0-9]*))(\\s*)(:)(\\s*)(\\*)","opts":0,"actions":[["groups",["Name.Tag","Text.Whitespace","Punctuation","Text.Whitespace","Operator"]]]},{"kind":"actions","re":"(\\*)(\\s*)(:)(\\s*)((?i-mx:[a-z_][a-z_\\-.0-9]*))","opts":0,"actions":[["groups",["Operator","Text.Whitespace","Punctuation","Text.Whitespace","Name.Tag"]]]},{"kind":"actions","re":"((?-mix:child|descendant|attribute|self|descendant\\-or\\-self|following\\-sibling|following|namespace|parent|ancestor|preceding\\-sibling|preceding|ancestor\\-or\\-self))(\\s*)(::)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Operator"]]]},{"kind":"tok","re":"\\.\\.|\\.|\\*","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"@","opts":0,"tok":"Name.Attribute","next":"attrname"},{"kind":"tok","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"tok":"Name.Tag","next":null}],"annotation":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"tok":"Keyword.Declaration","next":"pop!"}],"pragma":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"#\\)","opts":0,"tok":"Comment.Preproc","next":"pop!"},{"kind":"tok","re":".","opts":0,"tok":"Comment.Preproc","next":null}],"str_constructor":[{"kind":"tok","re":"`\\{","opts":0,"tok":"Punctuation","next":"root"},{"kind":"tok","re":"\\]``","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^`\\]]+","opts":4,"tok":"Literal.String","next":null},{"kind":"tok","re":"[`\\]]","opts":0,"tok":"Literal.String","next":null}],"xml_comment":[{"kind":"tok","re":"[^-]+","opts":4,"tok":"Comment","next":null},{"kind":"tok","re":"-->","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"-","opts":0,"tok":"Comment","next":null}],"start_tag":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text.Whitespace","next":null},{"kind":"actions","re":"([\\w.:-]+\\s*=)(\")","opts":4,"actions":[["groups",["Name.Attribute","Literal.String"]],["push","quot_attr"]]},{"kind":"actions","re":"([\\w.:-]+\\s*=)(')","opts":4,"actions":[["groups",["Name.Attribute","Literal.String"]],["push","apos_attr"]]},{"kind":"tok","re":">","opts":0,"tok":"Name.Tag","next":"tag_content"},{"kind":"tok","re":"/>","opts":0,"tok":"Name.Tag","next":"pop!"}],"quot_attr":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\\{\\{","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"root"},{"kind":"tok","re":"[^\"{>]+","opts":4,"tok":"Literal.String","next":null}],"apos_attr":[{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\\{\\{","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"root"},{"kind":"tok","re":"[^'{>]+","opts":4,"tok":"Literal.String","next":null}],"tag_content":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text.Whitespace","next":null},{"kind":"mixin","state":"tags"},{"kind":"tok","re":"(\\{\\{|\\}\\})","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"root"},{"kind":"tok","re":"[^{}<&]","opts":0,"tok":"Text","next":null},{"kind":"actions","re":"</(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?)(\\s*)>","opts":0,"actions":[["token","Name.Tag"],["pop",2]]}],"commentsAndWhitespace":[{"kind":"tok","re":"\\(:","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"\\s+","opts":4,"tok":"Text.Whitespace","next":null}],"singletype":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"actions","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"actions":[["token","Keyword.Type"],["pop",1]]}],"itemtype":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"actions","re":"((?-mix:element|attribute|schema\\-element|schema\\-attribute|comment|text|node|document\\-node|namespace\\-node))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation"]],["goto","occurrenceindicator"],["push","kindtest"]]},{"kind":"actions","re":"((?-mix:processing\\-instruction))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation"]],["goto","occurrenceindicator"],["push","kindtestforpi"]]},{"kind":"actions","re":"(item)(\\s*)((?-mix:\\((?!:)))(\\s*)(\\))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation","Text.Whitespace","Punctuation"]],["goto","occurrenceindicator"]]},{"kind":"actions","re":"((?-mix:function|array|map|empty\\-sequence))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation"]]]},{"kind":"actions","re":"(cast|castable)(\\s+)(as)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["goto","singletype"]]},{"kind":"actions","re":"(treat)(\\s+)(as)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["goto","itemtype"]]},{"kind":"actions","re":"(instance)(\\s+)(of)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword"]],["goto","itemtype"]]},{"kind":"tok","re":"(as)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":",|=>|=|:=|:|>=|>>|>|<=|<<|<|\\-|\\*|!=|\\+|//|/|\\|\\||\\|","opts":0,"actions":[["token","Operator"],["pop",1]]},{"kind":"actions","re":"(?-mix:and|or|eq|ge|gt|le|lt|ne|is|div|mod|idiv|intersect|except|union|to)\\b","opts":0,"actions":[["token","Operator.Word"],["pop",1]]},{"kind":"actions","re":"(?-mix:let|for|some|every|if|then|else|return|in|satisfies)\\b","opts":0,"actions":[["token","Keyword"],["pop",1]]},{"kind":"actions","re":"[\\[),]","opts":0,"actions":[["token","Punctuation"],["pop",1]]},{"kind":"actions","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"actions":[["token","Keyword.Type"],["goto","occurrenceindicator"]]}],"kindtest":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"[?*]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"(element|schema-element)(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Keyword.Type","Text.Whitespace","Punctuation"]],["push","kindtest"]]},{"kind":"tok","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"tok":"Name.Tag","next":null},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}],"kindtestforpi":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"[a-z_][a-z_\\-.0-9]*","opts":1,"tok":"Name","next":null},{"kind":"tok","re":"(\"((\"\")|[^\"])*\")|('(('')|[^'])*')","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}],"occurrenceindicator":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"actions","re":"[?*+]","opts":0,"actions":[["token","Operator"],["pop",1]]},{"kind":"actions","re":"(?![?*+])","opts":0,"actions":[["pop",1]]}],"varname":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"actions","re":"((?-mix:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?)))(\\s*)((?-mix:\\((?!:)))","opts":0,"actions":[["groups",["Name.Variable","Text.Whitespace","Punctuation"]],["pop",1]]},{"kind":"tok","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"tok":"Name.Variable","next":"pop!"}],"attrname":[{"kind":"mixin","state":"commentsAndWhitespace"},{"kind":"tok","re":"(?:(?-mix:Q\\{[^{}]*\\}(?i-mx:[a-z_][a-z_\\-.0-9]*))|(?-mix:(?:(?i-mx:[a-z_][a-z_\\-.0-9]*))(?::(?i-mx:[a-z_][a-z_\\-.0-9]*))?))","opts":0,"tok":"Name.Attribute","next":"pop!"},{"kind":"tok","re":"\\*","opts":0,"tok":"Operator","next":"pop!"}],"comment":[{"kind":"tok","re":":\\)","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"\\(:","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"[^:(]+","opts":4,"tok":"Comment","next":null},{"kind":"tok","re":"[:(]","opts":0,"tok":"Comment","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}