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::Qml","start_push":[],"states":{"root":[{"kind":"actions","re":"((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))(\\s*)({)","opts":0,"actions":[["groups",["Keyword.Type","Text","Punctuation"]],["push","type_block"]]},{"kind":"actions","re":"((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))(\\s+)(on)(\\s+)((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))(\\s*)({)","opts":0,"actions":[["groups",["Keyword.Type","Text","Keyword","Text","Name.Label","Text","Punctuation"]],["push","type_block"]]},{"kind":"tok","re":"[{]","opts":0,"tok":"Punctuation","next":"push"},{"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"]],[["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"]],[["token","Keyword"],["push","expr_start"]],[["if",["gin",0,["var","let","const","with","function","class","extends","constructor","get","set","static"]],[["token","Keyword.Declaration"],["push","expr_start"]],[["if",["gin",0,["enum","implements","interface","package","private","protected","public"]],[["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"]],[["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}],"type_block":[{"kind":"actions","re":"(id)(\\s*)(:)(\\s*)((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))","opts":0,"actions":[["groups",["Name.Label","Text","Punctuation","Text","Keyword.Declaration"]]]},{"kind":"actions","re":"((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))(\\s*)(:)","opts":0,"actions":[["groups",["Name.Label","Text","Punctuation"]],["push","expr_start"]]},{"kind":"actions","re":"(signal)(\\s+)((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))","opts":0,"actions":[["groups",["Keyword.Declaration","Text","Name.Label"]],["push","signal"]]},{"kind":"actions","re":"(property)(\\s+)((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))(\\s+)((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))(\\s*)(:?)","opts":0,"actions":[["groups",["Keyword.Declaration","Text","Keyword.Type","Text","Name.Label","Text","Punctuation"]],["push","expr_start"]]},{"kind":"tok","re":"[}]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"signal":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"\\(","opts":0,"actions":[["token","Punctuation"],["goto","signal_args"]]},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"signal_args":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))(\\s+)((?-mix:[$a-zA-Z_][a-zA-Z0-9_.]*))(\\s*)(,?)","opts":0,"actions":[["groups",["Keyword.Type","Text","Name","Text","Punctuation"]]]},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}],"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!"}],"statement":[{"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"}],"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::R","start_push":[],"states":{"root":[{"kind":"tok","re":"#'.*?$","opts":0,"tok":"Comment.Doc","next":null},{"kind":"tok","re":"#.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"\\s+","opts":4,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"`[^`]+?`","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"'(\\\\.|.)*?'","opts":4,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"\"(\\\\.|.)*?\"","opts":4,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"%[^%]*?%","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"0[xX][a-fA-F0-9]+([pP][0-9]+)?[Li]?","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"[+-]?(\\d+([.]\\d+)?|[.]\\d+)([eE][+-]?\\d+)?[Li]?","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"\\b(?<!.)(abs|acos|acosh|all|any|anyNA|Arg|as.call|as.character|as.complex|as.double|as.environment|as.integer|as.logical|as.null.default|as.numeric|as.raw|asin|asinh|atan|atanh|attr|attributes|baseenv|browser|c|call|ceiling|class|Conj|cos|cosh|cospi|cummax|cummin|cumprod|cumsum|digamma|dim|dimnames|emptyenv|exp|expression|floor|forceAndCall|gamma|gc.time|globalenv|Im|interactive|invisible|is.array|is.atomic|is.call|is.character|is.complex|is.double|is.environment|is.expression|is.finite|is.function|is.infinite|is.integer|is.language|is.list|is.logical|is.matrix|is.na|is.name|is.nan|is.null|is.numeric|is.object|is.pairlist|is.raw|is.recursive|is.single|is.symbol|lazyLoadDBfetch|length|lgamma|list|log|max|min|missing|Mod|names|nargs|nzchar|oldClass|on.exit|pos.to.env|proc.time|prod|quote|range|Re|rep|retracemem|return|round|seq_along|seq_len|seq.int|sign|signif|sin|sinh|sinpi|sqrt|standardGeneric|substitute|sum|switch|tan|tanh|tanpi|tracemem|trigamma|trunc|unclass|untracemem|UseMethod|xtfrm)(?=\\()","opts":0,"tok":"Name.Function","next":null},{"kind":"wordlist","re":"(?:(?:[[:alpha:]]|[.][._[:alpha:]])[._[:alnum:]]*)|[.]","opts":0,"sets":[["Keyword",["if","else","for","while","repeat","in","next","break","function"]],["Keyword.Constant",["NULL","Inf","TRUE","FALSE","NaN","NA","NA_integer_","NA_real_","NA_complex_","NA_character_"]],["Name.Builtin",["LETTERS","letters","month.abb","month.name","pi","T","F"]]],"default":"Name"},{"kind":"tok","re":"[\\[\\]{}();,]","opts":0,"tok":"Punctuation","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::Racket","start_push":[],"states":{"root":[{"kind":"tok","re":";.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"#!.*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"#\\|","opts":0,"tok":"Comment.Multiline","next":"block_comment"},{"kind":"tok","re":"#;","opts":0,"tok":"Comment.Multiline","next":"sexp_comment"},{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[+-]inf[.][f0]","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]nan[.]0","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[-]min[.]0","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+]max[.]0","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"-?\\d+\\.\\d+","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"-?\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"#:(?i-mx:[^\\s\\(\\)\\[\\]\\{\\}'`,.]+)+","opts":0,"tok":"Name.Tag","next":null},{"kind":"tok","re":"#b[01]+","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"#o[0-7]+","opts":0,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"#d[0-9]+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"#x[0-9a-f]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"#[ei][\\d.]+","opts":0,"tok":"Literal.Number.Other","next":null},{"kind":"tok","re":"\"(\\\\\\\\|\\\\\"|[^\"])*\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"['`](?i-mx:[^\\s\\(\\)\\[\\]\\{\\}'`,.]+)","opts":1,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"#\\\\([()/'\"._!\\$%& ?=+-]{1}|[a-z0-9]+)","opts":1,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"#t(rue)?|#f(alse)?","opts":1,"tok":"Name.Constant","next":null},{"kind":"tok","re":"(?:'|#|`|,@|,|\\.)","opts":0,"tok":"Operator","next":null},{"kind":"actions","re":"(['#])(\\s*)(\\()","opts":4,"actions":[["groups",["Literal.String.Symbol","Text","Punctuation"]]]},{"kind":"tok","re":"\\(|\\[|\\{","opts":0,"tok":"Punctuation","next":"command"},{"kind":"tok","re":"\\)|\\]|\\}","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[^\\s\\(\\)\\[\\]\\{\\}'`,.]+","opts":1,"tok":"Name.Variable","next":null}],"block_comment":[{"kind":"tok","re":"[^|#]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"\\|#","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"#\\|","opts":0,"tok":"Comment.Multiline","next":"block_comment"},{"kind":"tok","re":"[|#]","opts":0,"tok":"Comment.Multiline","next":null}],"sexp_comment":[{"kind":"tok","re":"[({\\[]","opts":0,"tok":"Comment.Multiline","next":"sexp_comment_inner"},{"kind":"tok","re":"\"(?:\\\\\"|[^\"])*?\"","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[^\\s]+","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"sexp_comment_inner":[{"kind":"tok","re":"[^(){}\\[\\]]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"[)}\\]]","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[({\\[]","opts":0,"tok":"Comment.Multiline","next":"sexp_comment_inner"}],"command":[{"kind":"ir","re":"[^\\s\\(\\)\\[\\]\\{\\}'`,.]+","opts":1,"ops":[["if",["gin",0,["...","and","begin","begin-for-syntax","begin0","case","case-lambda","cond","datum->syntax-object","define","define-for-syntax","define-logger","define-struct","define-syntax","define-syntax-rule","define-syntaxes","define-values","define-values-for-syntax","delay","do","expand-path","fluid-let","force","hash-table-copy","hash-table-count","hash-table-for-each","hash-table-get","hash-table-iterate-first","hash-table-iterate-key","hash-table-iterate-next","hash-table-iterate-value","hash-table-map","hash-table-put!","hash-table-remove!","hash-table?","if","lambda","let","let*","let*-values","let-struct","let-syntax","let-syntaxes","let-values","let/cc","let/ec","letrec","letrec-syntax","letrec-syntaxes","letrec-syntaxes+values","letrec-values","list-immutable","make-hash-table","make-immutable-hash-table","make-namespace","module","module*","module-identifier=?","module-label-identifier=?","module-template-identifier=?","module-transformer-identifier=?","namespace-transformer-require","or","parameterize","parameterize*","parameterize-break","promise?","prop:method-arity-error","provide","provide-for-label","provide-for-syntax","quasiquote","quasisyntax","quasisyntax/loc","quote","quote-syntax","quote-syntax/prune","require","require-for-label","require-for-syntax","require-for-template","set!","set!-values","syntax","syntax-case","syntax-case*","syntax-id-rules","syntax-object->datum","syntax-rules","syntax/loc","tcp-abandon-port","tcp-accept","tcp-accept-evt","tcp-accept-ready?","tcp-accept/enable-break","tcp-addresses","tcp-close","tcp-connect","tcp-connect/enable-break","tcp-listen","tcp-listener?","tcp-port?","time","transcript-off","transcript-on","udp-addresses","udp-bind!","udp-bound?","udp-close","udp-connect!","udp-connected?","udp-multicast-interface","udp-multicast-join-group!","udp-multicast-leave-group!","udp-multicast-loopback?","udp-multicast-set-interface!","udp-multicast-set-loopback!","udp-multicast-set-ttl!","udp-multicast-ttl","udp-open-socket","udp-receive!","udp-receive!*","udp-receive!-evt","udp-receive!/enable-break","udp-receive-ready-evt","udp-send","udp-send*","udp-send-evt","udp-send-ready-evt","udp-send-to","udp-send-to*","udp-send-to-evt","udp-send-to/enable-break","udp-send/enable-break","udp?","unless","unquote","unquote-splicing","unsyntax","unsyntax-splicing","when","with-continuation-mark","with-handlers","with-handlers*","with-syntax","λ"]],[["token","Keyword"]],[["if",["gin",0,["*","+","-","/","<","<=","=",">",">=","abort-current-continuation","abs","absolute-path?","acos","add1","alarm-evt","always-evt","andmap","angle","append","apply","arithmetic-shift","arity-at-least","arity-at-least-value","arity-at-least?","asin","assoc","assq","assv","atan","banner","bitwise-and","bitwise-bit-field","bitwise-bit-set?","bitwise-ior","bitwise-not","bitwise-xor","boolean?","bound-identifier=?","box","box-cas!","box-immutable","box?","break-enabled","break-thread","build-path","build-path/convention-type","byte-pregexp","byte-pregexp?","byte-ready?","byte-regexp","byte-regexp?","byte?","bytes","bytes->immutable-bytes","bytes->list","bytes->path","bytes->path-element","bytes->string/latin-1","bytes->string/locale","bytes->string/utf-8","bytes-append","bytes-close-converter","bytes-convert","bytes-convert-end","bytes-converter?","bytes-copy","bytes-copy!","bytes-environment-variable-name?","bytes-fill!","bytes-length","bytes-open-converter","bytes-ref","bytes-set!","bytes-utf-8-index","bytes-utf-8-length","bytes-utf-8-ref","bytes<?","bytes=?","bytes>?","bytes?","caaaar","caaadr","caaar","caadar","caaddr","caadr","caar","cadaar","cadadr","cadar","caddar","cadddr","caddr","cadr","call-in-nested-thread","call-with-break-parameterization","call-with-composable-continuation","call-with-continuation-barrier","call-with-continuation-prompt","call-with-current-continuation","call-with-default-reading-parameterization","call-with-escape-continuation","call-with-exception-handler","call-with-immediate-continuation-mark","call-with-input-file","call-with-output-file","call-with-parameterization","call-with-semaphore","call-with-semaphore/enable-break","call-with-values","call/cc","call/ec","car","cdaaar","cdaadr","cdaar","cdadar","cdaddr","cdadr","cdar","cddaar","cddadr","cddar","cdddar","cddddr","cdddr","cddr","cdr","ceiling","channel-get","channel-put","channel-put-evt","channel-put-evt?","channel-try-get","channel?","chaperone-box","chaperone-continuation-mark-key","chaperone-evt","chaperone-hash","chaperone-of?","chaperone-procedure","chaperone-prompt-tag","chaperone-struct","chaperone-struct-type","chaperone-vector","chaperone?","char->integer","char-alphabetic?","char-blank?","char-ci<=?","char-ci<?","char-ci=?","char-ci>=?","char-ci>?","char-downcase","char-foldcase","char-general-category","char-graphic?","char-iso-control?","char-lower-case?","char-numeric?","char-punctuation?","char-ready?","char-symbolic?","char-title-case?","char-titlecase","char-upcase","char-upper-case?","char-utf-8-length","char-whitespace?","char<=?","char<?","char=?","char>=?","char>?","char?","check-duplicate-identifier","checked-procedure-check-and-extract","choice-evt","cleanse-path","close-input-port","close-output-port","collect-garbage","collection-file-path","collection-path","compile","compile-allow-set!-undefined","compile-context-preservation-enabled","compile-enforce-module-constants","compile-syntax","compiled-expression?","compiled-module-expression?","complete-path?","complex?","cons","continuation-mark-key?","continuation-mark-set->context","continuation-mark-set->list","continuation-mark-set->list*","continuation-mark-set-first","continuation-mark-set?","continuation-marks","continuation-prompt-available?","continuation-prompt-tag?","continuation?","copy-file","cos","current-break-parameterization","current-code-inspector","current-command-line-arguments","current-compile","current-compiled-file-roots","current-continuation-marks","current-custodian","current-directory","current-directory-for-user","current-drive","current-environment-variables","current-error-port","current-eval","current-evt-pseudo-random-generator","current-gc-milliseconds","current-get-interaction-input-port","current-inexact-milliseconds","current-input-port","current-inspector","current-library-collection-paths","current-load","current-load-extension","current-load-relative-directory","current-load/use-compiled","current-locale","current-memory-use","current-milliseconds","current-module-declare-name","current-module-declare-source","current-module-name-resolver","current-module-path-for-load","current-namespace","current-output-port","current-parameterization","current-preserved-thread-cell-values","current-print","current-process-milliseconds","current-prompt-read","current-pseudo-random-generator","current-read-interaction","current-reader-guard","current-readtable","current-seconds","current-security-guard","current-subprocess-custodian-mode","current-thread","current-thread-group","current-thread-initial-stack-size","current-write-relative-directory","custodian-box-value","custodian-box?","custodian-limit-memory","custodian-managed-list","custodian-memory-accounting-available?","custodian-require-memory","custodian-shutdown-all","custodian?","custom-print-quotable-accessor","custom-print-quotable?","custom-write-accessor","custom-write?","date","date*","date*-nanosecond","date*-time-zone-name","date*?","date-day","date-dst?","date-hour","date-minute","date-month","date-second","date-time-zone-offset","date-week-day","date-year","date-year-day","date?","datum-intern-literal","default-continuation-prompt-tag","delete-directory","delete-file","denominator","directory-exists?","directory-list","display","displayln","dump-memory-stats","dynamic-require","dynamic-require-for-syntax","dynamic-wind","environment-variables-copy","environment-variables-names","environment-variables-ref","environment-variables-set!","environment-variables?","eof","eof-object?","ephemeron-value","ephemeron?","eprintf","eq-hash-code","eq?","equal-hash-code","equal-secondary-hash-code","equal?","equal?/recur","eqv-hash-code","eqv?","error","error-display-handler","error-escape-handler","error-print-context-length","error-print-source-location","error-print-width","error-value->string-handler","eval","eval-jit-enabled","eval-syntax","even?","evt?","exact->inexact","exact-integer?","exact-nonnegative-integer?","exact-positive-integer?","exact?","executable-yield-handler","exit","exit-handler","exn","exn-continuation-marks","exn-message","exn:break","exn:break-continuation","exn:break:hang-up","exn:break:hang-up?","exn:break:terminate","exn:break:terminate?","exn:break?","exn:fail","exn:fail:contract","exn:fail:contract:arity","exn:fail:contract:arity?","exn:fail:contract:continuation","exn:fail:contract:continuation?","exn:fail:contract:divide-by-zero","exn:fail:contract:divide-by-zero?","exn:fail:contract:non-fixnum-result","exn:fail:contract:non-fixnum-result?","exn:fail:contract:variable","exn:fail:contract:variable-id","exn:fail:contract:variable?","exn:fail:contract?","exn:fail:filesystem","exn:fail:filesystem:errno","exn:fail:filesystem:errno-errno","exn:fail:filesystem:errno?","exn:fail:filesystem:exists","exn:fail:filesystem:exists?","exn:fail:filesystem:missing-module","exn:fail:filesystem:missing-module-path","exn:fail:filesystem:missing-module?","exn:fail:filesystem:version","exn:fail:filesystem:version?","exn:fail:filesystem?","exn:fail:network","exn:fail:network:errno","exn:fail:network:errno-errno","exn:fail:network:errno?","exn:fail:network?","exn:fail:out-of-memory","exn:fail:out-of-memory?","exn:fail:read","exn:fail:read-srclocs","exn:fail:read:eof","exn:fail:read:eof?","exn:fail:read:non-char","exn:fail:read:non-char?","exn:fail:read?","exn:fail:syntax","exn:fail:syntax-exprs","exn:fail:syntax:missing-module","exn:fail:syntax:missing-module-path","exn:fail:syntax:missing-module?","exn:fail:syntax:unbound","exn:fail:syntax:unbound?","exn:fail:syntax?","exn:fail:unsupported","exn:fail:unsupported?","exn:fail:user","exn:fail:user?","exn:fail?","exn:missing-module-accessor","exn:missing-module?","exn:srclocs-accessor","exn:srclocs?","exn?","exp","expand","expand-once","expand-syntax","expand-syntax-once","expand-syntax-to-top-form","expand-to-top-form","expand-user-path","explode-path","expt","file-exists?","file-or-directory-identity","file-or-directory-modify-seconds","file-or-directory-permissions","file-position","file-position*","file-size","file-stream-buffer-mode","file-stream-port?","file-truncate","filesystem-change-evt","filesystem-change-evt-cancel","filesystem-change-evt?","filesystem-root-list","find-executable-path","find-library-collection-paths","find-system-path","fixnum?","floating-point-bytes->real","flonum?","floor","flush-output","for-each","format","fprintf","free-identifier=?","gcd","generate-temporaries","gensym","get-output-bytes","get-output-string","getenv","global-port-print-handler","guard-evt","handle-evt","handle-evt?","hash","hash-equal?","hash-eqv?","hash-has-key?","hash-placeholder?","hash-ref!","hasheq","hasheqv","identifier-binding","identifier-binding-symbol","identifier-label-binding","identifier-prune-lexical-context","identifier-prune-to-source-module","identifier-remove-from-definition-context","identifier-template-binding","identifier-transformer-binding","identifier?","imag-part","immutable?","impersonate-box","impersonate-continuation-mark-key","impersonate-hash","impersonate-procedure","impersonate-prompt-tag","impersonate-struct","impersonate-vector","impersonator-ephemeron","impersonator-of?","impersonator-prop:application-mark","impersonator-property-accessor-procedure?","impersonator-property?","impersonator?","inexact->exact","inexact-real?","inexact?","input-port?","inspector?","integer->char","integer->integer-bytes","integer-bytes->integer","integer-length","integer-sqrt","integer-sqrt/remainder","integer?","internal-definition-context-seal","internal-definition-context?","keyword->string","keyword<?","keyword?","kill-thread","lcm","length","liberal-define-context?","link-exists?","list","list*","list->bytes","list->string","list->vector","list-ref","list-tail","list?","load","load-extension","load-on-demand-enabled","load-relative","load-relative-extension","load/cd","load/use-compiled","local-expand","local-expand/capture-lifts","local-transformer-expand","local-transformer-expand/capture-lifts","locale-string-encoding","log","log-max-level","magnitude","make-arity-at-least","make-bytes","make-channel","make-continuation-mark-key","make-continuation-prompt-tag","make-custodian","make-custodian-box","make-date","make-date*","make-derived-parameter","make-directory","make-environment-variables","make-ephemeron","make-exn","make-exn:break","make-exn:break:hang-up","make-exn:break:terminate","make-exn:fail","make-exn:fail:contract","make-exn:fail:contract:arity","make-exn:fail:contract:continuation","make-exn:fail:contract:divide-by-zero","make-exn:fail:contract:non-fixnum-result","make-exn:fail:contract:variable","make-exn:fail:filesystem","make-exn:fail:filesystem:errno","make-exn:fail:filesystem:exists","make-exn:fail:filesystem:missing-module","make-exn:fail:filesystem:version","make-exn:fail:network","make-exn:fail:network:errno","make-exn:fail:out-of-memory","make-exn:fail:read","make-exn:fail:read:eof","make-exn:fail:read:non-char","make-exn:fail:syntax","make-exn:fail:syntax:missing-module","make-exn:fail:syntax:unbound","make-exn:fail:unsupported","make-exn:fail:user","make-file-or-directory-link","make-hash-placeholder","make-hasheq-placeholder","make-hasheqv","make-hasheqv-placeholder","make-immutable-hasheqv","make-impersonator-property","make-input-port","make-inspector","make-known-char-range-list","make-output-port","make-parameter","make-phantom-bytes","make-pipe","make-placeholder","make-polar","make-prefab-struct","make-pseudo-random-generator","make-reader-graph","make-readtable","make-rectangular","make-rename-transformer","make-resolved-module-path","make-security-guard","make-semaphore","make-set!-transformer","make-shared-bytes","make-sibling-inspector","make-special-comment","make-srcloc","make-string","make-struct-field-accessor","make-struct-field-mutator","make-struct-type","make-struct-type-property","make-syntax-delta-introducer","make-syntax-introducer","make-thread-cell","make-thread-group","make-vector","make-weak-box","make-weak-hasheqv","make-will-executor","map","max","mcar","mcdr","mcons","member","memq","memv","min","module->exports","module->imports","module->language-info","module->namespace","module-compiled-cross-phase-persistent?","module-compiled-exports","module-compiled-imports","module-compiled-language-info","module-compiled-name","module-compiled-submodules","module-declared?","module-path-index-join","module-path-index-resolve","module-path-index-split","module-path-index-submodule","module-path-index?","module-path?","module-predefined?","module-provide-protected?","modulo","mpair?","nack-guard-evt","namespace-attach-module","namespace-attach-module-declaration","namespace-base-phase","namespace-mapped-symbols","namespace-module-identifier","namespace-module-registry","namespace-require","namespace-require/constant","namespace-require/copy","namespace-require/expansion-time","namespace-set-variable-value!","namespace-symbol->identifier","namespace-syntax-introduce","namespace-undefine-variable!","namespace-unprotect-module","namespace-variable-value","namespace?","negative?","never-evt","newline","normal-case-path","not","null","null?","number->string","number?","numerator","object-name","odd?","open-input-bytes","open-input-file","open-input-output-file","open-input-string","open-output-bytes","open-output-file","open-output-string","ormap","output-port?","pair?","parameter-procedure=?","parameter?","parameterization?","path->bytes","path->complete-path","path->directory-path","path->string","path-add-suffix","path-convention-type","path-element->bytes","path-element->string","path-for-some-system?","path-list-string->path-list","path-replace-suffix","path-string?","path?","peek-byte","peek-byte-or-special","peek-bytes","peek-bytes!","peek-bytes-avail!","peek-bytes-avail!*","peek-bytes-avail!/enable-break","peek-char","peek-char-or-special","peek-string","peek-string!","phantom-bytes?","pipe-content-length","placeholder-get","placeholder-set!","placeholder?","poll-guard-evt","port-closed-evt","port-closed?","port-commit-peeked","port-count-lines!","port-count-lines-enabled","port-counts-lines?","port-display-handler","port-file-identity","port-file-unlock","port-next-location","port-print-handler","port-progress-evt","port-provides-progress-evts?","port-read-handler","port-try-file-lock?","port-write-handler","port-writes-atomic?","port-writes-special?","port?","positive?","prefab-key->struct-type","prefab-key?","prefab-struct-key","pregexp","pregexp?","primitive-closure?","primitive-result-arity","primitive?","print","print-as-expression","print-boolean-long-form","print-box","print-graph","print-hash-table","print-mpair-curly-braces","print-pair-curly-braces","print-reader-abbreviations","print-struct","print-syntax-width","print-unreadable","print-vector-length","printf","procedure->method","procedure-arity","procedure-arity-includes?","procedure-arity?","procedure-closure-contents-eq?","procedure-extract-target","procedure-reduce-arity","procedure-rename","procedure-struct-type?","procedure?","progress-evt?","prop:arity-string","prop:checked-procedure","prop:custom-print-quotable","prop:custom-write","prop:equal+hash","prop:evt","prop:exn:missing-module","prop:exn:srclocs","prop:impersonator-of","prop:input-port","prop:liberal-define-context","prop:output-port","prop:procedure","prop:rename-transformer","prop:set!-transformer","pseudo-random-generator->vector","pseudo-random-generator-vector?","pseudo-random-generator?","putenv","quotient","quotient/remainder","raise","raise-argument-error","raise-arguments-error","raise-arity-error","raise-mismatch-error","raise-range-error","raise-result-error","raise-syntax-error","raise-type-error","raise-user-error","random","random-seed","rational?","rationalize","read","read-accept-bar-quote","read-accept-box","read-accept-compiled","read-accept-dot","read-accept-graph","read-accept-infix-dot","read-accept-lang","read-accept-quasiquote","read-accept-reader","read-byte","read-byte-or-special","read-bytes","read-bytes!","read-bytes-avail!","read-bytes-avail!*","read-bytes-avail!/enable-break","read-bytes-line","read-case-sensitive","read-char","read-char-or-special","read-curly-brace-as-paren","read-decimal-as-inexact","read-eval-print-loop","read-language","read-line","read-on-demand-source","read-square-bracket-as-paren","read-string","read-string!","read-syntax","read-syntax/recursive","read/recursive","readtable-mapping","readtable?","real->double-flonum","real->floating-point-bytes","real->single-flonum","real-part","real?","regexp","regexp-match","regexp-match-peek","regexp-match-peek-immediate","regexp-match-peek-positions","regexp-match-peek-positions-immediate","regexp-match-peek-positions-immediate/end","regexp-match-peek-positions/end","regexp-match-positions","regexp-match-positions/end","regexp-match/end","regexp-match?","regexp-max-lookbehind","regexp-replace","regexp-replace*","regexp?","relative-path?","remainder","rename-file-or-directory","rename-transformer-target","rename-transformer?","reroot-path","resolve-path","resolved-module-path-name","resolved-module-path?","reverse","round","seconds->date","security-guard?","semaphore-peek-evt","semaphore-peek-evt?","semaphore-post","semaphore-try-wait?","semaphore-wait","semaphore-wait/enable-break","semaphore?","set!-transformer-procedure","set!-transformer?","set-box!","set-mcar!","set-mcdr!","set-phantom-bytes!","set-port-next-location!","shared-bytes","shell-execute","simplify-path","sin","single-flonum?","sleep","special-comment-value","special-comment?","split-path","sqrt","srcloc","srcloc->string","srcloc-column","srcloc-line","srcloc-position","srcloc-source","srcloc-span","srcloc?","string","string->bytes/latin-1","string->bytes/locale","string->bytes/utf-8","string->immutable-string","string->keyword","string->list","string->number","string->path","string->path-element","string->symbol","string->uninterned-symbol","string->unreadable-symbol","string-append","string-ci<=?","string-ci<?","string-ci=?","string-ci>=?","string-ci>?","string-copy","string-copy!","string-downcase","string-environment-variable-name?","string-fill!","string-foldcase","string-length","string-locale-ci<?","string-locale-ci=?","string-locale-ci>?","string-locale-downcase","string-locale-upcase","string-locale<?","string-locale=?","string-locale>?","string-normalize-nfc","string-normalize-nfd","string-normalize-nfkc","string-normalize-nfkd","string-ref","string-set!","string-titlecase","string-upcase","string-utf-8-length","string<=?","string<?","string=?","string>=?","string>?","string?","struct->vector","struct-accessor-procedure?","struct-constructor-procedure?","struct-info","struct-mutator-procedure?","struct-predicate-procedure?","struct-type-info","struct-type-make-constructor","struct-type-make-predicate","struct-type-property-accessor-procedure?","struct-type-property?","struct-type?","struct:arity-at-least","struct:date","struct:date*","struct:exn","struct:exn:break","struct:exn:break:hang-up","struct:exn:break:terminate","struct:exn:fail","struct:exn:fail:contract","struct:exn:fail:contract:arity","struct:exn:fail:contract:continuation","struct:exn:fail:contract:divide-by-zero","struct:exn:fail:contract:non-fixnum-result","struct:exn:fail:contract:variable","struct:exn:fail:filesystem","struct:exn:fail:filesystem:errno","struct:exn:fail:filesystem:exists","struct:exn:fail:filesystem:missing-module","struct:exn:fail:filesystem:version","struct:exn:fail:network","struct:exn:fail:network:errno","struct:exn:fail:out-of-memory","struct:exn:fail:read","struct:exn:fail:read:eof","struct:exn:fail:read:non-char","struct:exn:fail:syntax","struct:exn:fail:syntax:missing-module","struct:exn:fail:syntax:unbound","struct:exn:fail:unsupported","struct:exn:fail:user","struct:srcloc","struct?","sub1","subbytes","subprocess","subprocess-group-enabled","subprocess-kill","subprocess-pid","subprocess-status","subprocess-wait","subprocess?","substring","symbol->string","symbol-interned?","symbol-unreadable?","symbol?","sync","sync/enable-break","sync/timeout","sync/timeout/enable-break","syntax->list","syntax-arm","syntax-column","syntax-disarm","syntax-e","syntax-line","syntax-local-bind-syntaxes","syntax-local-certifier","syntax-local-context","syntax-local-expand-expression","syntax-local-get-shadower","syntax-local-introduce","syntax-local-lift-context","syntax-local-lift-expression","syntax-local-lift-module-end-declaration","syntax-local-lift-provide","syntax-local-lift-require","syntax-local-lift-values-expression","syntax-local-make-definition-context","syntax-local-make-delta-introducer","syntax-local-module-defined-identifiers","syntax-local-module-exports","syntax-local-module-required-identifiers","syntax-local-name","syntax-local-phase-level","syntax-local-submodules","syntax-local-transforming-module-provides?","syntax-local-value","syntax-local-value/immediate","syntax-original?","syntax-position","syntax-property","syntax-property-symbol-keys","syntax-protect","syntax-rearm","syntax-recertify","syntax-shift-phase-level","syntax-source","syntax-source-module","syntax-span","syntax-taint","syntax-tainted?","syntax-track-origin","syntax-transforming-module-expression?","syntax-transforming?","syntax?","system-big-endian?","system-idle-evt","system-language+country","system-library-subpath","system-path-convention-type","system-type","tan","terminal-port?","thread","thread-cell-ref","thread-cell-set!","thread-cell-values?","thread-cell?","thread-dead-evt","thread-dead?","thread-group?","thread-resume","thread-resume-evt","thread-rewind-receive","thread-running?","thread-suspend","thread-suspend-evt","thread-wait","thread/suspend-to-kill","thread?","time-apply","truncate","unbox","uncaught-exception-handler","use-collection-link-paths","use-compiled-file-paths","use-user-specific-search-paths","values","variable-reference->empty-namespace","variable-reference->module-base-phase","variable-reference->module-declaration-inspector","variable-reference->module-path-index","variable-reference->module-source","variable-reference->namespace","variable-reference->phase","variable-reference->resolved-module-path","variable-reference-constant?","variable-reference?","vector","vector->immutable-vector","vector->list","vector->pseudo-random-generator","vector->pseudo-random-generator!","vector->values","vector-fill!","vector-immutable","vector-length","vector-ref","vector-set!","vector-set-performance-stats!","vector?","version","void","void?","weak-box-value","weak-box?","will-execute","will-executor?","will-register","will-try-execute","with-input-from-file","with-output-to-file","wrap-evt","write","write-byte","write-bytes","write-bytes-avail","write-bytes-avail*","write-bytes-avail-evt","write-bytes-avail/enable-break","write-char","write-special","write-special-avail*","write-special-evt","write-string","zero?"]],[["token","Name.Builtin"]],[["token","Name.Function"]]]]],["pop",1]]},{"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::ReasonML","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"false|true|[(][)]|\\[\\]","opts":0,"tok":"Name.Builtin.Pseudo","next":null},{"kind":"tok","re":"(?-mix:[A-Z][\\w']*)(?=\\s*[.])","opts":0,"tok":"Name.Namespace","next":"dotted"},{"kind":"tok","re":"`(?i-mx:[a-z_][\\w']*)","opts":0,"tok":"Name.Tag","next":null},{"kind":"tok","re":"[A-Z][\\w']*","opts":0,"tok":"Name.Class","next":null},{"kind":"tok","re":"//.*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/\\*","opts":0,"tok":"Comment.Multiline","next":"comment"},{"kind":"ir","re":"[a-z_][\\w']*","opts":1,"ops":[["if",["gin",0,["as","assert","begin","class","constraint","do","done","downto","else","end","exception","external","false","for","fun","function","functor","if","in","include","inherit","initializer","lazy","let","module","mutable","new","nonrec","object","of","open","rec","sig","struct","then","to","true","try","type","val","virtual","when","while","with","switch"]],[["token","Keyword"]],[["if",["gin",0,["and","asr","land","lor","lsl","lxor","mod","or"]],[["token","Operator.Word"]],[["if",["gin",0,["unit","int","float","bool","string","char","list","array"]],[["token","Keyword.Type"]],[["token","Name"]]]]]]]]},{"kind":"tok","re":"[(){}\\[\\];]+","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[;,_!$%&*+./:<=>?@^|~#-]+","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"-?\\d[\\d_]*(.[\\d_]*)?(e[+-]?\\d[\\d_]*)","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0x\\h[\\h_]*","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":"\\d[\\d_]*","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"'(?:(\\\\[\\\\\"'ntbr ])|(\\\\[0-9]{3})|(\\\\x\\h{2}))'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"'[^'/]'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"string"},{"kind":"tok","re":"[~?](?i-mx:[a-z_][\\w']*)","opts":0,"tok":"Name.Variable","next":null}],"comment":[{"kind":"tok","re":"[^/*]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"/\\*","opts":0,"tok":"Comment.Multiline","next":"comment"},{"kind":"tok","re":"\\*/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[*/]","opts":0,"tok":"Comment.Multiline","next":null}],"string":[{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"mixin","state":"escape_sequence"},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"escape_sequence":[{"kind":"tok","re":"\\\\[\\\\\"'ntbr]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\\\d{3}","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\x\\h{2}","opts":0,"tok":"Literal.String.Escape","next":null}],"dotted":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[.]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"(?-mix:[A-Z][\\w']*)(?=\\s*[.])","opts":0,"tok":"Name.Namespace","next":null},{"kind":"tok","re":"[A-Z][\\w']*","opts":0,"tok":"Name.Class","next":"pop!"},{"kind":"tok","re":"[a-z_][\\w']*","opts":1,"tok":"Name","next":"pop!"},{"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::Rego","start_push":[],"states":{"basic":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*","opts":0,"tok":"Comment.Single","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":"-?\\d+\\.\\d+([eE][+-]?\\d+)?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"-?\\d+([eE][+-]?\\d+)?","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"\\\\u[0-9a-fA-F]{4}","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\\\[\"/bfnrt]","opts":0,"tok":"Literal.String.Escape","next":null}],"operators":[{"kind":"tok","re":"(=|!=|>=|<=|>|<|\\+|-|\\*|%|/|\\||&|:=)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[/:?@^~]+","opts":0,"tok":"Operator","next":null}],"root":[{"kind":"mixin","state":"basic"},{"kind":"mixin","state":"operators"},{"kind":"ir","re":"[[:word:]]+","opts":0,"ops":[["if",["gin",0,["true","false","null"]],[["token","Keyword.Constant"]],[["if",["gin",0,["as","default","else","import","not","package","some","with"]],[["token","Operator.Word"]],[["token","Name"]]]]]]}]},"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::ReScript","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[,.:?~\\\\]","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\btrue|false\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"(?-mix:[A-Z][\\w']*)(?=\\s*[.])","opts":0,"tok":"Name.Namespace","next":"dotted"},{"kind":"tok","re":"@(?i-mx:[a-z_][\\w']*)(\\.(?i-mx:[a-z_][\\w']*))*","opts":0,"tok":"Name.Decorator","next":null},{"kind":"tok","re":"\\#(?i-mx:[a-z_][\\w']*)","opts":0,"tok":"Name.Class","next":null},{"kind":"tok","re":"[A-Z][\\w']*","opts":0,"tok":"Name.Class","next":null},{"kind":"tok","re":"//.*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/\\*","opts":0,"tok":"Comment.Multiline","next":"comment"},{"kind":"ir","re":"[a-z_][\\w']*","opts":1,"ops":[["if",["gin",0,["open","let","rec","and","as","exception","assert","lazy","if","else","for","in","to","downto","while","switch","when","external","type","private","mutable","constraint","include","module","of","with","try","import","export"]],[["token","Keyword"]],[["if",["gin",0,["mod","land","lor","lxor","lsl","lsr","asr","or"]],[["token","Operator.Word"]],[["if",["gin",0,["bool","int","float","char","string","unit","list","array","option","ref","exn","format"]],[["token","Keyword.Type"]],[["token","Name"]]]]]]]]},{"kind":"tok","re":"[(){}\\[\\];]+","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[;_!$%&*+/<=>@^|-]+","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"-?\\d[\\d_]*(.[\\d_]*)?(e[+-]?\\d[\\d_]*)","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0x\\h[\\h_]*","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":"\\d[\\d_]*","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"'(?:(\\\\[\\\\\"'ntbr ])|(\\\\[0-9]{3})|(\\\\x\\h{2}))'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"'[^'/]'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"string"},{"kind":"actions","re":"`","opts":0,"actions":[["token","Literal.String.Double"],["push","interpolated_string"]]}],"comment":[{"kind":"tok","re":"[^/\\*]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"/\\*","opts":0,"tok":"Comment.Multiline","next":"comment"},{"kind":"tok","re":"\\*/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[*/]","opts":0,"tok":"Comment.Multiline","next":null}],"interpolated_string":[{"kind":"tok","re":"[$]{","opts":0,"tok":"Punctuation","next":"interpolated_expression"},{"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}],"interpolated_expression":[{"kind":"tok","re":"}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"string":[{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"mixin","state":"escape_sequence"},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"escape_sequence":[{"kind":"tok","re":"\\\\[\\\\\"'ntbr]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\\\d{3}","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\x\\h{2}","opts":0,"tok":"Literal.String.Escape","next":null}],"dotted":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[.]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"(?-mix:[A-Z][\\w']*)(?=\\s*[.])","opts":0,"tok":"Name.Namespace","next":null},{"kind":"tok","re":"[A-Z][\\w']*","opts":0,"tok":"Name.Class","next":"pop!"},{"kind":"tok","re":"[a-z_][\\w']*","opts":1,"tok":"Name","next":"pop!"},{"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::RML","start_push":[],"states":{"common_rules":[{"kind":"tok","re":"(?-mix:[ \\t\\r\\n]+)","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"(?-mix:\\/\\/[^\\r\\n]*)","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"(?-mix:'(\\\\'|[ a-zA-Z0-9_.])*')","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"(?-mix:(?-mix:[0-9]+)\\.(?-mix:[0-9]+))","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"(?-mix:[0-9]+)","opts":0,"tok":"Literal.Number.Integer","next":null}],"root":[{"kind":"mixin","state":"common_rules"},{"kind":"actions","re":"((?-mix:[a-z](?-mix:[a-zA-Z0-9_])*))(\\()","opts":0,"actions":[["groups",["Name.Function","Operator"]],["push","event_type_params"]]},{"kind":"ir","re":"(?-mix:[a-z](?-mix:[a-zA-Z0-9_])*)","opts":0,"ops":[["if",["geq",0,"with"],[["token","Keyword"],["push","data_expression_with"]],[["if",["gin",0,["matches","not","with","empty","all","if","else","true","false"]],[["token","Keyword"]],[["token","Name.Function"]]]]]]},{"kind":"tok","re":"\\(|\\{|\\[","opts":0,"tok":"Operator","next":"event_type_params"},{"kind":"tok","re":"[_\\|]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(?-mix:[A-Z](?-mix:[a-zA-Z0-9_])*)","opts":0,"tok":"Name.Class","next":"equation_block_expression"},{"kind":"tok","re":";","opts":0,"tok":"Operator","next":null}],"event_type_params":[{"kind":"mixin","state":"common_rules"},{"kind":"tok","re":"\\(|\\{|\\[","opts":0,"tok":"Operator","next":"push"},{"kind":"tok","re":"\\)|\\}|\\]","opts":0,"tok":"Operator","next":"pop!"},{"kind":"tok","re":"(?-mix:[a-z](?-mix:[a-zA-Z0-9_])*)(?=:)","opts":0,"tok":"Name.Entity","next":null},{"kind":"ir","re":"((?-mix:[a-z](?-mix:[a-zA-Z0-9_])*))","opts":0,"ops":[["if",["gin",0,["matches","not","with","empty","all","if","else","true","false"]],[["token","Keyword"]],[["token","Literal.String.Regex"]]]]},{"kind":"tok","re":"(?-mix:(\\.){3})","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"[_\\|;,:]","opts":0,"tok":"Operator","next":null}],"equation_block_expression":[{"kind":"mixin","state":"common_rules"},{"kind":"tok","re":"[<,>]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(?-mix:[a-z](?-mix:[a-zA-Z0-9_])*)","opts":0,"tok":"Literal.String.Regex","next":null},{"kind":"actions","re":"=","opts":0,"actions":[["token","Operator"],["goto","exp"]]},{"kind":"tok","re":";","opts":0,"tok":"Operator","next":"pop!"}],"exp":[{"kind":"mixin","state":"common_rules"},{"kind":"actions","re":"(if)(\\()","opts":0,"actions":[["groups",["Keyword","Operator"]],["push","data_expression"]]},{"kind":"tok","re":"let|var","opts":0,"tok":"Keyword","next":"equation_block_expression"},{"kind":"actions","re":"((?-mix:[a-z](?-mix:[a-zA-Z0-9_])*))(\\()","opts":0,"actions":[["groups",["Name.Function","Operator"]],["push","event_type_params"]]},{"kind":"ir","re":"((?-mix:[a-z](?-mix:[a-zA-Z0-9_])*))","opts":0,"ops":[["if",["gin",0,["matches","not","with","empty","all","if","else","true","false"]],[["token","Keyword"]],[["token","Name.Function"]]]]},{"kind":"tok","re":"(?-mix:[A-Z](?-mix:[a-zA-Z0-9_])*)(?=<)","opts":0,"tok":"Name.Class","next":"data_expression"},{"kind":"tok","re":"(?-mix:[A-Z](?-mix:[a-zA-Z0-9_])*)","opts":0,"tok":"Name.Class","next":null},{"kind":"tok","re":"[=(){}*+/\\\\\\|!>?]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":";","opts":0,"tok":"Operator","next":"pop!"}],"data_expression":[{"kind":"mixin","state":"common_rules"},{"kind":"callback","re":"(?-mix:[a-z](?-mix:[a-zA-Z0-9_])*)","opts":0},{"kind":"tok","re":"\\(","opts":0,"tok":"Operator","next":"push"},{"kind":"tok","re":"\\)","opts":0,"tok":"Operator","next":"pop!"},{"kind":"tok","re":"(>)(?=[^A-Z;]+[A-Z;>])","opts":0,"tok":"Operator","next":"pop!"},{"kind":"tok","re":"[*^?!%&\\[\\]<>\\|+=:,./\\\\_-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":";","opts":0,"tok":"Operator","next":"pop!"}],"data_expression_with":[{"kind":"mixin","state":"common_rules"},{"kind":"tok","re":">","opts":0,"tok":"Operator","next":null},{"kind":"mixin","state":"data_expression"}]},"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::RobotFramework","start_push":["prior_text"],"states":{"prior_text":[{"kind":"tok","re":"^[^*].*","opts":0,"tok":"Text","next":null},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null}],"section_include":[{"kind":"mixin","state":"end_section"},{"kind":"mixin","state":"sep"},{"kind":"mixin","state":"newline"}],"end_section":[{"kind":"actions","re":"(?=^(?:\\| )?\\*)","opts":0,"actions":[["pop",1]]}],"return":[{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"sep":[{"kind":"tok","re":"\\| ","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"callback","re":" +\\| +|[ ]{2,}|\\t+","opts":0},{"kind":"callback","re":"\\.\\.\\. *","opts":0},{"kind":"tok","re":" ?\\|","opts":0,"tok":"Text.Whitespace","next":null}],"newline":[{"kind":"actions","re":"\\n","opts":0,"actions":[["token","Text.Whitespace"],["push","cell_start"]]}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"callback","re":"^(?:\\| )?\\*[* ]*([A-Z]+(?: [A-Z]+)?).*","opts":1}],"section_settings":[{"kind":"mixin","state":"section_include"},{"kind":"callback","re":"([A-Z]+(?: [A-Z]+)?)(:?)","opts":1}],"section_tests":[{"kind":"mixin","state":"section_include"},{"kind":"tok","re":"[$@&%{}]+","opts":0,"tok":"Name.Label","next":null},{"kind":"tok","re":"( )(?![ |])","opts":0,"tok":"Name.Label","next":null},{"kind":"actions","re":"(?:\\\\|[^|$@&% \\t\\n])+(?: (?:\\\\.|[^|$@&% \\t\\n])+)*","opts":0,"actions":[["token","Name.Label"]]}],"section_tasks":[{"kind":"mixin","state":"section_tests"}],"section_keywords":[{"kind":"mixin","state":"section_include"},{"kind":"actions","re":"[$@&%]\\{","opts":0,"actions":[["token","Name.Variable"],["push","var"]]},{"kind":"tok","re":"[$@&%{}]+","opts":0,"tok":"Name.Label","next":null},{"kind":"tok","re":"( )(?![ |])","opts":0,"tok":"Name.Label","next":null},{"kind":"tok","re":"(?:\\\\|[^|$@&% \\t\\n])+(?: (?:\\\\.|[^|$@&% \\t\\n])+)*","opts":0,"tok":"Name.Label","next":null}],"section_variables":[{"kind":"mixin","state":"section_include"},{"kind":"actions","re":"[$@&%]\\{","opts":0,"actions":[["token","Name.Variable"],["push","var"]]}],"cell_start":[{"kind":"tok","re":"#.*","opts":0,"tok":"Comment","next":null},{"kind":"mixin","state":"return"}],"keyword":[{"kind":"callback","re":"(\\[)([A-Z]+(?: [A-Z]+)?)(\\])","opts":1},{"kind":"actions","re":"[$@&%]\\{","opts":0,"actions":[["token","Name.Variable"],["push","var"]]},{"kind":"actions","re":"FOR","opts":1,"actions":[["token","Name.Function"]]},{"kind":"tok","re":"( )(?![ |])","opts":0,"tok":"Name.Function","next":null},{"kind":"tok","re":"(?:Given|When|Then|And|But) ","opts":1,"tok":"Name.Builtin","next":null},{"kind":"actions","re":"(?:\\\\|[^|$@&% \\t\\n])+(?: (?:\\\\.|[^|$@&% \\t\\n])+)*","opts":0,"actions":[["token","Name.Function"]]},{"kind":"mixin","state":"return"}],"args":[{"kind":"actions","re":"[$@&%]\\{","opts":0,"actions":[["token","Name.Variable"],["push","var"]]},{"kind":"tok","re":"[$@&%]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"( )(?![ |])","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"(?:\\\\|[^|$@&% \\t\\n])+(?: (?:\\\\.|[^|$@&% \\t\\n])+)*","opts":0,"tok":"Literal.String","next":null},{"kind":"mixin","state":"return"}],"var":[{"kind":"actions","re":"(\\})( )(=)","opts":0,"actions":[["groups",["Name.Variable","Text.Whitespace","Punctuation"]],["pop",1]]},{"kind":"tok","re":"[$@&%]\\{","opts":0,"tok":"Name.Variable","next":"var"},{"kind":"tok","re":"[{\\[]","opts":0,"tok":"Name.Variable","next":"var"},{"kind":"tok","re":"[}\\]]","opts":0,"tok":"Name.Variable","next":"pop!"},{"kind":"tok","re":"[^$@&%{}\\[\\]]+","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"\\}\\[","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::Rocq","start_push":[],"states":{"root":[{"kind":"mixin","state":"begin_proof"},{"kind":"mixin","state":"sentence"}],"sentence":[{"kind":"mixin","state":"comment_whitespace"},{"kind":"mixin","state":"module_setopts"},{"kind":"ir","re":"(?:(?-mix:\\p{L})(?-mix:\\p{L}|\\p{N}|_|')*)|(?:(?-mix:\\p{L}|_)(?-mix:\\p{L}|\\p{N}|_|')+)","opts":17,"ops":[["iset","name",["g",0]],["iset","id_dotted",["bool",false]],["push","sentence_postid"],["push","continue_id"]]}],"begin_proof":[{"kind":"actions","re":"(Proof)(\\s*)(\\.)(\\s+)","opts":1,"actions":[["groups",["Keyword","Text.Whitespace","Punctuation.Indicator","Text.Whitespace"]],["push","proof_mode"]]}],"proof_mode":[{"kind":"mixin","state":"comment_whitespace"},{"kind":"mixin","state":"module_setopts"},{"kind":"mixin","state":"begin_proof"},{"kind":"actions","re":"(Qed|Defined|Save|Admitted)(\\s*)(\\.)(\\s+)","opts":1,"actions":[["groups",["Keyword","Text.Whitespace","Punctuation.Indicator","Text.Whitespace"]],["pop",1]]},{"kind":"tok","re":"(?:\\-+|\\++|\\*+)","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[{}]","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"(!|all|par)(:)","opts":0,"actions":[["groups",["Keyword.Pseudo","Punctuation"]]]},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number.Integer","next":"numeric_labels"},{"kind":"actions","re":"(\\[)(\\s*)((?i-mx:(?:(?-mix:\\p{L})(?-mix:\\p{L}|\\p{N}|_|')*)|(?:(?-mix:\\p{L}|_)(?-mix:\\p{L}|\\p{N}|_|')+)))(\\s*)(\\])(\\s*)(:)","opts":16,"actions":[["groups",["Punctuation","Text.Whitespace","Name.Constant","Text.Whitespace","Punctuation","Text.Whitespace","Punctuation"]]]},{"kind":"ir","re":"(?:(?-mix:\\p{L})(?-mix:\\p{L}|\\p{N}|_|')*)|(?:(?-mix:\\p{L}|_)(?-mix:\\p{L}|\\p{N}|_|')+)","opts":17,"ops":[["iset","name",["g",0]],["iset","id_dotted",["bool",false]],["push","sentence_postid"],["push","continue_id"]]}],"numeric_labels":[{"kind":"mixin","state":"whitespace"},{"kind":"actions","re":"(,)(\\s*)(\\d+)","opts":0,"actions":[["groups",["Punctuation","Text.Whitespace","Literal.Number.Integer"]]]},{"kind":"tok","re":":","opts":0,"tok":"Punctuation","next":"pop!"}],"whitespace":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text.Whitespace","next":null}],"comment_whitespace":[{"kind":"tok","re":"[(][*](?![)])","opts":0,"tok":"Comment","next":"comment"},{"kind":"mixin","state":"whitespace"}],"module_setopts":[{"kind":"actions","re":"(Module)(\\s+)(Type)(\\s+)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Keyword","Text.Whitespace"]]]},{"kind":"actions","re":"\n (Set|Unset)(\\s+)\n (Universe|Printing|Implicit|Strict)(\\s+)\n (Polymorphism|All|Notations|Arguments|Universes|Implicit)?(\\s*)(\\.)\n ","opts":2,"actions":[["groups",["Keyword","Text.Whitespace","Keyword","Text.Whitespace","Keyword","Text.Whitespace","Punctuation.Indicator"]]]}],"sentence_postid":[{"kind":"mixin","state":"comment_whitespace"},{"kind":"mixin","state":"module_setopts"},{"kind":"tok","re":":=|=>|;|:>|:|::|_","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"->|/\\\\|\\\\/|;|:>|[⇒→↔⇔≔≡∀∃∧∨¬⊤⊥⊢⊨∈λ]","opts":16,"tok":"Operator","next":null},{"kind":"ir","re":"(?:(?-mix:\\p{L})(?-mix:\\p{L}|\\p{N}|_|')*)|(?:(?-mix:\\p{L}|_)(?-mix:\\p{L}|\\p{N}|_|')+)","opts":17,"ops":[["iset","name",["g",0]],["iset","id_dotted",["bool",false]],["push","continue_id"]]},{"kind":"tok","re":"\\.(?=\\s)","opts":0,"tok":"Punctuation.Indicator","next":"pop!"},{"kind":"tok","re":"-?\\d[\\d_]*(.[\\d_]*)?(e[+-]?\\d[\\d_]*)","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"-?\\d[\\d_]*","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"'(?:(\\\\[\\\\\"'ntbr ])|(\\\\[0-9]{3})|(\\\\x\\h{2}))'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"string"},{"kind":"tok","re":"[~?](?i-mx:(?:(?-mix:\\p{L})(?-mix:\\p{L}|\\p{N}|_|')*)|(?:(?-mix:\\p{L}|_)(?-mix:\\p{L}|\\p{N}|_|')+))","opts":16,"tok":"Name.Variable","next":null},{"kind":"tok","re":"`{|[{}\\[\\]()?|;,.]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[!@^|~#.%/]+","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(?:\\p{S}|\\p{Pc}|[./\\:\\<=>\\-+*])+","opts":16,"tok":"Operator","next":null},{"kind":"tok","re":".","opts":0,"tok":"Error","next":null}],"comment":[{"kind":"tok","re":"[^(*)]+","opts":0,"tok":"Comment","next":null},{"kind":"actions","re":"[(][*]","opts":0,"actions":[["token","Comment"],["push","__self__"]]},{"kind":"tok","re":"[*][)]","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"[(*)]","opts":0,"tok":"Comment","next":null}],"string":[{"kind":"tok","re":"[^\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"continue_id":[{"kind":"callback","re":"\\.((?i-mx:(?:(?-mix:\\p{L})(?-mix:\\p{L}|\\p{N}|_|')*)|(?:(?-mix:\\p{L}|_)(?-mix:\\p{L}|\\p{N}|_|')+)))","opts":17},{"kind":"callback","re":"\\.(\\s+)","opts":0},{"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::Ruby","start_push":["expr_start"],"states":{"symbols":[{"kind":"tok","re":"\n : # initial :\n @{0,2} # optional ivar, for :@foo and :@@foo\n [\\p{Ll}_]\\p{Word}*[!?]? # the symbol\n ","opts":19,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":(?:\\*\\*|[-+]@|[/\\%&\\|^`~]|\\[\\]=?|<<|>>|<=?>|<=?|===?)","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":'(\\\\\\\\|\\\\'|[^'])*'","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":\"","opts":0,"tok":"Literal.String.Symbol","next":"simple_sym"}],"sigil_strings":[{"kind":"callback","re":"%([rqswQWxiI])?([^\\p{Word}\\s])","opts":16}],"strings":[{"kind":"mixin","state":"symbols"},{"kind":"tok","re":"\\b[\\p{Ll}_]\\p{Word}*?[?!]?:\\s+","opts":16,"tok":"Literal.String.Symbol","next":"expr_start"},{"kind":"tok","re":"'(\\\\\\\\|\\\\'|[^'])*'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"simple_string"},{"kind":"tok","re":"(?<!\\.)`","opts":0,"tok":"Literal.String.Backtick","next":"simple_backtick"}],"regex_flags":[{"kind":"tok","re":"[mixounse]*","opts":0,"tok":"Literal.String.Regex","next":"pop!"}],"simple_string":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"[^\\\\\"#]+","opts":4,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"simple_sym":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"[^\\\\\"#]+","opts":4,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Symbol","next":"pop!"}],"simple_backtick":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"[^\\\\`#]+","opts":4,"tok":"Literal.String.Backtick","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Backtick","next":null},{"kind":"tok","re":"`","opts":0,"tok":"Literal.String.Backtick","next":"pop!"}],"whitespace":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"\\n\\s*","opts":4,"tok":"Text","next":"expr_start"},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"=begin\\b.*?\\n=end\\b","opts":4,"tok":"Comment.Multiline","next":null}],"inline_whitespace":[{"kind":"tok","re":"[ \\t\\r]+","opts":0,"tok":"Text","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"__END__","opts":0,"tok":"Comment.Preproc","next":"end_part"},{"kind":"tok","re":"0_?[0-7]+(?:_[0-7]+)*","opts":0,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"0x[0-9A-Fa-f]+(?:_[0-9A-Fa-f]+)*","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0b[01]+(?:_[01]+)*","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"(?-mix:[\\d]+(?:_\\d+)*)(?:\\.(?-mix:[\\d]+(?:_\\d+)*)(?i-mx:e[+-]?\\d+)?|(?i-mx:e[+-]?\\d+))","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[\\d]+(?:_\\d+)*","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"@@[\\p{Ll}_]\\p{Word}*","opts":17,"tok":"Name.Variable.Class","next":null},{"kind":"tok","re":"@[\\p{Ll}_]\\p{Word}*","opts":17,"tok":"Name.Variable.Instance","next":null},{"kind":"tok","re":"\\$\\p{Word}+","opts":16,"tok":"Name.Variable.Global","next":null},{"kind":"tok","re":"\\$[!@&`'+~=/\\\\,;.<>_*\\$?:\"]","opts":0,"tok":"Name.Variable.Global","next":null},{"kind":"tok","re":"\\$-[0adFiIlpvw]","opts":0,"tok":"Name.Variable.Global","next":null},{"kind":"tok","re":"::","opts":0,"tok":"Operator","next":null},{"kind":"mixin","state":"strings"},{"kind":"callback","re":"\\w+[?]?","opts":0},{"kind":"tok","re":"(not|and|or)\\b","opts":0,"tok":"Operator.Word","next":"expr_start"},{"kind":"actions","re":"\n (module)\n (\\s+)\n ([\\p{L}_][\\p{L}0-9_]*(::[\\p{L}_][\\p{L}0-9_]*)*)\n ","opts":18,"actions":[["groups",["Keyword","Text","Name.Namespace"]]]},{"kind":"actions","re":"(def\\b)(\\s*)","opts":0,"actions":[["groups",["Keyword","Text"]],["push","funcname"]]},{"kind":"actions","re":"(class\\b)(\\s*)","opts":0,"actions":[["groups",["Keyword","Text"]],["push","classname"]]},{"kind":"callback","re":"(\\w+)([?!])?","opts":0},{"kind":"callback","re":"(?<![.])\\w+","opts":0},{"kind":"mixin","state":"has_heredocs"},{"kind":"tok","re":"\\.{2,3}","opts":0,"tok":"Operator","next":"expr_start"},{"kind":"tok","re":"[\\p{Lu}][\\p{L}0-9_]*","opts":16,"tok":"Name.Constant","next":"method_call"},{"kind":"actions","re":"(\\.|::)(\\s*)([\\p{Ll}_]\\p{Word}*[!?]?|[*%&^`~+-/\\[<>=])","opts":16,"actions":[["groups",["Punctuation","Text","Name.Function"]],["push","method_call"]]},{"kind":"tok","re":"[\\p{L}_]\\p{Word}*[?!]","opts":16,"tok":"Name","next":"expr_start"},{"kind":"tok","re":"[\\p{L}_]\\p{Word}*","opts":16,"tok":"Name","next":"method_call"},{"kind":"tok","re":"\\*\\*|<<?|>>?|>=|<=|<=>|=~|={3}|!~|&&?|\\|\\||\\.","opts":0,"tok":"Operator","next":"expr_start"},{"kind":"tok","re":"[-+/*%=<>&!^|~]=?","opts":0,"tok":"Operator","next":"expr_start"},{"kind":"actions","re":"[?]","opts":0,"actions":[["token","Punctuation"],["push","ternary"],["push","expr_start"]]},{"kind":"tok","re":"[\\[({,:\\\\;/]","opts":0,"tok":"Punctuation","next":"expr_start"},{"kind":"tok","re":"[\\])}]","opts":0,"tok":"Punctuation","next":null}],"has_heredocs":[{"kind":"ir","re":"(?<!\\p{Word})(<<[-~]?)([\"`']?)([\\p{L}_]\\p{Word}*)(\\2)","opts":16,"ops":[["token","Operator",["g",1]],["token","Name.Constant",["cat",["lit",""],["g",2],["g",3],["g",4]]],["lpush","heredoc_queue",[["gin",1,["<<-","<<~"]],["g",3]]],["if",["not",["instate","heredoc_queue"]],[["push","heredoc_queue"]],[]]]},{"kind":"ir","re":"(<<[-~]?)([\"'])(\\2)","opts":0,"ops":[["token","Operator",["g",1]],["token","Name.Constant",["cat",["lit",""],["g",2],["g",3],["g",4]]],["lpush","heredoc_queue",[["gin",1,["<<-","<<~"]],["lit",""]]],["if",["not",["instate","heredoc_queue"]],[["push","heredoc_queue"]],[]]]}],"heredoc_queue":[{"kind":"actions","re":"(?=\\n)","opts":0,"actions":[["goto","resolve_heredocs"]]},{"kind":"mixin","state":"root"}],"resolve_heredocs":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"\\n","opts":0,"tok":"Literal.String.Heredoc","next":"test_heredoc"},{"kind":"tok","re":"[#\\\\\\n]","opts":0,"tok":"Literal.String.Heredoc","next":null},{"kind":"tok","re":"[^#\\\\\\n]+","opts":0,"tok":"Literal.String.Heredoc","next":null}],"test_heredoc":[{"kind":"callback","re":"[^#\\\\\\n]*$","opts":0},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"funcname":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"defexpr"},{"kind":"actions","re":"\n (?:([\\p{L}_]\\p{Word}*)(\\.))?\n (\n [\\p{L}_]\\p{Word}*[!?]? |\n \\*\\*? | [-+]@? | [/%&\\|^`~] | \\[\\]=? |\n <=>? | <<? | >>? | >= | ===?\n )\n ","opts":18,"actions":[["groups",["Name.Class","Operator","Name.Function"]],["pop",1]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"classname":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\p{Word}+(::\\p{Word}+)+","opts":16,"tok":"Name.Class","next":null},{"kind":"actions","re":"\\(","opts":0,"actions":[["token","Punctuation"],["push","defexpr"],["push","expr_start"]]},{"kind":"actions","re":"<<","opts":0,"actions":[["token","Operator"],["goto","expr_start"]]},{"kind":"tok","re":"[\\p{Lu}_]\\p{Word}*","opts":16,"tok":"Name.Class","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"ternary":[{"kind":"actions","re":"(:)(\\s+)","opts":0,"actions":[["groups",["Punctuation","Text"]],["goto","expr_start"]]},{"kind":"actions","re":":(?![^#\\n]*?[:\\\\])","opts":0,"actions":[["token","Punctuation"],["goto","expr_start"]]},{"kind":"mixin","state":"root"}],"defexpr":[{"kind":"actions","re":"(\\))(\\.|::)?","opts":0,"actions":[["groups",["Punctuation","Operator"]],["pop",1]]},{"kind":"actions","re":"\\(","opts":0,"actions":[["token","Punctuation"],["push","defexpr"],["push","expr_start"]]},{"kind":"mixin","state":"root"}],"in_interp":[{"kind":"tok","re":"}","opts":0,"tok":"Literal.String.Interpol","next":"pop!"},{"kind":"mixin","state":"root"}],"string_intp":[{"kind":"tok","re":"[#][{]","opts":0,"tok":"Literal.String.Interpol","next":"in_interp"},{"kind":"tok","re":"#(@@?|\\$)[\\p{Ll}_]\\p{Word}*","opts":17,"tok":"Literal.String.Interpol","next":null}],"string_intp_escaped":[{"kind":"mixin","state":"string_intp"},{"kind":"tok","re":"\\\\([\\\\abefnrstv#\"']|x[a-fA-F0-9]{1,2}|[0-7]{1,3})","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null}],"method_call":[{"kind":"actions","re":"/|%","opts":0,"actions":[["token","Operator"],["goto","expr_start"]]},{"kind":"actions","re":"(?=\\n)","opts":0,"actions":[["pop",1]]},{"kind":"actions","re":"","opts":0,"actions":[["goto","method_call_spaced"]]}],"method_call_spaced":[{"kind":"mixin","state":"whitespace"},{"kind":"actions","re":"[%/]=","opts":0,"actions":[["token","Operator"],["goto","expr_start"]]},{"kind":"actions","re":"(/)(?=\\S|\\s*/)","opts":0,"actions":[["token","Literal.String.Regex"],["goto","slash_regex"]]},{"kind":"mixin","state":"sigil_strings"},{"kind":"actions","re":"(?=\\s*/)","opts":0,"actions":[["pop",1]]},{"kind":"actions","re":"\\s+","opts":0,"actions":[["token","Text"],["goto","expr_start"]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"expr_start":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"actions","re":"/","opts":0,"actions":[["token","Literal.String.Regex"],["goto","slash_regex"]]},{"kind":"tok","re":"\n [?](\\\\[MC]-)* # modifiers\n (\\\\([\\\\abefnrstv\\#\"']|x[a-fA-F0-9]{1,2}|[0-7]{1,3})|\\S)\n (?!\\p{Word})\n ","opts":18,"tok":"Literal.String.Char","next":"pop!"},{"kind":"actions","re":"(\\s*)(%[rqswQWxiI]? \\S* )","opts":0,"actions":[["groups",["Text","Literal.String.Other"]],["pop",1]]},{"kind":"mixin","state":"sigil_strings"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"slash_regex":[{"kind":"mixin","state":"string_intp"},{"kind":"tok","re":"\\\\\\\\","opts":0,"tok":"Literal.String.Regex","next":null},{"kind":"tok","re":"\\\\/","opts":0,"tok":"Literal.String.Regex","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Regex","next":null},{"kind":"tok","re":"[^\\\\/#]+","opts":4,"tok":"Literal.String.Regex","next":null},{"kind":"actions","re":"/","opts":0,"actions":[["token","Literal.String.Regex"],["goto","regex_flags"]]}],"end_part":[{"kind":"tok","re":".+","opts":4,"tok":"Comment.Preproc","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::Rust","start_push":["bol"],"states":{"bol":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"#\\s[^\\n]*","opts":0,"tok":"Comment.Special","next":null},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"attribute":[{"kind":"mixin","state":"whitespace"},{"kind":"mixin","state":"has_literals"},{"kind":"tok","re":"[(,)=:]","opts":0,"tok":"Name.Decorator","next":null},{"kind":"tok","re":"\\]","opts":0,"tok":"Name.Decorator","next":"pop!"},{"kind":"tok","re":"[\\p{XID_Start}_]\\p{XID_Continue}*","opts":16,"tok":"Name.Decorator","next":null}],"whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"mixin","state":"comments"}],"comments":[{"kind":"tok","re":"////+[^\\n]*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"//[/!][^\\n]*","opts":0,"tok":"Comment.Doc","next":null},{"kind":"tok","re":"//[^\\n]*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/\\*\\*\\*?/","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"/\\*\\*\\*+","opts":0,"tok":"Comment.Multiline","next":"nested_plain_block"},{"kind":"tok","re":"/[*][*!]","opts":0,"tok":"Comment.Doc","next":"nested_doc_block"},{"kind":"tok","re":"/[*]","opts":0,"tok":"Comment.Multiline","next":"nested_plain_block"}],"nested_plain_block":[{"kind":"tok","re":"\\*/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"/\\*","opts":0,"tok":"Comment.Multiline","next":"nested_plain_block"},{"kind":"tok","re":"[^*/]+|[*/]","opts":0,"tok":"Comment.Multiline","next":null}],"nested_doc_block":[{"kind":"tok","re":"\\*/","opts":0,"tok":"Comment.Doc","next":"pop!"},{"kind":"tok","re":"/\\*","opts":0,"tok":"Comment.Doc","next":"nested_doc_block"},{"kind":"tok","re":"[^*/]+|[*/]","opts":0,"tok":"Comment.Doc","next":null}],"root":[{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"bol"},{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"#!?\\[","opts":0,"tok":"Name.Decorator","next":"attribute"},{"kind":"tok","re":"\\b(?:as|async|await|break|const|continue|crate|dyn|else|enum|extern|false|fn|for|if|impl|in|let|log|loop|match|mod|move|mut|pub|ref|return|self|Self|static|struct|super|trait|true|type|unsafe|use|where|while|abstract|become|box|do|final|macro|override|priv|typeof|unsized|virtual|yield|try|union)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"mixin","state":"has_literals"},{"kind":"tok","re":"[=-]>","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":"[*/!@~&+%^<>=\\?-]|\\.{2,3}","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"([.]\\s*)?(?-mix:[\\p{XID_Start}_]\\p{XID_Continue}*)(?=\\s*[(])","opts":20,"tok":"Name.Function","next":null},{"kind":"tok","re":"[.]\\s*await\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"[.]\\s*(?-mix:[\\p{XID_Start}_]\\p{XID_Continue}*)","opts":16,"tok":"Name.Property","next":null},{"kind":"tok","re":"[.]\\s*\\d+","opts":0,"tok":"Name.Attribute","next":null},{"kind":"actions","re":"((?-mix:[\\p{XID_Start}_]\\p{XID_Continue}*))(::)","opts":20,"actions":[["groups",["Name.Namespace","Punctuation"]]]},{"kind":"tok","re":"\\bmacro_rules!","opts":0,"tok":"Name.Decorator","next":"macro_rules"},{"kind":"tok","re":"(?-mix:[\\p{XID_Start}_]\\p{XID_Continue}*)!","opts":16,"tok":"Name.Decorator","next":"macro"},{"kind":"tok","re":"'static\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"'(?-mix:[\\p{XID_Start}_]\\p{XID_Continue}*)","opts":16,"tok":"Name.Variable","next":null},{"kind":"ir","re":"(?-mix:[\\p{XID_Start}_]\\p{XID_Continue}*)","opts":16,"ops":[["if",["gin",0,["Add","BitAnd","BitOr","BitXor","bool","c_char","c_double","c_float","char","c_int","clock_t","c_long","c_longlong","Copy","c_schar","c_short","c_uchar","c_uint","c_ulong","c_ulonglong","c_ushort","c_void","dev_t","DIR","dirent","Div","Eq","Err","f32","f64","FILE","float","fpos_t","i16","i32","i64","i8","isize","Index","ino_t","int","intptr_t","mode_t","Mul","Neg","None","off_t","Ok","Option","Ord","Owned","pid_t","ptrdiff_t","Send","Shl","Shr","size_t","Some","ssize_t","str","Sub","time_t","u16","u32","u64","u8","usize","uint","uintptr_t","Box","Vec","String","Rc","Arc","u128","i128","Result","Sync","Pin","Unpin","Sized","Drop","drop","Fn","FnMut","FnOnce","Clone","PartialEq","PartialOrd","AsMut","AsRef","From","Into","Default","DoubleEndedIterator","ExactSizeIterator","Extend","IntoIterator","Iterator","FromIterator","ToOwned","ToString","TryFrom","TryInto"]],[["token","Name.Builtin"]],[["token","Name"]]]]}],"macro":[{"kind":"mixin","state":"has_literals"},{"kind":"callback","re":"[\\[{(]","opts":0},{"kind":"callback","re":"[\\]})]","opts":0},{"kind":"tok","re":"(?-mix:[\\p{XID_Start}_]\\p{XID_Continue}*)!","opts":16,"tok":"Name.Decorator","next":null},{"kind":"mixin","state":"root"},{"kind":"tok","re":".","opts":0,"tok":"Text","next":null}],"macro_rules":[{"kind":"tok","re":"[$](?-mix:[\\p{XID_Start}_]\\p{XID_Continue}*)(:(?-mix:[\\p{XID_Start}_]\\p{XID_Continue}*))?","opts":16,"tok":"Name.Variable","next":null},{"kind":"tok","re":"[$]","opts":0,"tok":"Name.Variable","next":null},{"kind":"mixin","state":"macro"}],"has_literals":[{"kind":"tok","re":"\\b(?:true|false)\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"\n b?' (?: (?x-mi:\n \\\\ ([nrt'\"\\\\0] | x(?i-mx:[0-9a-f]){2} | u\\{((?i-mx:[0-9a-f])_*){1,6}\\})\n ) | [^\\\\] ) '\n ","opts":2,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"b?\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"tok","re":"b?r(#*)\".*?\"\\1","opts":4,"tok":"Literal.String","next":null},{"kind":"tok","re":"\n [0-9][0-9_]*\n ((?-mix:[.][0-9][0-9_]*) (?-mix:[eE][-+]?[0-9_]+)? (?-mix:f32|f64)?\n |(?-mix:[.][0-9][0-9_]*)? (?-mix:[eE][-+]?[0-9_]+) (?-mix:f32|f64)?\n |(?-mix:[.][0-9][0-9_]*)? (?-mix:[eE][-+]?[0-9_]+)? (?-mix:f32|f64)\n |[.](?![._\\p{XID_Start}])\n )\n ","opts":18,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\n ( 0b[10_]+\n | 0x[0-9a-fA-F_]+\n | 0o[0-7_]+\n | [0-9][0-9_]*\n ) (u(?-mix:8|16|32|64|128|size)?|i(?-mix:8|16|32|64|128|size))?\n ","opts":2,"tok":"Literal.Number.Integer","next":null}],"string":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\n \\\\ ([nrt'\"\\\\0] | x(?i-mx:[0-9a-f]){2} | u\\{((?i-mx:[0-9a-f])_*){1,6}\\})\n ","opts":2,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\\\n[ \\t\\r\\n]*","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^\"\\\\]+","opts":4,"tok":"Literal.String","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::SAS","start_push":[],"states":{"basics":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"^\\s*%?\\*[^;]*;","opts":4,"tok":"Comment.Single","next":null},{"kind":"actions","re":"(;)(\\s*)(%?\\*[^;]*;)","opts":4,"actions":[["groups",["Punctuation","Text","Comment.Single"]]]},{"kind":"tok","re":"/[*].*?[*]/","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"'[0-9a-z]+?'d","opts":1,"tok":"Literal.Date","next":null},{"kind":"tok","re":"'.+?'dt","opts":1,"tok":"Literal.Date","next":null},{"kind":"tok","re":"'[0-9:]+?([a|p]m)?'t","opts":1,"tok":"Literal.Date","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"single_string"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"double_string"},{"kind":"tok","re":"&[a-z0-9_&.]+","opts":1,"tok":"Name.Variable","next":null},{"kind":"tok","re":"\\d[0-9a-f]*x","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\d[0-9e\\-.]+","opts":1,"tok":"Literal.Number","next":null},{"kind":"tok","re":"\\b(_n_|_error_|_file_|_infile_|_msg_|_iorc_|_cmd_)\\b","opts":1,"tok":"Name.Builtin.Pseudo","next":null},{"kind":"tok","re":"\\b(_character_|_numeric_|_all_)\\b","opts":1,"tok":"Name.Builtin","next":null},{"kind":"actions","re":"\\b(datalines|cards)(\\s*)(;)","opts":1,"actions":[["groups",["Keyword","Text","Punctuation"]],["push","datalines"]]},{"kind":"actions","re":"\\b(datalines4|cards4)(\\s*)(;)","opts":1,"actions":[["groups",["Keyword","Text","Punctuation"]],["push","datalines4"]]},{"kind":"tok","re":"\\*\\*|[\\*/\\+-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[^¬~]?=:?|[<>]=?:?","opts":16,"tok":"Operator","next":null},{"kind":"tok","re":"\\b(eq|ne|gt|lt|ge|le|in)\\b","opts":1,"tok":"Operator.Word","next":null},{"kind":"tok","re":"[&|!¦¬∘~]","opts":16,"tok":"Operator","next":null},{"kind":"tok","re":"\\b(and|or|not)\\b","opts":1,"tok":"Operator.Word","next":null},{"kind":"tok","re":"(<>|><)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\|\\|","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\b(of)\\b","opts":1,"tok":"Operator.Word","next":null},{"kind":"tok","re":"\\b(like)\\b","opts":1,"tok":"Operator.Word","next":null},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\\$","opts":0,"tok":"Keyword.Type","next":null},{"kind":"actions","re":"(%macro|%mend)(\\s*)(\\w+)","opts":1,"actions":[["groups",["Keyword","Text","Name.Function"]]]},{"kind":"tok","re":"%mend","opts":0,"tok":"Keyword","next":null},{"kind":"ir","re":"%\\w+","opts":0,"ops":[["if",["ginf",0,"up",["%COPY","%DISPLAY","%GLOBAL","%INPUT","%LET","%MACRO","%PUT","%SYMDEL","%SYSCALL","%SYSEXEC","%SYSLPUT","%SYSMACDELETE","%SYSMSTORECLEAR","%SYSRPUT","%WINDOW","%ABORT","%DO","%TO","%UNTIL","%WHILE","%END","%GOTO","%IF","%THEN","%ELSE","%LOCAL","%RETURN","%INCLUDE","%LIST","%RUN"]],[["token","Keyword"]],[["if",["ginf",0,"up",["%BQUOTE","%NRBQUOTE","%EVAL","%INDEX","%LENGTH","%QUOTE","%NRQUOTE","%SCAN","%QSCAN","%STR","%NRSTR","%SUBSTR","%QSUBSTR","%SUPERQ","%SYMEXIST","%SYMGLOBL","%SYMLOCAL","%SYSEVALF","%SYSFUNC","%QSYSFUNC","%SYSGET","%SYSMACEXEC","%SYSMACEXIST","%SYSMEXECDEPTH","%SYSMEXECNAME","%SYSPROD","%UNQUOTE","%UPCASE","%QUPCASE"]],[["token","Keyword"]],[["token","Name"]]]]]]}],"basics2":[{"kind":"tok","re":"\\s\\.[;\\s]","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"\\s\\.[a-z_]","opts":0,"tok":"Name.Constant","next":null},{"kind":"tok","re":"[\\(\\),;:\\{\\}\\[\\]\\\\\\.]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"@","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"\\?","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"[^\\s]+","opts":0,"tok":"Text","next":null}],"root":[{"kind":"mixin","state":"basics"},{"kind":"callback","re":"(proc)(\\s+)(\\w+)","opts":3},{"kind":"actions","re":"(data)(\\s+)([\\w\\.]+)","opts":1,"actions":[["groups",["Keyword","Text","Name.Variable"]]]},{"kind":"actions","re":"(libname)(\\s+)(\\w+)","opts":1,"actions":[["groups",["Keyword","Text","Name.Variable"]]]},{"kind":"ir","re":"\\w+","opts":0,"ops":[["if",["ginf",0,"up",["ABORT","ARRAY","ATTRIB","BY","CALL","CARDS","CARDS4","CATNAME","CHECKPOINT","EXECUTE_ALWAYS","CONTINUE","DATA","DATALINES","DATALINES4","DELETE","DESCRIBE","DISPLAY","DM","DO","UNTIL","WHILE","DROP","END","ENDSAS","ERROR","EXECUTE","FILE","FILENAME","FOOTNOTE","FORMAT","GO","TO","IF","THEN","ELSE","INFILE","INFORMAT","INPUT","KEEP","LABEL","LEAVE","LENGTH","LIBNAME","LINK","LIST","LOCK","LOSTCARD","MERGE","MISSING","MODIFY","OPTIONS","OUTPUT","PAGE","PUT","PUTLOG","REDIRECT","REMOVE","RENAME","REPLACE","RESETLINE","RETAIN","RETURN","RUN","SASFILE","SELECT","SET","SKIP","STOP","SYSECHO","TITLE","UPDATE","WHERE","WINDOW","X"]],[["token","Keyword"]],[["if",["ginf",0,"up",["ABS","ADDR","ADDRLONG","AIRY","ALLCOMB","ALLPERM","ANYALNUM","ANYALPHA","ANYCNTRL","ANYDIGIT","ANYFIRST","ANYGRAPH","ANYLOWER","ANYNAME","ANYPRINT","ANYPUNCT","ANYSPACE","ANYUPPER","ANYXDIGIT","ARCOS","ARCOSH","ARSIN","ARSINH","ARTANH","ATAN","ATAN2","ATTRC","ATTRN","BAND","BETA","BETAINV","BLACKCLPRC","BLACKPTPRC","BLKSHCLPRC","BLKSHPTPRC","BLSHIFT","BNOT","BOR","BRSHIFT","BXOR","BYTE","CAT","CATQ","CATS","CATT","CATX","CDF","CEIL","CEILZ","CEXIST","CHAR","CHOOSEC","CHOOSEN","CINV","CLOSE","CMISS","CNONCT","COALESCE","COALESCEC","COLLATE","COMB","COMPARE","COMPBL","COMPFUZZ","COMPGED","COMPLEV","COMPOUND","COMPRESS","CONSTANT","CONVX","CONVXP","COS","COSH","COT","COUNT","COUNTC","COUNTW","CSC","CSS","CUMIPMT","CUMPRINC","CUROBS","CV","DACCDB","DACCDBSL","DACCSL","DACCSYD","DACCTAB","DAIRY","DATDIF","DATE","DATEJUL","DATEPART","DATETIME","DAY","DCLOSE","DCREATE","DEPDB","DEPDBSL","DEPSL","DEPSYD","DEPTAB","DEQUOTE","DEVIANCE","DHMS","DIF","DIGAMMA","DIM","DINFO","DIVIDE","DNUM","DOPEN","DOPTNAME","DOPTNUM","DOSUBL","DREAD","DROPNOTE","DSNAME","DSNCATLGD","DUR","DURP","EFFRATE","ENVLEN","ERF","ERFC","EUCLID","EXIST","EXP","FACT","FAPPEND","FCLOSE","FCOL","FCOPY","FDELETE","FETCH","FETCHOBS","FEXIST","FGET","FILEEXIST","FILENAME","FILEREF","FINANCE","FIND","FINDC","FINDW","FINFO","FINV","FIPNAME","FIPNAMEL","FIPSTATE","FIRST","FLOOR","FLOORZ","FMTINFO","FNONCT","FNOTE","FOPEN","FOPTNAME","FOPTNUM","FPOINT","FPOS","FPUT","FREAD","FREWIND","FRLEN","FSEP","FUZZ","FWRITE","GAMINV","GAMMA","GARKHCLPRC","GARKHPTPRC","GCD","GEODIST","GEOMEAN","GEOMEANZ","GETOPTION","GETVARC","GETVARN","GRAYCODE","HARMEAN","HARMEANZ","HBOUND","HMS","HOLIDAY","HOLIDAYCK","HOLIDAYCOUNT","HOLIDAYNAME","HOLIDAYNX","HOLIDAYNY","HOLIDAYTEST","HOUR","HTMLDECODE","HTMLENCODE","IBESSEL","IFC","IFN","INDEX","INDEXC","INDEXW","INPUT","INPUTC","INPUTN","INT","INTCINDEX","INTCK","INTCYCLE","INTFIT","INTFMT","INTGET","INTINDEX","INTNX","INTRR","INTSEAS","INTSHIFT","INTTEST","INTZ","IORCMSG","IPMT","IQR","IRR","JBESSEL","JULDATE","JULDATE7","KURTOSIS","LAG","LARGEST","LBOUND","LCM","LCOMB","LEFT","LENGTH","LENGTHC","LENGTHM","LENGTHN","LEXCOMB","LEXCOMBI","LEXPERK","LEXPERM","LFACT","LGAMMA","LIBNAME","LIBREF","LOG","LOG1PX","LOG10","LOG2","LOGBETA","LOGCDF","LOGISTIC","LOGPDF","LOGSDF","LOWCASE","LPERM","LPNORM","MAD","MARGRCLPRC","MARGRPTPRC","MAX","MD5","MDY","MEAN","MEDIAN","MIN","MINUTE","MISSING","MOD","MODEXIST","MODULE","MODULEC","MODULEN","MODZ","MONTH","MOPEN","MORT","MSPLINT","MVALID","N","NETPV","NLITERAL","NMISS","NOMRATE","NORMAL","NOTALNUM","NOTALPHA","NOTCNTRL","NOTDIGIT","NOTE","NOTFIRST","NOTGRAPH","NOTLOWER","NOTNAME","NOTPRINT","NOTPUNCT","NOTSPACE","NOTUPPER","NOTXDIGIT","NPV","NVALID","NWKDOM","OPEN","ORDINAL","PATHNAME","PCTL","PDF","PEEK","PEEKC","PEEKCLONG","PEEKLONG","PERM","PMT","POINT","POISSON","PPMT","PROBBETA","PROBBNML","PROBBNRM","PROBCHI","PROBF","PROBGAM","PROBHYPR","PROBIT","PROBMC","PROBNEGB","PROBNORM","PROBT","PROPCASE","PRXCHANGE","PRXMATCH","PRXPAREN","PRXPARSE","PRXPOSN","PTRLONGADD","PUT","PUTC","PUTN","PVP","QTR","QUANTILE","QUOTE","RANBIN","RANCAU","RAND","RANEXP","RANGAM","RANGE","RANK","RANNOR","RANPOI","RANTBL","RANTRI","RANUNI","RENAME","REPEAT","RESOLVE","REVERSE","REWIND","RIGHT","RMS","ROUND","ROUNDE","ROUNDZ","SAVING","SAVINGS","SCAN","SDF","SEC","SECOND","SHA256","SHA256HEX","SHA256HMACHEX","SIGN","SIN","SINH","SKEWNESS","SLEEP","SMALLEST","SOAPWEB","SOAPWEBMETA","SOAPWIPSERVICE","SOAPWIPSRS","SOAPWS","SOAPWSMETA","SOUNDEX","SPEDIS","SQRT","SQUANTILE","STD","STDERR","STFIPS","STNAME","STNAMEL","STRIP","SUBPAD","SUBSTR","SUBSTRN","SUM","SUMABS","SYMEXIST","SYMGET","SYMGLOBL","SYMLOCAL","SYSEXIST","SYSGET","SYSMSG","SYSPARM","SYSPROCESSID","SYSPROCESSNAME","SYSPROD","SYSRC","SYSTEM","TAN","TANH","TIME","TIMEPART","TIMEVALUE","TINV","TNONCT","TODAY","TRANSLATE","TRANSTRN","TRANWRD","TRIGAMMA","TRIM","TRIMN","TRUNC","TSO","TYPEOF","TZONEID","TZONENAME","TZONEOFF","TZONES2U","TZONEU2S","UNIFORM","UPCASE","URLDECODE","URLENCODE","USS","UUIDGEN","VAR","VARFMT","VARINFMT","VARLABEL","VARLEN","VARNAME","VARNUM","VARRAY","VARRAYX","VARTYPE","VERIFY","VFORMAT","VFORMATD","VFORMATDX","VFORMATN","VFORMATNX","VFORMATW","VFORMATWX","VFORMATX","VINARRAY","VINARRAYX","VINFORMAT","VINFORMATD","VINFORMATDX","VINFORMATN","VINFORMATNX","VINFORMATW","VINFORMATWX","VINFORMATX","VLABEL","VLABELX","VLENGTH","VLENGTHX","VNAME","VNAMEX","VTYPE","VTYPEX","VVALUE","VVALUEX","WEEK","WEEKDAY","WHICHC","WHICHN","WTO","YEAR","YIELDP","YRDIF","YYQ","ZIPCITY","ZIPCITYDISTANCE","ZIPFIPS","ZIPNAME","ZIPNAMEL","ZIPSTATE"]],[["token","Keyword"]],[["token","Name"]]]]]]},{"kind":"mixin","state":"basics2"}],"single_string":[{"kind":"tok","re":"''","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"pop!"},{"kind":"tok","re":"[^']+","opts":0,"tok":"Literal.String.Single","next":null}],"double_string":[{"kind":"tok","re":"&[a-z0-9_&]+\\.?","opts":1,"tok":"Literal.String.Interpol","next":null},{"kind":"tok","re":"\"\"","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"},{"kind":"tok","re":"[^&\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"&","opts":0,"tok":"Literal.String.Double","next":null}],"datalines":[{"kind":"tok","re":"[^;]","opts":0,"tok":"Literal.String.Heredoc","next":null},{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":"pop!"}],"datalines4":[{"kind":"tok","re":";{4}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"[^;]","opts":0,"tok":"Literal.String.Heredoc","next":null},{"kind":"tok","re":";{,3}","opts":0,"tok":"Literal.String.Heredoc","next":null}],"proc":[{"kind":"tok","re":"(quit|run)","opts":1,"tok":"Keyword","next":"pop!"},{"kind":"mixin","state":"basics"},{"kind":"callback","re":"\\w+","opts":0},{"kind":"mixin","state":"basics2"}]},"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"}}