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::Datastudio","start_push":[],"states":{"whitespace":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/[*].*?[*]/","opts":4,"tok":"Comment.Multiline","next":null}],"string":[{"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":"pop!"},{"kind":"tok","re":".","opts":4,"tok":"Literal.String.Double","next":null}],"string_s":[{"kind":"tok","re":"%(\\\\.|.)+?%","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.Single","next":"pop!"},{"kind":"tok","re":".","opts":4,"tok":"Literal.String.Single","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"^:(?i-mx:@?[_a-z]\\w*)","opts":0,"tok":"Name.Label","next":null},{"kind":"tok","re":"@(?i-mx:@?[_a-z]\\w*)(\\.(?i-mx:@?[_a-z]\\w*))?","opts":4,"tok":"Name.Entity","next":null},{"kind":"tok","re":"%(\\\\.|.)+?%","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"[~!%^&*()+=|\\[\\]{}:;,.<>/?-]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"string"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"string_s"},{"kind":"tok","re":"\\d(\\.\\d*)?","opts":1,"tok":"Literal.Number","next":null},{"kind":"tok","re":"(?i-mx:@?[_a-z]\\w*)(?=\\s*[(])","opts":0,"tok":"Name.Function","next":null},{"kind":"ir","re":"@?[_a-z]\\w*","opts":1,"ops":[["if",["ginf",0,"up",["ABORT","ABS","ABSOLUTE","ACCESS","ADA","ADD","ADMIN","AFTER","AGGREGATE","ALIAS","ALL","ALLOCATE","ALTER","ANALYSE","ANALYZE","AND","ANY","ARE","AS","ASC","ASENSITIVE","ASSERTION","ASSIGNMENT","ASYMMETRIC","AT","ATOMIC","AUTHORIZATION","AVG","BACKWARD","BEFORE","BEGIN","BETWEEN","BITVAR","BIT_LENGTH","BOTH","BREADTH","BY","C","CACHE","CALL","CALLED","CARDINALITY","CASCADE","CASCADED","CASE","CAST","CATALOG","CATALOG_NAME","CHAIN","CHARACTERISTICS","CHARACTER_LENGTH","CHARACTER_SET_CATALOG","CHARACTER_SET_NAME","CHARACTER_SET_SCHEMA","CHAR_LENGTH","CHECK","CHECKED","CHECKPOINT","CLASS","CLASS_ORIGIN","CLOB","CLOSE","CLUSTER","COALSECE","COBOL","COLLATE","COLLATION","COLLATION_CATALOG","COLLATION_NAME","COLLATION_SCHEMA","COLUMN","COLUMN_NAME","COMMAND_FUNCTION","COMMAND_FUNCTION_CODE","COMMENT","COMMIT","COMMITTED","COMPLETION","CONDITION_NUMBER","CONNECT","CONNECTION","CONNECTION_NAME","CONSTRAINT","CONSTRAINTS","CONSTRAINT_CATALOG","CONSTRAINT_NAME","CONSTRAINT_SCHEMA","CONSTRUCTOR","CONTAINS","CONTINUE","CONVERSION","CONVERT","COPY","CORRESPONTING","COUNT","CREATE","CREATEDB","CREATEUSER","CROSS","CUBE","CURRENT","CURRENT_DATE","CURRENT_PATH","CURRENT_ROLE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","CURSOR_NAME","CYCLE","DATA","DATABASE","DATETIME_INTERVAL_CODE","DATETIME_INTERVAL_PRECISION","DAY","DEALLOCATE","DECLARE","DEFAULT","DEFAULTS","DEFERRABLE","DEFERRED","DEFINED","DEFINER","DELETE","DELIMITER","DELIMITERS","DEREF","DESC","DESCRIBE","DESCRIPTOR","DESTROY","DESTRUCTOR","DETERMINISTIC","DIAGNOSTICS","DICTIONARY","DISCONNECT","DISPATCH","DISTINCT","DO","DOMAIN","DROP","DYNAMIC","DYNAMIC_FUNCTION","DYNAMIC_FUNCTION_CODE","EACH","ELSE","ENCODING","ENCRYPTED","END","END-EXEC","EQUALS","ESCAPE","EVERY","EXCEPT","ESCEPTION","EXCLUDING","EXCLUSIVE","EXEC","EXECUTE","EXISTING","EXISTS","EXPLAIN","EXTERNAL","EXTRACT","FALSE","FETCH","FINAL","FIRST","FOR","FORCE","FOREIGN","FORTRAN","FORWARD","FOUND","FREE","FREEZE","FROM","FULL","FUNCTION","G","GENERAL","GENERATED","GET","GLOBAL","GO","GOTO","GRANT","GRANTED","GROUP","GROUPING","HANDLER","HAVING","HIERARCHY","HOLD","HOST","IDENTITY","IGNORE","ILIKE","IMMEDIATE","IMMUTABLE","IMPLEMENTATION","IMPLICIT","IN","INCLUDING","INCREMENT","INDEX","INDITCATOR","INFIX","INHERITS","INITIALIZE","INITIALLY","INNER","INOUT","INPUT","INSENSITIVE","INSERT","INSTANTIABLE","INSTEAD","INTERSECT","INTO","INVOKER","IS","ISNULL","ISOLATION","ITERATE","JOIN","KEY","KEY_MEMBER","KEY_TYPE","LANCOMPILER","LANGUAGE","LARGE","LAST","LATERAL","LEADING","LEFT","LENGTH","LESS","LEVEL","LIKE","LIMIT","LISTEN","LOAD","LOCAL","LOCALTIME","LOCALTIMESTAMP","LOCATION","LOCATOR","LOCK","LOWER","MAP","MATCH","MAX","MAXVALUE","MESSAGE_LENGTH","MESSAGE_OCTET_LENGTH","MESSAGE_TEXT","METHOD","MIN","MINUTE","MINVALUE","MOD","MODE","MODIFIES","MODIFY","MONTH","MORE","MOVE","MUMPS","NAMES","NATURAL","NCLOB","NEW","NEXT","NO","NOCREATEDB","NOCREATEUSER","NONE","NOT","NOTHING","NOTIFY","NOTNULL","NULL","NULLABLE","NULLIF","OBJECT","OCTET_LENGTH","OF","OFF","OFFSET","OIDS","OLD","ON","ONLY","OPEN","OPERATION","OPERATOR","OPTION","OPTIONS","OR","ORDER","ORDINALITY","OUT","OUTER","OUTPUT","OVERLAPS","OVERLAY","OVERRIDING","OWNER","PAD","PARAMETER","PARAMETERS","PARAMETER_MODE","PARAMATER_NAME","PARAMATER_ORDINAL_POSITION","PARAMETER_SPECIFIC_CATALOG","PARAMETER_SPECIFIC_NAME","PARAMATER_SPECIFIC_SCHEMA","PARTIAL","PASCAL","PENDANT","PLACING","PLI","POSITION","POSTFIX","PREFIX","PREORDER","PREPARE","PRESERVE","PRIMARY","PRIOR","PRIVILEGES","PROCEDURAL","PROCEDURE","PUBLIC","READ","READS","RECHECK","RECURSIVE","REF","REFERENCES","REFERENCING","REINDEX","RELATIVE","RENAME","REPEATABLE","REPLACE","RESET","RESTART","RESTRICT","RESULT","RETURN","RETURNED_LENGTH","RETURNED_OCTET_LENGTH","RETURNED_SQLSTATE","RETURNS","REVOKE","RIGHT","ROLE","ROLLBACK","ROLLUP","ROUTINE","ROUTINE_CATALOG","ROUTINE_NAME","ROUTINE_SCHEMA","ROW","ROWS","ROW_COUNT","RULE","SAVE_POINT","SCALE","SCHEMA","SCHEMA_NAME","SCOPE","SCROLL","SEARCH","SECOND","SECURITY","SELECT","SELF","SENSITIVE","SERIALIZABLE","SERVER_NAME","SESSION","SESSION_USER","SET","SETOF","SETS","SHARE","SHOW","SIMILAR","SIMPLE","SIZE","SOME","SOURCE","SPACE","SPECIFIC","SPECIFICTYPE","SPECIFIC_NAME","SQL","SQLCODE","SQLERROR","SQLEXCEPTION","SQLSTATE","SQLWARNINIG","STABLE","START","STATE","STATEMENT","STATIC","STATISTICS","STDIN","STDOUT","STORAGE","STRICT","STRUCTURE","STYPE","SUBCLASS_ORIGIN","SUBLIST","SUBSTRING","SUM","SYMMETRIC","SYSID","SYSTEM","SYSTEM_USER","TABLE","TABLE_NAME","TEMP","TEMPLATE","TEMPORARY","TERMINATE","THAN","THEN","TIMEZONE_HOUR","TIMEZONE_MINUTE","TO","TOAST","TRAILING","TRANSATION","TRANSACTIONS_COMMITTED","TRANSACTIONS_ROLLED_BACK","TRANSATION_ACTIVE","TRANSFORM","TRANSFORMS","TRANSLATE","TRANSLATION","TREAT","TRIGGER","TRIGGER_CATALOG","TRIGGER_NAME","TRIGGER_SCHEMA","TRIM","TRUE","TRUNCATE","TRUSTED","TYPE","UNCOMMITTED","UNDER","UNENCRYPTED","UNION","UNIQUE","UNKNOWN","UNLISTEN","UNNAMED","UNNEST","UNTIL","UPDATE","UPPER","USAGE","USER","USER_DEFINED_TYPE_CATALOG","USER_DEFINED_TYPE_NAME","USER_DEFINED_TYPE_SCHEMA","USING","VACUUM","VALID","VALIDATOR","VALUES","VARIABLE","VERBOSE","VERSION","VIEW","VOLATILE","WHEN","WHENEVER","WHERE","WITH","WITHOUT","WORK","WRITE","ZONE"]],[["token","Keyword"]],[["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::Diff","start_push":[],"states":{"root":[{"kind":"tok","re":"^ .*$\\n?","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"^---$\\n?","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\n (^\\++.*$\\n?) |\n (^>+[ \\t]+.*$\\n?) |\n (^>+$\\n?)\n ","opts":2,"tok":"Generic.Inserted","next":null},{"kind":"tok","re":"\n (^-+.*$\\n?) |\n (^<+[ \\t]+.*$\\n?) |\n (^<+$\\n?)\n ","opts":2,"tok":"Generic.Deleted","next":null},{"kind":"tok","re":"^!.*$\\n?","opts":0,"tok":"Generic.Strong","next":null},{"kind":"tok","re":"^([Ii]ndex|diff).*$\\n?","opts":0,"tok":"Generic.Heading","next":null},{"kind":"actions","re":"^(@@[^@]*@@)([^\\n]*\\n)","opts":0,"actions":[["groups",["Punctuation","Text"]]]},{"kind":"tok","re":"^\\w.*$\\n?","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"^=.*$\\n?","opts":0,"tok":"Generic.Heading","next":null},{"kind":"tok","re":".+$\\n?","opts":0,"tok":"Text","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Digdag","start_push":[],"states":{"block_nodes":[{"kind":"callback","re":"((?-mix:call>|require>|loop>|for_each>|if>|fail>|echo>|td>|td_run>|td_ddl>|td_load>|td_for_each>|td_wait>|td_wait_table>|td_partial_delete>|td_table_export>|pg>|mail>|http>|s3_wait>|redshift>|redshift_load>|redshift_unload>|emr>|gcs_wait>|bq>|bq_ddl>|bq_extract>|bq_load>|sh>|py>|rb>|embulk>|_do|_parallel))(:)(?=\\s|$)","opts":0},{"kind":"callback","re":"([^#,?\\[\\]{}\"'\\n]+)(:)(?=\\s|$)","opts":0},{"kind":"callback","re":"(\"(?:[^\\n\"]|\\\\\")*\")(\\s*)(:)(?=\\s|$)","opts":0},{"kind":"callback","re":"('(?:[^\\n']|\\\\')*')(\\s*)(:)(?=\\s|$)","opts":0},{"kind":"actions","re":"[\\|>][+-]?","opts":0,"actions":[["token","Punctuation.Indicator"],["push","block_scalar_content"],["push","block_scalar_header"]]}],"basic":[{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment.Single","next":null}],"root":[{"kind":"mixin","state":"basic"},{"kind":"tok","re":"\\n+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"[ ]+(?=#|$)","opts":0,"tok":"Text","next":null},{"kind":"callback","re":"^%YAML\\b","opts":0},{"kind":"callback","re":"^%TAG\\b","opts":0},{"kind":"callback","re":"^(?:---|\\.\\.\\.)(?= |$)","opts":0},{"kind":"callback","re":"[ ]*(?!\\s|$)","opts":0}],"indentation":[{"kind":"actions","re":"\\s*?\\n","opts":0,"actions":[["token","Text"],["pop",2]]},{"kind":"callback","re":"[ ]+(?=[-:?](?:[ ]|$))","opts":0},{"kind":"callback","re":"[?:-](?=[ ]|$)","opts":0},{"kind":"callback","re":"[ ]*","opts":0}],"block_line":[{"kind":"tok","re":"[ ]*(?=#|$)","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"[ ]+","opts":0,"tok":"Text","next":null},{"kind":"mixin","state":"descriptors"},{"kind":"mixin","state":"block_nodes"},{"kind":"mixin","state":"flow_nodes"},{"kind":"actions","re":"(?=(?-mix:[^ \\t\\n\\r\\f\\v?:,\\[\\]{}#&*!\\|>'\"%@`])|[?:-][^ \\t\\n\\r\\f\\v])","opts":0,"actions":[["token","Name.Variable"],["push","plain_scalar_in_block_context"]]}],"descriptors":[{"kind":"tok","re":"!<[0-9A-Za-z;/?:@&=+$,_.!~*'()\\[\\]%-]+>","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"\n (?:![\\w-]+)? # handle\n !(?:[\\w;/?:@&=+$,.!~*\\'()\\[\\]%-]*) # suffix\n ","opts":2,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"&[\\p{L}\\p{Nl}\\p{Nd}_-]+","opts":16,"tok":"Name.Label","next":null},{"kind":"tok","re":"\\*[\\p{L}\\p{Nl}\\p{Nd}_-]+","opts":16,"tok":"Name.Variable","next":null}],"flow_nodes":[{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation.Indicator","next":"flow_sequence"},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation.Indicator","next":"flow_mapping"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"single_quoted_scalar"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"double_quoted_scalar"}],"flow_collection":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"mixin","state":"basic"},{"kind":"tok","re":"[?:,]","opts":0,"tok":"Punctuation.Indicator","next":null},{"kind":"mixin","state":"descriptors"},{"kind":"mixin","state":"flow_nodes"},{"kind":"actions","re":"(?=(?-mix:[^ \\t\\n\\r\\f\\v?:,\\[\\]{}#&*!\\|>'\"%@`]))","opts":0,"actions":[["push","plain_scalar_in_flow_context"]]}],"flow_sequence":[{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation.Indicator","next":"pop!"},{"kind":"mixin","state":"flow_collection"}],"flow_mapping":[{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation.Indicator","next":"pop!"},{"kind":"mixin","state":"flow_collection"}],"block_scalar_content":[{"kind":"tok","re":"\\n+","opts":0,"tok":"Text","next":null},{"kind":"callback","re":"^[ ]+$","opts":0},{"kind":"callback","re":"^[ ]*","opts":0},{"kind":"tok","re":"[^\\n\\r\\f\\v]+","opts":0,"tok":"Literal.String","next":null}],"block_scalar_header":[{"kind":"callback","re":"\n (\n ([1-9])[+-]? | [+-]?([1-9])?\n )(?=[ ]|$)\n ","opts":2}],"ignored_line":[{"kind":"mixin","state":"basic"},{"kind":"tok","re":"[ ]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"pop!"}],"quoted_scalar_whitespaces":[{"kind":"tok","re":"^[ ]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"[ ]+$","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[ ]+","opts":0,"tok":"Name.Variable","next":null}],"single_quoted_scalar":[{"kind":"mixin","state":"quoted_scalar_whitespaces"},{"kind":"tok","re":"\\\\'","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^\\s']+","opts":0,"tok":"Literal.String","next":null}],"double_quoted_scalar":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"mixin","state":"quoted_scalar_whitespaces"},{"kind":"tok","re":"\\\\[0abt\\tn\\nvfre \"\\\\N_LP]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\(?:x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^ \\t\\n\\r\\f\\v\"\\\\]+","opts":0,"tok":"Literal.String","next":null}],"plain_scalar_in_block_context_new_line":[{"kind":"tok","re":"^[ ]+\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":null},{"kind":"actions","re":"^(?=---|\\.\\.\\.)","opts":0,"actions":[["pop",3]]},{"kind":"callback","re":"^[ ]*","opts":0}],"plain_scalar_in_block_context":[{"kind":"tok","re":"[ ]*(?=:[ \\n]|:$)","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"[ ]*:\\S+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"[ ]+(?=#)","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"[ ]+$","opts":0,"tok":"Text","next":null},{"kind":"actions","re":"\\n+","opts":0,"actions":[["token","Text"],["push","plain_scalar_in_block_context_new_line"]]},{"kind":"tok","re":"[ ]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"(true|false|null)\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"\\d+(?:\\.\\d+)?(?=(\\r?\\n)| +#)","opts":0,"tok":"Literal.Number","next":"pop!"},{"kind":"tok","re":"[^\\s:]+","opts":0,"tok":"Literal.String","next":null}],"plain_scalar_in_flow_context":[{"kind":"tok","re":"[ ]*(?=[,:?\\[\\]{}])","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"[ ]+(?=#)","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"^[ ]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"[ ]+$","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\n+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"[ ]+","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"[^\\s,:?\\[\\]{}]+","opts":0,"tok":"Name.Variable","next":null}],"yaml_directive":[{"kind":"actions","re":"([ ]+)(\\d+\\.\\d+)","opts":0,"actions":[["groups",["Text","Literal.Number"]],["goto","ignored_line"]]}],"tag_directive":[{"kind":"actions","re":"\n ([ ]+)(!|![\\w-]*!) # prefix\n ([ ]+)(!|!?[\\w;/?:@&=+$,.!~*'()\\[\\]%-]+) # tag handle\n ","opts":2,"actions":[["groups",["Text","Keyword.Type","Text","Keyword.Type"]],["goto","ignored_line"]]}]},"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::Docker","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"actions","re":"^(FROM)(\\s+)(.*)(\\s+)(AS)(\\s+)(.*)","opts":1,"actions":[["groups",["Keyword","Text.Whitespace","Literal.String","Text.Whitespace","Keyword","Text.Whitespace","Literal.String"]]]},{"kind":"actions","re":"^(ONBUILD)(\\s+)(FROM|MAINTAINER|CMD|LABEL|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ARG|STOPSIGNAL|HEALTHCHECK|SHELL)(.*)","opts":1,"actions":[["groups",["Keyword","Text.Whitespace","Keyword","Literal.String"]]]},{"kind":"actions","re":"^(FROM|MAINTAINER|CMD|LABEL|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ARG|STOPSIGNAL|HEALTHCHECK|SHELL)\\b(.*)","opts":1,"actions":[["groups",["Keyword","Literal.String"]]]},{"kind":"tok","re":"#.*?$","opts":0,"tok":"Comment","next":null},{"kind":"callback","re":"^(ONBUILD\\s+)?RUN(\\s+)","opts":1},{"kind":"tok","re":"\\w+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"[^\\w]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":".","opts":0,"tok":"Text","next":null}],"run":[{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"\\\\.","opts":4,"tok":"Literal.String.Escape","next":null},{"kind":"callback","re":"(\\\\.|[^\\n\\\\])+","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::Dot","start_push":[],"states":{"comments_and_whitespace":[{"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":"Comment.Single","next":null},{"kind":"tok","re":"/(\\\\\\n)?[*].*?[*](\\\\\\n)?/","opts":4,"tok":"Comment.Multiline","next":null}],"html":[{"kind":"callback","re":"[^<>]+","opts":0},{"kind":"callback","re":"<.+?>","opts":4},{"kind":"tok","re":">","opts":0,"tok":"Punctuation","next":"pop!"}],"ID":[{"kind":"ir","re":"([a-zA-Z][a-zA-Z_0-9]*)(\\s*)(=)","opts":0,"ops":[["token","Name",["g",1]],["token","Text",["g",2]],["token","Punctuation",["g",3]]]},{"kind":"tok","re":"[a-zA-Z][a-zA-Z_0-9]*","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"([0-9]+)?\\.[0-9]+","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[0-9]+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\"(\\\\\"|[^\"])*\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"callback","re":"<","opts":0}],"a_list":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"mixin","state":"ID"},{"kind":"tok","re":"[=;,]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\]","opts":0,"tok":"Operator","next":"pop!"}],"root":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"tok","re":"\\b(strict|graph|digraph|subgraph|node|edge)\\b","opts":1,"tok":"Keyword","next":null},{"kind":"tok","re":"[{};:=]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"-[->]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\[","opts":0,"tok":"Operator","next":"a_list"},{"kind":"mixin","state":"ID"}]},"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::Dylan","start_push":[],"states":{"root":[{"kind":"tok","re":"^[\\w.-]+:","opts":0,"tok":"Comment.Preproc","next":"header"},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"actions","re":"","opts":0,"actions":[["goto","main"]]}],"header":[{"kind":"actions","re":".*?$","opts":0,"actions":[["token","Comment"],["goto","header_value"]]}],"header_value":[{"kind":"tok","re":"^[ \\t]+.*?$","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"\\n+","opts":0,"tok":"Comment","next":null},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"main":[{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/\\*.*?\\*/","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"callback","re":"\\w+","opts":0},{"kind":"tok","re":"#(t|f|next|rest|key|all-keys|include)\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"[+-]?\\d+/\\d+","opts":0,"tok":"Literal.Number.Other","next":null},{"kind":"tok","re":"[+-]?\\d*[.]\\d+(?:e[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]?\\d+[.]\\d*(?:e[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]\\d+(?:e[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","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":"[+-]?[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":"::|=>|#[(\\[#]|[.][.][.]|[(),.;\\[\\]{}=?]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\\\(?-mix:[\\w!&*<>|^\\$%@][\\w!&*<>|^\\$%@=\\/?~+-]*|[+-~])","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"callback","re":"[\\w!&*<>|^\\$%@][\\w!&*<>|^\\$%@=/?~+-]*|[+-~]","opts":0},{"kind":"tok","re":":","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"dq"},{"kind":"tok","re":"'([^\\\\']|(\\\\[\\\\'abefnrt0])|(\\\\[0-9a-f]+))'","opts":0,"tok":"Literal.String.Char","next":null}],"dq":[{"kind":"tok","re":"\\\\[\\\\'\"abefnrt0]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\<\\h+>","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":"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::ECL","start_push":[],"states":{"single_quote":[{"kind":"tok","re":"[xDQUV]?'([^'\\\\]*(?:\\\\.[^'\\\\]*)*)'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"\\\\(x\\\\h{2}|[0-2][0-7]{,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.|$)","opts":0,"tok":"Text","next":null}],"inline_whitespace":[{"kind":"tok","re":"[ \\t\\r]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"/[*].*?[*]/","opts":4,"tok":"Comment.Multiline","next":null}],"whitespace":[{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"//.*","opts":0,"tok":"Comment.Single","next":null},{"kind":"mixin","state":"inline_whitespace"}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"mixin","state":"single_quote"},{"kind":"tok","re":"\\b(?i:(and|not|or|in))\\b","opts":0,"tok":"Operator.Word","next":null},{"kind":"tok","re":":=|>|<|<>|/|\\\\|\\+|-|=","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[\\[\\]{}();,\\&\\.\\%]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\b(?i:(beginc\\+\\+.*?endc\\+\\+))","opts":4,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"\\b(?i:(embed.*?endembed))","opts":4,"tok":"Literal.String.Single","next":null},{"kind":"ir","re":"\\b(\\w+)\\.(\\w+)\\.(\\w+)","opts":0,"ops":[["if",["and",["geq",1,"std"],["gin",2,["file","date","str","math","metaphone","metaphone3","uni","audit","blas","system"]]],[["token","Name.Class"]],[["token","Name.Variable"]]]]},{"kind":"tok","re":"\\b(?i:(u)?decimal)(\\d+(_\\d+)?)\\b","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"\\d+\\.\\d+(e[\\+\\-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"x[0-9a-f]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0x[0-9a-f]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0[0-9a-f]+x","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0[bB][01]+","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"[01]+[bB]","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"callback","re":"(#?)\\b([a-z_][\\w]*?)(\\d*)\\b","opts":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::EEX","start_push":[],"states":{"root":[{"kind":"tok","re":"<%#","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"<%%|<%=|<%#|<%","opts":0,"tok":"Comment.Preproc","next":"elixir"},{"kind":"callback","re":".+?(?=(?-mix:<%%|<%=|<%#|<%))|.+","opts":4}],"comment":[{"kind":"tok","re":"%%>|%>","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":".+?(?=(?-mix:%%>|%>))|.+","opts":4,"tok":"Comment","next":null}],"elixir":[{"kind":"tok","re":"%%>|%>","opts":0,"tok":"Comment.Preproc","next":"pop!"},{"kind":"callback","re":".+?(?=(?-mix:%%>|%>))|.+","opts":4}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Eiffel","start_push":[],"states":{"root":[{"kind":"tok","re":"\"\\[","opts":0,"tok":"Literal.String.Other","next":"aligned_verbatim_string"},{"kind":"tok","re":"\"\\{","opts":0,"tok":"Literal.String.Other","next":"non_aligned_verbatim_string"},{"kind":"tok","re":"\"(?:[^%\\b\\f\\n\\r\\v]|%[A-DFHLNQR-V%'\"()<>]|%/(?:0[xX][\\da-fA-F](?:_*[\\da-fA-F])*|0[cC][0-7](?:_*[0-7])*|0[bB][01](?:_*[01])*|\\d(?:_*\\d)*)/)*?\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"--.*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"'(?:[^%\\b\\f\\n\\r\\t\\v]|%[A-DFHLNQR-V%'\"()<>]|%/(?:0[xX][\\da-fA-F](?:_*[\\da-fA-F])*|0[cC][0-7](?:_*[0-7])*|0[bB][01](?:_*[01])*|\\d(?:_*\\d)*)/)'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"(?:across|agent|alias|all|and|attached|as|assign|attribute|check|class|convert|create|debug|deferred|detachable|do|else|elseif|end|ensure|expanded|export|external|feature|from|frozen|if|implies|inherit|inspect|invariant|like|local|loop|not|note|obsolete|old|once|or|Precursor|redefine|rename|require|rescue|retry|select|separate|some|then|undefine|until|variant|Void|when|xor)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"(?:Current|Result)\\b","opts":0,"tok":"Keyword.Variable","next":null},{"kind":"tok","re":"(?:True|False)\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"\\b0[xX][\\da-fA-F](?:_*[\\da-fA-F])*b","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\b0[cC][0-7](?:_*[0-7])*\\b","opts":0,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"\\b0[bB][01](?:_*[01])*\\b","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"\\d(?:_*\\d)*","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"(?:\\d(?:_*\\d)*)?\\.(?:(?:\\d(?:_*\\d)*)?[eE][+-]?)?\\d(?:_*\\d)*|\\d(?:_*\\d)*\\.?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":":=|<<|>>|\\(\\||\\|\\)|->|\\.|[{}\\[\\];(),:?]","opts":0,"tok":"Punctuation.Indicator","next":null},{"kind":"tok","re":"\\\\\\\\|\\|\\.\\.\\||\\.\\.|/[~/]?|[></]=?|[-+*^=~≤≥−∀∃¦⟳⟲]","opts":16,"tok":"Operator","next":null},{"kind":"tok","re":"[A-Z][\\dA-Z_]*","opts":0,"tok":"Name.Class","next":null},{"kind":"tok","re":"[A-Za-z][\\dA-Za-z_]*","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null}],"aligned_verbatim_string":[{"kind":"tok","re":"]\"","opts":0,"tok":"Literal.String.Other","next":"pop!"},{"kind":"tok","re":"(?:[^\"%\\b\\f\\v]|%[A-DFHLNQR-V%'\"()<>]|%/(?:0[xX][\\da-fA-F](?:_*[\\da-fA-F])*|0[cC][0-7](?:_*[0-7])*|0[bB][01](?:_*[01])*|\\d(?:_*\\d)*)/)+?","opts":0,"tok":"Literal.String.Other","next":null}],"non_aligned_verbatim_string":[{"kind":"tok","re":"}\"","opts":0,"tok":"Literal.String.Other","next":"pop!"},{"kind":"tok","re":"(?:[^\"%\\b\\f\\v]|%[A-DFHLNQR-V%'\"()<>]|%/(?:0[xX][\\da-fA-F](?:_*[\\da-fA-F])*|0[cC][0-7](?:_*[0-7])*|0[bB][01](?:_*[01])*|\\d(?:_*\\d)*)/)+?","opts":0,"tok":"Literal.String.Other","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::Elixir","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"\\b(case|cond|end|bc|lc|if|unless|try|loop|receive|fn|defmodule|\n defp?|defprotocol|defimpl|defrecord|defmacrop?|defdelegate|\n defexception|defguardp?|defstruct|exit|raise|throw|after|rescue|catch|else)\\b(?![?!])|\n (?<!\\.)\\b(do|\\-\\>)\\b","opts":2,"tok":"Keyword","next":null},{"kind":"tok","re":"\\b(import|require|use|recur|quote|unquote|super|refer)\\b(?![?!])","opts":0,"tok":"Keyword.Namespace","next":null},{"kind":"tok","re":"(?<!\\.)\\b(and|not|or|when|xor|in)\\b","opts":0,"tok":"Operator.Word","next":null},{"kind":"tok","re":"%=|\\*=|\\*\\*=|\\+=|\\-=|\\^=|\\|\\|=|\n <=>|<(?!<|=)|>(?!<|=|>)|<=|>=|===|==|=~|!=|!~|(?=[\\s])\\?|\n (?<=[\\s])!+|&(&&?|(?!\\d))|\\|\\||\\^|\\*|\\+|\\-|/|\n \\||\\+\\+|\\-\\-|\\*\\*|\\/\\/|\\<\\-|\\<\\>|<<|>>|=|\\.|~~~","opts":2,"tok":"Operator","next":null},{"kind":"tok","re":"(?<!:)(:)([a-zA-Z_]\\w*([?!]|=(?![>=]))?|\\<\\>|===?|>=?|<=?|\n <=>|&&?|%\\(\\)|%\\[\\]|%\\{\\}|\\+\\+?|\\-\\-?|\\|\\|?|\\!|//|[%&`/\\|]|\n \\*\\*?|=?~|<\\-)|([a-zA-Z_]\\w*([?!])?)(:)(?!:)","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":\"","opts":0,"tok":"Literal.String.Symbol","next":"interpoling_symbol"},{"kind":"tok","re":"\\b(nil|true|false)\\b(?![?!])|\\b[A-Z]\\w*\\b","opts":0,"tok":"Name.Constant","next":null},{"kind":"tok","re":"\\b(__(FILE|LINE|MODULE|MAIN|FUNCTION)__)\\b(?![?!])","opts":0,"tok":"Name.Builtin.Pseudo","next":null},{"kind":"tok","re":"[a-zA-Z_!]\\w*[!\\?]?","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"::|[%(){};,/\\|:\\\\\\[\\]]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"@[a-zA-Z_]\\w*|&\\d","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"\\b\\d(_?\\d)*(\\.(?![^\\d\\s])(_?\\d)+)([eE][-+]?\\d(_?\\d)*)?\\b","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\b0x[0-9A-Fa-f](_?[0-9A-Fa-f])*\\b","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\b0o[0-7](_?[0-7])*\\b","opts":0,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"\\b0b[01](_?[01])*\\b","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"\\b\\d(_?\\d)*\\b","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"mixin","state":"strings"},{"kind":"mixin","state":"sigil_strings"}],"strings":[{"kind":"tok","re":"(%[A-Ba-z])?\"\"\"(?:.|\\n)*?\"\"\"","opts":0,"tok":"Literal.String.Doc","next":null},{"kind":"tok","re":"'''(?:.|\\n)*?'''","opts":0,"tok":"Literal.String.Doc","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"dqs"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"sqs"},{"kind":"tok","re":"(?<!\\w)\\?(\\\\(x\\d{1,2}|\\h{1,2}(?!\\h)\\b|0[0-7]{0,2}(?![0-7])\\b[^x0MC])|(\\\\[MC]-)+\\w|[^\\s\\\\])","opts":0,"tok":"Literal.String.Other","next":null}],"dqs":[{"kind":"mixin","state":"escapes"},{"kind":"mixin","state":"interpoling"},{"kind":"tok","re":"[^#\"\\\\]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"},{"kind":"tok","re":"[#\\\\]","opts":0,"tok":"Literal.String.Double","next":null}],"sqs":[{"kind":"mixin","state":"escapes"},{"kind":"mixin","state":"interpoling"},{"kind":"tok","re":"[^#'\\\\]+","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"pop!"},{"kind":"tok","re":"[#\\\\]","opts":0,"tok":"Literal.String.Single","next":null}],"interpoling":[{"kind":"tok","re":"#\\{","opts":0,"tok":"Literal.String.Interpol","next":"interpoling_string"}],"interpoling_string":[{"kind":"tok","re":"\\}","opts":0,"tok":"Literal.String.Interpol","next":"pop!"},{"kind":"mixin","state":"root"}],"escapes":[{"kind":"tok","re":"\\\\x\\h{2}","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\u\\{?\\d+\\}?","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\[\\\\abdefnrstv0\"']","opts":0,"tok":"Literal.String.Escape","next":null}],"interpoling_symbol":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Symbol","next":"pop!"},{"kind":"mixin","state":"interpoling"},{"kind":"tok","re":"[^#\"]+","opts":0,"tok":"Literal.String.Symbol","next":null}],"sigil_strings":[{"kind":"callback","re":"~([a-z]|[A-Z][A-Z0-9]*)((?-mix:\\{|\\[|\\(|<|(?-mix:\"{3})|\\||\\/|'|\"))","opts":0}],"regex_flags":[{"kind":"tok","re":"[fgimrsux]*","opts":0,"tok":"Literal.String.Regex","next":"pop!"}],"list_flags":[{"kind":"tok","re":"[csa]?","opts":0,"tok":"Literal.String.Other","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::Elm","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"--.*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"{-","opts":0,"tok":"Comment.Multiline","next":"multiline_comment"},{"kind":"tok","re":"\\b(module|exposing|port|import|as|type|alias|if|then|else|case|of|let|in)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"[a-z]\\w*","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"_","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"[A-Z]\\w*","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"(->|::|//|\\.\\.|&&|\\|\\||\\+\\+|\\|>|<\\||>>|<<|==|/=|<=|>=)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[+-/*%=<>^\\|!]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\\\","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[@\\#$&~?]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\"\"\"","opts":0,"tok":"Literal.String","next":"multiline_string"},{"kind":"tok","re":"'(\\\\.|.)'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"double_quote"},{"kind":"tok","re":"0x[\\da-f]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\d+e[+-]?\\d+","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+\\.\\d+(e[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[\\[\\](),;`{}:]","opts":0,"tok":"Punctuation","next":null}],"multiline_comment":[{"kind":"tok","re":"-}","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"{-","opts":0,"tok":"Comment.Multiline","next":"multiline_comment"},{"kind":"tok","re":"[^-{}]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"[-{}]","opts":0,"tok":"Comment.Multiline","next":null}],"double_quote":[{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\\\\\"","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"multiline_string":[{"kind":"tok","re":"\\\\\"","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"\"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^\"]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":null}]},"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::Email","start_push":["fields"],"states":{"fields":[{"kind":"tok","re":"[:]","opts":0,"tok":"Operator","next":"field_body"},{"kind":"tok","re":"[^\\n\\r:]+","opts":0,"tok":"Name.Tag","next":null},{"kind":"tok","re":"[\\n\\r]","opts":0,"tok":"Name.Tag","next":null}],"field_body":[{"kind":"actions","re":"(\\r?\\n){2}","opts":0,"actions":[["token","Text"],["pop",2]]},{"kind":"tok","re":"\\r?\\n(?![ \\v\\t\\f])","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"[^\\n\\r]+","opts":0,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"[\\n\\r]","opts":0,"tok":"Name.Attribute","next":null}],"root":[{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"^>.*","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":".+","opts":0,"tok":"Text","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::EPP","start_push":[],"states":{"root":[{"kind":"tok","re":"<%#","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"<%%|<%=|<%#|(<%-|<%)(\\s*\\|)?","opts":0,"tok":"Comment.Preproc","next":"puppet"},{"kind":"callback","re":".+?(?=(?-mix:<%%|<%=|<%#|(<%-|<%)(\\s*\\|)?))|.+","opts":4}],"comment":[{"kind":"tok","re":"%%>|(\\|\\s*)?(-%>|%>)","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":".+?(?=(?-mix:%%>|(\\|\\s*)?(-%>|%>)))|.+","opts":4,"tok":"Comment","next":null}],"puppet":[{"kind":"tok","re":"%%>|(\\|\\s*)?(-%>|%>)","opts":0,"tok":"Comment.Preproc","next":"pop!"},{"kind":"callback","re":".+?(?=(?-mix:%%>|(\\|\\s*)?(-%>|%>)))|.+","opts":4}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::ERB","start_push":[],"states":{"root":[{"kind":"tok","re":"<%#","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"<%%|<%=|<%#|<%-|<%","opts":0,"tok":"Comment.Preproc","next":"ruby"},{"kind":"callback","re":".+?(?=(?-mix:<%%|<%=|<%#|<%-|<%))|.+","opts":4}],"comment":[{"kind":"tok","re":"%%>|-%>|%>","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":".+?(?=(?-mix:%%>|-%>|%>))|.+","opts":4,"tok":"Comment","next":null}],"ruby":[{"kind":"tok","re":"%%>|-%>|%>","opts":0,"tok":"Comment.Preproc","next":"pop!"},{"kind":"callback","re":".+?(?=(?-mix:%%>|-%>|%>))|.+","opts":4}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Erlang","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"%.*\\n","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"(after|begin|case|catch|cond|end|fun|if|let|of|query|receive|try|when)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"(abs|append_element|apply|atom_to_list|binary_to_list|bitstring_to_list|binary_to_term|bit_size|bump_reductions|byte_size|cancel_timer|check_process_code|delete_module|demonitor|disconnect_node|display|element|erase|exit|float|float_to_list|fun_info|fun_to_list|function_exported|garbage_collect|get|get_keys|group_leader|hash|hd|integer_to_list|iolist_to_binary|iolist_size|is_atom|is_binary|is_bitstring|is_boolean|is_builtin|is_float|is_function|is_integer|is_list|is_number|is_pid|is_port|is_process_alive|is_record|is_reference|is_tuple|length|link|list_to_atom|list_to_binary|list_to_bitstring|list_to_existing_atom|list_to_float|list_to_integer|list_to_pid|list_to_tuple|load_module|localtime_to_universaltime|make_tuple|md5|md5_final|md5_update|memory|module_loaded|monitor|monitor_node|node|nodes|open_port|phash|phash2|pid_to_list|port_close|port_command|port_connect|port_control|port_call|port_info|port_to_list|process_display|process_flag|process_info|purge_module|put|read_timer|ref_to_list|register|resume_process|round|send|send_after|send_nosuspend|set_cookie|setelement|size|spawn|spawn_link|spawn_monitor|spawn_opt|split_binary|start_timer|statistics|suspend_process|system_flag|system_info|system_monitor|system_profile|term_to_binary|tl|trace|trace_delivered|trace_info|trace_pattern|trunc|tuple_size|tuple_to_list|universaltime_to_localtime|unlink|unregister|whereis)\\b","opts":0,"tok":"Name.Builtin","next":null},{"kind":"tok","re":"(and|andalso|band|bnot|bor|bsl|bsr|bxor|div|not|or|orelse|rem|xor)\\b","opts":0,"tok":"Operator.Word","next":null},{"kind":"tok","re":"^-","opts":0,"tok":"Punctuation","next":"directive"},{"kind":"tok","re":"(\\+\\+?|--?|\\*|/|<|>|/=|=:=|=/=|=<|>=|==?|<-|!|\\?)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"tok","re":"<<","opts":0,"tok":"Name.Label","next":null},{"kind":"tok","re":">>","opts":0,"tok":"Name.Label","next":null},{"kind":"actions","re":"((?-mix:[a-z][a-zA-Z0-9_]*|'[^\\n']*[^\\\\]'))(:)","opts":0,"actions":[["groups",["Name.Namespace","Punctuation"]]]},{"kind":"actions","re":"(?:^|(?<=:))((?-mix:[a-z][a-zA-Z0-9_]*|'[^\\n']*[^\\\\]'))(\\s*)(\\()","opts":0,"actions":[["groups",["Name.Function","Text","Punctuation"]]]},{"kind":"tok","re":"[+-]?(?-mix:[2-9]|[12][0-9]|3[0-6])#[0-9a-zA-Z]+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[+-]?\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[+-]?\\d+.\\d+","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[\\]\\[:_@\\\".{}()|;,]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"(?:[A-Z_][a-zA-Z0-9_]*)","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"(?:[a-z][a-zA-Z0-9_]*|'[^\\n']*[^\\\\]')","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"\\?(?-mix:(?-mix:[A-Z_][a-zA-Z0-9_]*)|(?-mix:[a-z][a-zA-Z0-9_]*|'[^\\n']*[^\\\\]'))","opts":0,"tok":"Name.Constant","next":null},{"kind":"tok","re":"\\$(?:(?-mix:\\\\(?:[bdefnrstv\\'\"\\\\\\/]|[0-7][0-7]?[0-7]?|\\^[a-zA-Z]))|\\\\[ %]|[^\\\\])","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"#(?-mix:[a-z][a-zA-Z0-9_]*|'[^\\n']*[^\\\\]')(:?\\.(?-mix:[a-z][a-zA-Z0-9_]*|'[^\\n']*[^\\\\]'))?","opts":0,"tok":"Name.Label","next":null}],"string":[{"kind":"tok","re":"(?:\\\\(?:[bdefnrstv\\'\"\\\\/]|[0-7][0-7]?[0-7]?|\\^[a-zA-Z]))","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"~[0-9.*]*[~#+bBcdefginpPswWxX]","opts":0,"tok":"Literal.String.Interpol","next":null},{"kind":"tok","re":"[^\"\\\\~]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"~","opts":0,"tok":"Literal.String","next":null}],"directive":[{"kind":"actions","re":"(define)(\\s*)(\\()((?-mix:(?-mix:[A-Z_][a-zA-Z0-9_]*)|(?-mix:[a-z][a-zA-Z0-9_]*|'[^\\n']*[^\\\\]')))","opts":0,"actions":[["groups",["Name.Entity","Text","Punctuation","Name.Constant"]],["pop",1]]},{"kind":"actions","re":"(record)(\\s*)(\\()((?-mix:(?-mix:[A-Z_][a-zA-Z0-9_]*)|(?-mix:[a-z][a-zA-Z0-9_]*|'[^\\n']*[^\\\\]')))","opts":0,"actions":[["groups",["Name.Entity","Text","Punctuation","Name.Label"]],["pop",1]]},{"kind":"tok","re":"(?:[a-z][a-zA-Z0-9_]*|'[^\\n']*[^\\\\]')","opts":0,"tok":"Name.Entity","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::Factor","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"actions","re":"(:|::|MACRO:|MEMO:|GENERIC:|HELP:)(\\s+)(\\S+)","opts":4,"actions":[["groups",["Keyword","Text","Name.Function"]]]},{"kind":"actions","re":"(M:|HOOK:|GENERIC#)(\\s+)(\\S+)(\\s+)(\\S+)","opts":4,"actions":[["groups",["Keyword","Text","Name.Class","Text","Name.Function"]]]},{"kind":"tok","re":"\\((?=\\s)","opts":0,"tok":"Name.Function","next":"stack_effect"},{"kind":"tok","re":";(?=\\s)","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":"(USING:)((?:\\s|\\\\\\s)+)","opts":4,"actions":[["groups",["Keyword.Namespace","Text"]],["push","import"]]},{"kind":"actions","re":"(IN:|USE:|UNUSE:|QUALIFIED:|QUALIFIED-WITH:)(\\s+)(\\S+)","opts":4,"actions":[["groups",["Keyword.Namespace","Text","Name.Namespace"]]]},{"kind":"actions","re":"(FROM:|EXCLUDE:)(\\s+)(\\S+)(\\s+)(=>)","opts":4,"actions":[["groups",["Keyword.Namespace","Text","Name.Namespace","Text","Punctuation"]]]},{"kind":"tok","re":"(?:ALIAS|DEFER|FORGET|POSTPONE):","opts":0,"tok":"Keyword.Namespace","next":null},{"kind":"actions","re":"(TUPLE:)(\\s+)(\\S+)(\\s+)(<)(\\s+)(\\S+)","opts":4,"actions":[["groups",["Keyword","Text","Name.Class","Text","Punctuation","Text","Name.Class"]],["push","slots"]]},{"kind":"actions","re":"(TUPLE:)(\\s+)(\\S+)","opts":4,"actions":[["groups",["Keyword","Text","Name.Class"]],["push","slots"]]},{"kind":"actions","re":"(UNION:|INTERSECTION:)(\\s+)(\\S+)","opts":4,"actions":[["groups",["Keyword","Text","Name.Class"]]]},{"kind":"actions","re":"(PREDICATE:)(\\s+)(\\S+)(\\s+)(<)(\\s+)(\\S+)","opts":4,"actions":[["groups",["Keyword","Text","Name.Class","Text","Punctuation","Text","Name.Class"]]]},{"kind":"actions","re":"(C:)(\\s+)(\\S+)(\\s+)(\\S+)","opts":4,"actions":[["groups",["Keyword","Text","Name.Function","Text","Name.Class"]]]},{"kind":"tok","re":"\n (INSTANCE|SLOT|MIXIN|SINGLETONS?|CONSTANT|SYMBOLS?|ERROR|SYNTAX\n |ALIEN|TYPEDEF|FUNCTION|STRUCT):\n ","opts":2,"tok":"Keyword","next":null},{"kind":"tok","re":"(?:<PRIVATE|PRIVATE>)","opts":0,"tok":"Keyword.Namespace","next":null},{"kind":"actions","re":"(MAIN:)(\\s+)(\\S+)","opts":0,"actions":[["groups",["Keyword.Namespace","Text","Name.Function"]]]},{"kind":"tok","re":"\"(?:\\\\\\\\|\\\\\"|[^\"])*\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\S+\"\\s+(?:\\\\\\\\|\\\\\"|[^\"])*\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"(CHAR:)(\\s+)(\\\\[\\\\abfnrstv]*|\\S)(?=\\s)","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"!\\s+.*$","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"#!\\s+.*$","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"[tf](?=\\s)","opts":0,"tok":"Name.Constant","next":null},{"kind":"tok","re":"-?\\d+\\.\\d+(?=\\s)","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"-?\\d+(?=\\s)","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"HEX:\\s+[a-fA-F\\d]+(?=\\s)","opts":4,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"BIN:\\s+[01]+(?=\\s)","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"OCT:\\s+[0-7]+(?=\\s)","opts":0,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"[-+/*=<>^](?=\\s)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(?:deprecated|final|foldable|flushable|inline|recursive)(?=\\s)","opts":0,"tok":"Keyword","next":null},{"kind":"callback","re":"\\S+","opts":0}],"stack_effect":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Name.Function","next":"stack_effect"},{"kind":"tok","re":"\\)","opts":0,"tok":"Name.Function","next":"pop!"},{"kind":"tok","re":"--","opts":0,"tok":"Name.Function","next":null},{"kind":"tok","re":"\\S+","opts":0,"tok":"Name.Variable","next":null}],"slots":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":";(?=\\s)","opts":0,"tok":"Keyword","next":"pop!"},{"kind":"tok","re":"\\S+","opts":0,"tok":"Name.Variable","next":null}],"import":[{"kind":"tok","re":";(?=\\s)","opts":0,"tok":"Keyword","next":"pop!"},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\S+","opts":0,"tok":"Name.Namespace","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::Fluent","start_push":[],"states":{"root":[{"kind":"actions","re":"( *)(\\=)( *)","opts":0,"actions":[["groups",["Text.Whitespace","Punctuation","Text.Whitespace"]],["push","template"]]},{"kind":"tok","re":"(?:\\s*\\n)+","opts":4,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"\\#{1,3}(?: .*)?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"[a-zA-Z][a-zA-Z0-9_-]*","opts":0,"tok":"Name.Constant","next":null},{"kind":"tok","re":"\\-[a-zA-Z][a-zA-Z0-9_-]*","opts":0,"tok":"Name.Entity","next":null},{"kind":"tok","re":"\\s*\\.[a-zA-Z][a-zA-Z0-9_-]*","opts":0,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"\\s+(?=[^\\s\\.])","opts":0,"tok":"Text.Whitespace","next":"template"}],"template":[{"kind":"tok","re":"\\n","opts":4,"tok":"Text.Whitespace","next":"pop!"},{"kind":"tok","re":"[^\\{\\n\\}\\*]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"placeable"},{"kind":"tok","re":"(?=\\})","opts":0,"tok":"Punctuation","next":"pop!"}],"placeable":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"placeable"},{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"\\$[a-zA-Z][a-zA-Z0-9_-]*","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"\\-[a-zA-Z][a-zA-Z0-9_-]*","opts":0,"tok":"Name.Entity","next":null},{"kind":"tok","re":"\\.[a-zA-Z][a-zA-Z0-9_-]*","opts":0,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"[A-Z]+","opts":0,"tok":"Name.Builtin","next":null},{"kind":"tok","re":"[a-zA-Z][a-zA-Z0-9_-]*","opts":0,"tok":"Name.Constant","next":null},{"kind":"tok","re":"[\\(\\),\\:]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"->","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\*","opts":0,"tok":"Punctuation.Indicator","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":"\"","opts":0,"tok":"Literal.String.Double","next":"string"},{"kind":"actions","re":"(\\[)(\\-?\\d+\\.\\d+)(\\])","opts":0,"actions":[["groups",["Punctuation","Literal.Number.Float","Punctuation"]],["push","template"]]},{"kind":"actions","re":"(\\[)(\\-?\\d+)(\\])","opts":0,"actions":[["groups",["Punctuation","Literal.Number.Integer","Punctuation"]],["push","template"]]},{"kind":"actions","re":"(\\[)([a-zA-Z][a-zA-Z0-9_-]+)(\\])","opts":0,"actions":[["groups",["Punctuation","Literal.String.Symbol","Punctuation"]],["push","template"]]}],"string":[{"kind":"tok","re":"\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{6}","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.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::Fortran","start_push":[],"states":{"root":[{"kind":"tok","re":"[\\s]+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"!.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"^#.*$","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"::|[()/;,:&\\[\\]]","opts":0,"tok":"Punctuation","next":null},{"kind":"ir","re":"^(\\s*)([0-9]+)\\b","opts":4,"ops":[["token","Text.Whitespace",["g",1]],["token","Name.Label",["g",2]]]},{"kind":"ir","re":"\\b(FORMAT)(\\s*)(\\()","opts":5,"ops":[["token","Keyword",["g",1]],["token","Text.Whitespace",["g",2]],["token","Punctuation",["g",3]],["push","format_spec"]]},{"kind":"tok","re":"\n [+-]? # sign\n (\n (\\d+[.]\\d*|[.]\\d+)((?i-mx:[ED][+-]?\\d+))?\n | \\d+(?i-mx:[ED][+-]?\\d+) # exponent is mandatory\n )\n (_(?-mix:(\\d+|(?i-mx:[A-Z][_A-Z0-9]*))))? # kind parameter\n ","opts":3,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]?\\d+(_(?-mix:(\\d+|(?i-mx:[A-Z][_A-Z0-9]*))))?","opts":1,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"B'[01]+'|B\"[01]+\"","opts":1,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"O'[0-7]+'|O\"[0-7]+\"","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"Z'[0-9A-F]+'|Z\"[0-9A-F]+\"","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"((?-mix:(\\d+|(?i-mx:[A-Z][_A-Z0-9]*)))_)?'","opts":0,"tok":"Literal.String.Single","next":"string_single"},{"kind":"tok","re":"((?-mix:(\\d+|(?i-mx:[A-Z][_A-Z0-9]*)))_)?\"","opts":0,"tok":"Literal.String.Double","next":"string_double"},{"kind":"tok","re":"[.](TRUE|FALSE)[.](_(?-mix:(\\d+|(?i-mx:[A-Z][_A-Z0-9]*))))?","opts":1,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"\\*\\*|//|==|/=|<=|>=|=>|[-+*/<>=%]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\.(?:EQ|NE|LT|LE|GT|GE|NOT|AND|OR|EQV|NEQV|[A-Z]+)\\.","opts":1,"tok":"Operator.Word","next":null},{"kind":"tok","re":"double\\s+precision\\b","opts":1,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"go\\s+to\\b","opts":1,"tok":"Keyword","next":null},{"kind":"tok","re":"sync\\s+(all|images|memory)\\b","opts":1,"tok":"Keyword","next":null},{"kind":"tok","re":"error\\s+stop\\b","opts":1,"tok":"Keyword","next":null},{"kind":"ir","re":"(?i-mx:[A-Z][_A-Z0-9]*)","opts":4,"ops":[["if",["ginf",0,"down",["abstract","allocatable","allocate","assign","assignment","associate","asynchronous","backspace","bind","block","blockdata","call","case","class","close","codimension","common","concurrent","contains","contiguous","continue","critical","cycle","data","deallocate","deferred","dimension","do","elemental","else","elseif","elsewhere","end","endassociate","endblock","endblockdata","enddo","endenum","endfile","endforall","endfunction","endif","endinterface","endmodule","endprogram","endselect","endsubmodule","endsubroutine","endtype","endwhere","endwhile","entry","enum","enumerator","equivalence","exit","extends","external","final","flush","forall","format","function","generic","goto","if","implicit","import","in","include","inout","inquire","intent","interface","intrinsic","is","lock","module","namelist","non_overridable","none","nopass","nullify","only","open","operator","optional","out","parameter","pass","pause","pointer","print","private","procedure","program","protected","public","pure","read","recursive","result","return","rewind","save","select","selectcase","sequence","stop","submodule","subroutine","target","then","type","unlock","use","value","volatile","wait","where","while","write"]],[["token","Keyword"]],[["if",["ginf",0,"down",["character","complex","doubleprecision","integer","logical","real"]],[["token","Keyword.Type"]],[["if",["ginf",0,"down",["abs","achar","acos","acosh","adjustl","adjustr","aimag","aint","all","allocated","anint","any","asin","asinh","associated","atan","atan2","atanh","atomic_define","atomic_ref","bessel_j0","bessel_j1","bessel_jn","bessel_y0","bessel_y1","bessel_yn","bge","bgt","bit_size","ble","blt","btest","c_associated","c_f_pointer","c_f_procpointer","c_funloc","c_loc","c_sizeof","ceiling","char","cmplx","command_argument_count","compiler_options","compiler_version","conjg","cos","cosh","count","cpu_time","cshift","date_and_time","dble","digits","dim","dot_product","dprod","dshiftl","dshiftr","eoshift","epsilon","erf","erfc_scaled","erfc","execute_command_line","exp","exponent","extends_type_of","findloc","floor","fraction","gamma","get_command_argument","get_command","get_environment_variable","huge","hypot","iachar","iall","iand","iany","ibclr","ibits","ibset","ichar","ieee_class","ieee_copy_sign","ieee_get_flag","ieee_get_halting_mode","ieee_get_rounding_mode","ieee_get_status","ieee_get_underflow_mode","ieee_is_finite","ieee_is_nan","ieee_is_normal","ieee_logb","ieee_next_after","ieee_rem","ieee_rint","ieee_scalb","ieee_selected_real_kind","ieee_set_flag","ieee_set_halting_mode","ieee_set_rounding_mode","ieee_set_status","ieee_set_underflow_mode","ieee_support_datatype","ieee_support_denormal","ieee_support_divide","ieee_support_flag","ieee_support_halting","ieee_support_inf","ieee_support_io","ieee_support_nan","ieee_support_rounding","ieee_support_sqrt","ieee_support_standard","ieee_support_underflow_control","ieee_unordered","ieee_value","ieor","image_index","index","int","ior","iparity","is_contiguous","is_iostat_end","is_iostat_eor","ishft","ishftc","kind","lbound","lcobound","leadz","len_trim","len","lge","lgt","lle","llt","log_gamma","log","log10","logical","maskl","maskr","matmul","max","maxexponent","maxloc","maxval","merge_bits","merge","min","minexponent","minloc","minval","mod","modulo","move_alloc","mvbits","nearest","new_line","nint","norm2","not","null","num_images","pack","parity","popcnt","poppar","present","product","radix","random_number","random_seed","range","real","repeat","reshape","rrspacing","same_type_as","scale","scan","selected_char_kind","selected_int_kind","selected_real_kind","set_exponent","shape","shifta","shiftl","shiftr","sign","sin","sinh","size","spacing","spread","sqrt","storage_size","sum","system_clock","tan","tanh","this_image","tiny","trailz","transfer","transpose","trim","ubound","ucobound","unpack","verify"]],[["token","Name.Builtin"]],[["token","Name"]]]]]]]]}],"string_single":[{"kind":"tok","re":"[^']+","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"''","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"pop!"}],"string_double":[{"kind":"tok","re":"[^\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"\"","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"format_spec":[{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"string_single"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"string_double"},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"format_spec"},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[\\s]+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"[^\\s'\"(),]+","opts":0,"tok":"Literal","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::FreeFEM","start_push":["bol"],"states":{"expr_bol":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"include","opts":0,"tok":"Comment.Preproc","next":"macro"},{"kind":"tok","re":"load","opts":0,"tok":"Comment.Preproc","next":"macro"},{"kind":"tok","re":"ENDIFMACRO","opts":0,"tok":"Comment.Preproc","next":"macro"},{"kind":"tok","re":"IFMACRO","opts":0,"tok":"Comment.Preproc","next":"macro"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"statements":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"(u8|u|U|L)?\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"tok","re":"(u8|u|U|L)?'(\\\\.|\\\\[0-7]{1,3}|\\\\x[a-f0-9]{1,2}|[^\\\\'\\n])'","opts":1,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"(\\d+[.]\\d*|[.]?\\d+)e[+-]?\\d+[lu]*","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+e[+-]?\\d+[lu]*","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0x[0-9a-f]+[lu]*","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0[0-7]+[lu]*","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"\\d+[lu]*","opts":1,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\\*/","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"[~!%^&*+=\\|?:<>/-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[()\\[\\],.;]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\bcase\\b","opts":0,"tok":"Keyword","next":"case"},{"kind":"tok","re":"(?:true|false|NaN)\\b","opts":0,"tok":"Name.Builtin","next":null},{"kind":"ir","re":"[a-z_]\\w*","opts":1,"ops":[["if",["gin",0,["break","catch","continue","else","for","if","return","try","while"]],[["token","Keyword"]],[["if",["gin",0,["bool","border","complex","dmatrix","fespace","func","gslspline","ifstream","int","macro","matrix","mesh","mesh3","mpiComm","mpiGroup","mpiRequest","NewMacro","EndMacro","ofstream","Pmmap","problem","Psemaphore","real","solve","string","varf"]],[["token","Keyword.Type"]],[["if",["gin",0,["BDM1","BDM1Ortho","Edge03d","Edge13d","Edge23d","FEQF","HCT","P0","P03d","P0Edge","P1","P13d","P1b","P1b3d","P1bl","P1bl3d","P1dc","P1Edge","P1nc","P2","P23d","P2b","P2BR","P2dc","P2Edge","P2h","P2Morley","P2pnc","P3","P3dc","P3Edge","P4","P4dc","P4Edge","P5Edge","RT0","RT03d","RT0Ortho","RT1","RT1Ortho","RT2","RT2Ortho","qf1pE","qf1pElump","qf1pT","qf1pTlump","qfV1","qfV1lump","qf2pE","qf2pT","qf2pT4P1","qfV2","qf3pE","qf4pE","qf5pE","qf5pT","qfV5","qf7pT","qf9pT","qfnbpE","ARGV","append","area","be","binary","BoundaryEdge","bordermeasure","CG","Cholesky","cin","cout","Crout","default","diag","edgeOrientation","endl","FILE","fixed","GMRES","good","hTriangle","im","imax","imin","InternalEdge","l1","l2","label","lenEdge","length","LINE","linfty","LU","m","max","measure","min","mpiAnySource","mpiBAND","mpiBXOR","mpiCommWorld","mpiLAND","mpiLOR","mpiLXOR","mpiMAX","mpiMIN","mpiPROD","mpirank","mpisize","mpiSUM","mpiUndefined","n","N","nbe","ndof","ndofK","noshowbase","noshowpos","notaregion","nt","nTonEdge","nuEdge","nuTriangle","nv","P","pi","precision","quantile","re","region","scientific","searchMethod","setw","showbase","showpos","sparsesolver","sum","tellp","true","UMFPACK","unused","whoinElement","verbosity","version","volume","x","y","z"]],[["token","Keyword.Reserved"]],[["if",["gin",0,["abs","acos","acosh","adaptmesh","adj","AffineCG","AffineGMRES","arg","asin","asinh","assert","atan","atan2","atanh","atof","atoi","BFGS","broadcast","buildlayers","buildmesh","ceil","chi","complexEigenValue","copysign","change","checkmovemesh","clock","cmaes","conj","convect","cos","cosh","cube","d","dd","dfft","diffnp","diffpos","dimKrylov","dist","dumptable","dx","dxx","dxy","dxz","dy","dyx","dyy","dyz","dz","dzx","dzy","dzz","EigenValue","emptymesh","erf","erfc","exec","exit","exp","fdim","ffind","find","floor","flush","fmax","fmin","fmod","freeyams","getARGV","getline","gmshload","gmshload3","gslcdfugaussianP","gslcdfugaussianQ","gslcdfugaussianPinv","gslcdfugaussianQinv","gslcdfgaussianP","gslcdfgaussianQ","gslcdfgaussianPinv","gslcdfgaussianQinv","gslcdfgammaP","gslcdfgammaQ","gslcdfgammaPinv","gslcdfgammaQinv","gslcdfcauchyP","gslcdfcauchyQ","gslcdfcauchyPinv","gslcdfcauchyQinv","gslcdflaplaceP","gslcdflaplaceQ","gslcdflaplacePinv","gslcdflaplaceQinv","gslcdfrayleighP","gslcdfrayleighQ","gslcdfrayleighPinv","gslcdfrayleighQinv","gslcdfchisqP","gslcdfchisqQ","gslcdfchisqPinv","gslcdfchisqQinv","gslcdfexponentialP","gslcdfexponentialQ","gslcdfexponentialPinv","gslcdfexponentialQinv","gslcdfexppowP","gslcdfexppowQ","gslcdftdistP","gslcdftdistQ","gslcdftdistPinv","gslcdftdistQinv","gslcdffdistP","gslcdffdistQ","gslcdffdistPinv","gslcdffdistQinv","gslcdfbetaP","gslcdfbetaQ","gslcdfbetaPinv","gslcdfbetaQinv","gslcdfflatP","gslcdfflatQ","gslcdfflatPinv","gslcdfflatQinv","gslcdflognormalP","gslcdflognormalQ","gslcdflognormalPinv","gslcdflognormalQinv","gslcdfgumbel1P","gslcdfgumbel1Q","gslcdfgumbel1Pinv","gslcdfgumbel1Qinv","gslcdfgumbel2P","gslcdfgumbel2Q","gslcdfgumbel2Pinv","gslcdfgumbel2Qinv","gslcdfweibullP","gslcdfweibullQ","gslcdfweibullPinv","gslcdfweibullQinv","gslcdfparetoP","gslcdfparetoQ","gslcdfparetoPinv","gslcdfparetoQinv","gslcdflogisticP","gslcdflogisticQ","gslcdflogisticPinv","gslcdflogisticQinv","gslcdfbinomialP","gslcdfbinomialQ","gslcdfpoissonP","gslcdfpoissonQ","gslcdfgeometricP","gslcdfgeometricQ","gslcdfnegativebinomialP","gslcdfnegativebinomialQ","gslcdfpascalP","gslcdfpascalQ","gslinterpakima","gslinterpakimaperiodic","gslinterpcsplineperiodic","gslinterpcspline","gslinterpsteffen","gslinterplinear","gslinterppolynomial","gslranbernoullipdf","gslranbeta","gslranbetapdf","gslranbinomialpdf","gslranexponential","gslranexponentialpdf","gslranexppow","gslranexppowpdf","gslrancauchy","gslrancauchypdf","gslranchisq","gslranchisqpdf","gslranerlang","gslranerlangpdf","gslranfdist","gslranfdistpdf","gslranflat","gslranflatpdf","gslrangamma","gslrangammaint","gslrangammapdf","gslrangammamt","gslrangammaknuth","gslrangaussian","gslrangaussianratiomethod","gslrangaussianziggurat","gslrangaussianpdf","gslranugaussian","gslranugaussianratiomethod","gslranugaussianpdf","gslrangaussiantail","gslrangaussiantailpdf","gslranugaussiantail","gslranugaussiantailpdf","gslranlandau","gslranlandaupdf","gslrangeometricpdf","gslrangumbel1","gslrangumbel1pdf","gslrangumbel2","gslrangumbel2pdf","gslranlogistic","gslranlogisticpdf","gslranlognormal","gslranlognormalpdf","gslranlogarithmicpdf","gslrannegativebinomialpdf","gslranpascalpdf","gslranpareto","gslranparetopdf","gslranpoissonpdf","gslranrayleigh","gslranrayleighpdf","gslranrayleightail","gslranrayleightailpdf","gslrantdist","gslrantdistpdf","gslranlaplace","gslranlaplacepdf","gslranlevy","gslranweibull","gslranweibullpdf","gslsfairyAi","gslsfairyBi","gslsfairyAiscaled","gslsfairyBiscaled","gslsfairyAideriv","gslsfairyBideriv","gslsfairyAiderivscaled","gslsfairyBiderivscaled","gslsfairyzeroAi","gslsfairyzeroBi","gslsfairyzeroAideriv","gslsfairyzeroBideriv","gslsfbesselJ0","gslsfbesselJ1","gslsfbesselJn","gslsfbesselY0","gslsfbesselY1","gslsfbesselYn","gslsfbesselI0","gslsfbesselI1","gslsfbesselIn","gslsfbesselI0scaled","gslsfbesselI1scaled","gslsfbesselInscaled","gslsfbesselK0","gslsfbesselK1","gslsfbesselKn","gslsfbesselK0scaled","gslsfbesselK1scaled","gslsfbesselKnscaled","gslsfbesselj0","gslsfbesselj1","gslsfbesselj2","gslsfbesseljl","gslsfbessely0","gslsfbessely1","gslsfbessely2","gslsfbesselyl","gslsfbesseli0scaled","gslsfbesseli1scaled","gslsfbesseli2scaled","gslsfbesselilscaled","gslsfbesselk0scaled","gslsfbesselk1scaled","gslsfbesselk2scaled","gslsfbesselklscaled","gslsfbesselJnu","gslsfbesselYnu","gslsfbesselInuscaled","gslsfbesselInu","gslsfbesselKnuscaled","gslsfbesselKnu","gslsfbessellnKnu","gslsfbesselzeroJ0","gslsfbesselzeroJ1","gslsfbesselzeroJnu","gslsfclausen","gslsfhydrogenicR1","gslsfdawson","gslsfdebye1","gslsfdebye2","gslsfdebye3","gslsfdebye4","gslsfdebye5","gslsfdebye6","gslsfdilog","gslsfmultiply","gslsfellintKcomp","gslsfellintEcomp","gslsfellintPcomp","gslsfellintDcomp","gslsfellintF","gslsfellintE","gslsfellintRC","gslsferfc","gslsflogerfc","gslsferf","gslsferfZ","gslsferfQ","gslsfhazard","gslsfexp","gslsfexpmult","gslsfexpm1","gslsfexprel","gslsfexprel2","gslsfexpreln","gslsfexpintE1","gslsfexpintE2","gslsfexpintEn","gslsfexpintE1scaled","gslsfexpintE2scaled","gslsfexpintEnscaled","gslsfexpintEi","gslsfexpintEiscaled","gslsfShi","gslsfChi","gslsfexpint3","gslsfSi","gslsfCi","gslsfatanint","gslsffermidiracm1","gslsffermidirac0","gslsffermidirac1","gslsffermidirac2","gslsffermidiracint","gslsffermidiracmhalf","gslsffermidirachalf","gslsffermidirac3half","gslsffermidiracinc0","gslsflngamma","gslsfgamma","gslsfgammastar","gslsfgammainv","gslsftaylorcoeff","gslsffact","gslsfdoublefact","gslsflnfact","gslsflndoublefact","gslsflnchoose","gslsfchoose","gslsflnpoch","gslsfpoch","gslsfpochrel","gslsfgammaincQ","gslsfgammaincP","gslsfgammainc","gslsflnbeta","gslsfbeta","gslsfbetainc","gslsfgegenpoly1","gslsfgegenpoly2","gslsfgegenpoly3","gslsfgegenpolyn","gslsfhyperg0F1","gslsfhyperg1F1int","gslsfhyperg1F1","gslsfhypergUint","gslsfhypergU","gslsfhyperg2F0","gslsflaguerre1","gslsflaguerre2","gslsflaguerre3","gslsflaguerren","gslsflambertW0","gslsflambertWm1","gslsflegendrePl","gslsflegendreP1","gslsflegendreP2","gslsflegendreP3","gslsflegendreQ0","gslsflegendreQ1","gslsflegendreQl","gslsflegendrePlm","gslsflegendresphPlm","gslsflegendrearraysize","gslsfconicalPhalf","gslsfconicalPmhalf","gslsfconicalP0","gslsfconicalP1","gslsfconicalPsphreg","gslsfconicalPcylreg","gslsflegendreH3d0","gslsflegendreH3d1","gslsflegendreH3d","gslsflog","gslsflogabs","gslsflog1plusx","gslsflog1plusxmx","gslsfpowint","gslsfpsiint","gslsfpsi","gslsfpsi1piy","gslsfpsi1int","gslsfpsi1","gslsfpsin","gslsfsynchrotron1","gslsfsynchrotron2","gslsftransport2","gslsftransport3","gslsftransport4","gslsftransport5","gslsfsin","gslsfcos","gslsfhypot","gslsfsinc","gslsflnsinh","gslsflncosh","gslsfanglerestrictsymm","gslsfanglerestrictpos","gslsfzetaint","gslsfzeta","gslsfzetam1","gslsfzetam1int","gslsfhzeta","gslsfetaint","gslsfeta","imag","int1d","int2d","int3d","intalledges","intallfaces","interpolate","invdiff","invdiffnp","invdiffpos","Isend","isInf","isNaN","isoline","Irecv","j0","j1","jn","jump","lgamma","LinearCG","LinearGMRES","log","log10","lrint","lround","max","mean","medit","min","mmg3d","movemesh","movemesh23","mpiAlltoall","mpiAlltoallv","mpiAllgather","mpiAllgatherv","mpiAllReduce","mpiBarrier","mpiGather","mpiGatherv","mpiRank","mpiReduce","mpiScatter","mpiScatterv","mpiSize","mpiWait","mpiWaitAny","mpiWtick","mpiWtime","mshmet","NLCG","on","plot","polar","Post","pow","processor","processorblock","projection","randinit","randint31","randint32","random","randreal1","randreal2","randreal3","randres53","Read","readmesh","readmesh3","Recv","rfind","rint","round","savemesh","savesol","savevtk","seekg","Sent","set","sign","signbit","sin","sinh","sort","splitComm","splitmesh","sqrt","square","srandom","srandomdev","Stringification","swap","system","tan","tanh","tellg","tetg","tetgconvexhull","tetgreconstruction","tetgtransfo","tgamma","triangulate","trunc","Wait","Write","y0","y1","yn"]],[["token","Name.Builtin"]],[["if",["gin",0,["A","A1","abserror","absolute","aniso","aspectratio","B","B1","bb","beginend","bin","boundary","bw","close","cmm","coef","composante","cutoff","datafilename","dataname","dim","distmax","displacement","doptions","dparams","eps","err","errg","facemerge","facetcl","factorize","file","fill","fixedborder","flabel","flags","floatmesh","floatsol","fregion","gradation","grey","hmax","hmin","holelist","hsv","init","inquire","inside","IsMetric","iso","ivalue","keepbackvertices","label","labeldown","labelmid","labelup","levelset","loptions","lparams","maxit","maxsubdiv","meditff","mem","memory","metric","mode","nbarrow","nbiso","nbiter","nbjacoby","nboffacetcl","nbofholes","nbofregions","nbregul","nbsmooth","nbvx","ncv","nev","nomeshgeneration","normalization","omega","op","optimize","option","options","order","orientation","periodic","power","precon","prev","ps","ptmerge","qfe","qforder","qft","qfV","ratio","rawvector","reffacelow","reffacemid","reffaceup","refnum","reftet","reftri","region","regionlist","renumv","rescaling","ridgeangle","save","sigma","sizeofvolume","smoothing","solver","sparams","split","splitin2","splitpbedge","stop","strategy","swap","switch","sym","t","tgv","thetamax","tol","tolpivot","tolpivotsym","transfo","U2Vc","value","varrow","vector","veps","viso","wait","width","withsurfacemesh","WindowIndex","which","zbound"]],[["token","Name.Attribute"]],[["token","Name"]]]]]]]]]]]]}],"root":[{"kind":"tok","re":"(?:__offload|__blockingoffload|__outer)\\b","opts":0,"tok":"Keyword.Pseudo","next":null},{"kind":"mixin","state":"expr_whitespace"},{"kind":"ir","re":"\n ([\\w*\\s]+?[\\s*]) # return arguments\n ((?-mix:[a-zA-Z_][a-zA-Z0-9_]*)) # function name\n (\\s*\\([^;]*?\\)) # signature\n ((?-mix:(?:\\s|\\/\\/.*?\\n|\\/[*].*?[*]\\/)+)?)({|;) # open brace or semicolon\n ","opts":6,"ops":[["recurse",["g",1]],["token","Name.Function",["g",2]],["recurse",["g",3]],["recurse",["g",4]],["token","Punctuation",["g",5]],["if",["geq",5,"{"],[["push","function"]],[]]]},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"function"},{"kind":"mixin","state":"statements"}],"classname":[{"kind":"tok","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"tok":"Name.Class","next":"pop!"},{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[.]{3}","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"template":[{"kind":"tok","re":"[>;]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"typename\\b","opts":0,"tok":"Keyword","next":"classname"},{"kind":"mixin","state":"statements"}],"case":[{"kind":"tok","re":":(?!:)","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"statements"}],"bol":[{"kind":"tok","re":"(?-mix:[a-zA-Z_][a-zA-Z0-9_]*):(?!:)","opts":0,"tok":"Name.Label","next":null},{"kind":"mixin","state":"expr_bol"}],"inline_whitespace":[{"kind":"tok","re":"[ \\t\\r]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"/(\\\\\\n)?[*].*?[*](\\\\\\n)?/","opts":4,"tok":"Comment.Multiline","next":null}],"whitespace":[{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":"bol"},{"kind":"tok","re":"//(\\\\.|.)*?$","opts":0,"tok":"Comment.Single","next":"bol"},{"kind":"mixin","state":"inline_whitespace"}],"expr_whitespace":[{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":"expr_bol"},{"kind":"mixin","state":"whitespace"}],"function":[{"kind":"mixin","state":"whitespace"},{"kind":"mixin","state":"statements"},{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"{","opts":0,"tok":"Punctuation","next":"function"},{"kind":"tok","re":"}","opts":0,"tok":"Punctuation","next":"pop!"}],"string":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\\\\([\\\\abfnrtv\"']|x[a-fA-F0-9]{2,4}|[0-7]{1,3})","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^\\\\\"\\n]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\\\","opts":0,"tok":"Literal.String","next":null}],"macro":[{"kind":"mixin","state":"include"},{"kind":"tok","re":"[^/\\n\\\\]+","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"\\\\.","opts":4,"tok":"Comment.Preproc","next":null},{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"/","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"\\n","opts":0,"tok":"Comment.Preproc","next":"pop!"}],"include":[{"kind":"actions","re":"(include)(\\s*)(<[^>]+>)([^\\n]*)","opts":0,"actions":[["groups",["Comment.Preproc","Text","Comment.PreprocFile","Comment.Single"]]]},{"kind":"actions","re":"(include)(\\s*)(\"[^\"]+\")([^\\n]*)","opts":0,"actions":[["groups",["Comment.Preproc","Text","Comment.PreprocFile","Comment.Single"]]]}],"if_0":[{"kind":"tok","re":"^\\s*#if","opts":0,"tok":"Comment","next":"if_0"},{"kind":"tok","re":"^\\s*#\\s*el(?:se|if)","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"^\\s*#\\s*endif\\b.*?(?<!\\\\)\\n","opts":4,"tok":"Comment","next":"pop!"},{"kind":"tok","re":".*?\\n","opts":0,"tok":"Comment","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
@@ -0,0 +1 @@
1
+ {"lexer":"Rouge::Lexers::FSharp","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":"[A-Z][\\w']*","opts":0,"tok":"Name.Class","next":null},{"kind":"tok","re":"[(][*](?![)])","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"ir","re":"([a-z][\\w']*)|(``[^`\\n\\r\\t]+``)","opts":1,"ops":[["if",["gin",0,["abstract","and","as","assert","base","begin","class","default","delegate","do","done","downcast","downto","elif","else","end","exception","extern","false","finally","for","fun","function","global","if","in","inherit","inline","interface","internal","lazy","let","let!","match","member","module","mutable","namespace","new","not","null","of","open","or","override","private","public","rec","return","return!","select","static","struct","then","to","true","try","type","upcast","use","use!","val","void","when","while","with","yield","yield!","sig","atomic","break","checked","component","const","constraint","constructor","continue","eager","event","external","fixed","functor","include","method","mixin","object","parallel","process","protected","pure","sealed","tailcall","trait","virtual","volatile"]],[["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":"ir","re":"[\\[\\];,{}_()!$%&*+./:<=>?@^|~#-]+","opts":0,"ops":[["if",["gin",0,["!=","#","&","&&","(",")","*","\\+",",","-","-.","->",".","..",":","::",":=",":>",";",";;","<","<-","=",">",">]",">}","?","??","[","[<","[>","[|","]","_","`","{","{<","|","|]","}","~","|>","<|","<>"]],[["token","Punctuation"]],[["token","Operator"]]]]},{"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']*)|(``[^`\\n\\r\\t]+``))","opts":0,"tok":"Name.Variable","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":"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']*)|(``[^`\\n\\r\\t]+``)","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"}}