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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +29 -0
- data/Cargo.lock +373 -0
- data/Cargo.toml +6 -0
- data/LICENSE +25 -0
- data/README.md +98 -0
- data/ext/blusher/Cargo.toml +18 -0
- data/ext/blusher/extconf.rb +10 -0
- data/ext/blusher/src/lib.rs +167 -0
- data/lib/blusher/native.rb +115 -0
- data/lib/blusher/shim.rb +134 -0
- data/lib/blusher/tables/abap.json +1 -0
- data/lib/blusher/tables/actionscript.json +1 -0
- data/lib/blusher/tables/ada.json +1 -0
- data/lib/blusher/tables/apache.json +1 -0
- data/lib/blusher/tables/apex.json +1 -0
- data/lib/blusher/tables/apiblueprint.json +1 -0
- data/lib/blusher/tables/applescript.json +1 -0
- data/lib/blusher/tables/armasm.json +1 -0
- data/lib/blusher/tables/augeas.json +1 -0
- data/lib/blusher/tables/awk.json +1 -0
- data/lib/blusher/tables/batchfile.json +1 -0
- data/lib/blusher/tables/bbcbasic.json +1 -0
- data/lib/blusher/tables/bibtex.json +1 -0
- data/lib/blusher/tables/bicep.json +1 -0
- data/lib/blusher/tables/biml.json +1 -0
- data/lib/blusher/tables/bpf.json +1 -0
- data/lib/blusher/tables/brainfuck.json +1 -0
- data/lib/blusher/tables/brightscript.json +1 -0
- data/lib/blusher/tables/bsl.json +1 -0
- data/lib/blusher/tables/c.json +1 -0
- data/lib/blusher/tables/cfscript.json +1 -0
- data/lib/blusher/tables/cisco_ios.json +1 -0
- data/lib/blusher/tables/clean.json +1 -0
- data/lib/blusher/tables/clojure.json +1 -0
- data/lib/blusher/tables/cmake.json +1 -0
- data/lib/blusher/tables/cmhg.json +1 -0
- data/lib/blusher/tables/cobol.json +1 -0
- data/lib/blusher/tables/codeowners.json +1 -0
- data/lib/blusher/tables/coffeescript.json +1 -0
- data/lib/blusher/tables/common_lisp.json +1 -0
- data/lib/blusher/tables/conf.json +1 -0
- data/lib/blusher/tables/cpp.json +1 -0
- data/lib/blusher/tables/crystal.json +1 -0
- data/lib/blusher/tables/csharp.json +1 -0
- data/lib/blusher/tables/css.json +1 -0
- data/lib/blusher/tables/csvs.json +1 -0
- data/lib/blusher/tables/cuda.json +1 -0
- data/lib/blusher/tables/cypher.json +1 -0
- data/lib/blusher/tables/cython.json +1 -0
- data/lib/blusher/tables/d.json +1 -0
- data/lib/blusher/tables/dafny.json +1 -0
- data/lib/blusher/tables/dart.json +1 -0
- data/lib/blusher/tables/datastudio.json +1 -0
- data/lib/blusher/tables/diff.json +1 -0
- data/lib/blusher/tables/digdag.json +1 -0
- data/lib/blusher/tables/docker.json +1 -0
- data/lib/blusher/tables/dot.json +1 -0
- data/lib/blusher/tables/dylan.json +1 -0
- data/lib/blusher/tables/ecl.json +1 -0
- data/lib/blusher/tables/eex.json +1 -0
- data/lib/blusher/tables/eiffel.json +1 -0
- data/lib/blusher/tables/elixir.json +1 -0
- data/lib/blusher/tables/elm.json +1 -0
- data/lib/blusher/tables/email.json +1 -0
- data/lib/blusher/tables/epp.json +1 -0
- data/lib/blusher/tables/erb.json +1 -0
- data/lib/blusher/tables/erlang.json +1 -0
- data/lib/blusher/tables/factor.json +1 -0
- data/lib/blusher/tables/fluent.json +1 -0
- data/lib/blusher/tables/fortran.json +1 -0
- data/lib/blusher/tables/freefem.json +1 -0
- data/lib/blusher/tables/fsharp.json +1 -0
- data/lib/blusher/tables/gdscript.json +1 -0
- data/lib/blusher/tables/ghc-cmm.json +1 -0
- data/lib/blusher/tables/ghc-core.json +1 -0
- data/lib/blusher/tables/gjs.json +1 -0
- data/lib/blusher/tables/glsl.json +1 -0
- data/lib/blusher/tables/go.json +1 -0
- data/lib/blusher/tables/gradle.json +1 -0
- data/lib/blusher/tables/graphql.json +1 -0
- data/lib/blusher/tables/groovy.json +1 -0
- data/lib/blusher/tables/gts.json +1 -0
- data/lib/blusher/tables/hack.json +1 -0
- data/lib/blusher/tables/haml.json +1 -0
- data/lib/blusher/tables/handlebars.json +1 -0
- data/lib/blusher/tables/haskell.json +1 -0
- data/lib/blusher/tables/haxe.json +1 -0
- data/lib/blusher/tables/hcl.json +1 -0
- data/lib/blusher/tables/hlsl.json +1 -0
- data/lib/blusher/tables/hocon.json +1 -0
- data/lib/blusher/tables/hql.json +1 -0
- data/lib/blusher/tables/html.json +1 -0
- data/lib/blusher/tables/http.json +1 -0
- data/lib/blusher/tables/hylang.json +1 -0
- data/lib/blusher/tables/idlang.json +1 -0
- data/lib/blusher/tables/idris.json +1 -0
- data/lib/blusher/tables/iecst.json +1 -0
- data/lib/blusher/tables/igorpro.json +1 -0
- data/lib/blusher/tables/ini.json +1 -0
- data/lib/blusher/tables/io.json +1 -0
- data/lib/blusher/tables/irb_output.json +1 -0
- data/lib/blusher/tables/isabelle.json +1 -0
- data/lib/blusher/tables/isbl.json +1 -0
- data/lib/blusher/tables/j.json +1 -0
- data/lib/blusher/tables/janet.json +1 -0
- data/lib/blusher/tables/java.json +1 -0
- data/lib/blusher/tables/javascript.json +1 -0
- data/lib/blusher/tables/jinja.json +1 -0
- data/lib/blusher/tables/jsl.json +1 -0
- data/lib/blusher/tables/json-doc.json +1 -0
- data/lib/blusher/tables/json.json +1 -0
- data/lib/blusher/tables/json5.json +1 -0
- data/lib/blusher/tables/jsonnet.json +1 -0
- data/lib/blusher/tables/jsp.json +1 -0
- data/lib/blusher/tables/jsx.json +1 -0
- data/lib/blusher/tables/julia.json +1 -0
- data/lib/blusher/tables/kick_assembler.json +1 -0
- data/lib/blusher/tables/kotlin.json +1 -0
- data/lib/blusher/tables/lasso.json +1 -0
- data/lib/blusher/tables/lean.json +1 -0
- data/lib/blusher/tables/liquid.json +1 -0
- data/lib/blusher/tables/literate_coffeescript.json +1 -0
- data/lib/blusher/tables/literate_haskell.json +1 -0
- data/lib/blusher/tables/livescript.json +1 -0
- data/lib/blusher/tables/llvm.json +1 -0
- data/lib/blusher/tables/lua.json +1 -0
- data/lib/blusher/tables/lustre.json +1 -0
- data/lib/blusher/tables/lutin.json +1 -0
- data/lib/blusher/tables/m68k.json +1 -0
- data/lib/blusher/tables/magik.json +1 -0
- data/lib/blusher/tables/make.json +1 -0
- data/lib/blusher/tables/markdown.json +1 -0
- data/lib/blusher/tables/mason.json +1 -0
- data/lib/blusher/tables/mathematica.json +1 -0
- data/lib/blusher/tables/matlab.json +1 -0
- data/lib/blusher/tables/meson.json +1 -0
- data/lib/blusher/tables/minizinc.json +1 -0
- data/lib/blusher/tables/mojo.json +1 -0
- data/lib/blusher/tables/moonscript.json +1 -0
- data/lib/blusher/tables/mosel.json +1 -0
- data/lib/blusher/tables/msgtrans.json +1 -0
- data/lib/blusher/tables/mxml.json +1 -0
- data/lib/blusher/tables/nasm.json +1 -0
- data/lib/blusher/tables/nesasm.json +1 -0
- data/lib/blusher/tables/nginx.json +1 -0
- data/lib/blusher/tables/nial.json +1 -0
- data/lib/blusher/tables/nim.json +1 -0
- data/lib/blusher/tables/nix.json +1 -0
- data/lib/blusher/tables/objective_c.json +1 -0
- data/lib/blusher/tables/objective_cpp.json +1 -0
- data/lib/blusher/tables/ocaml.json +1 -0
- data/lib/blusher/tables/ocl.json +1 -0
- data/lib/blusher/tables/openedge.json +1 -0
- data/lib/blusher/tables/opentype_feature_file.json +1 -0
- data/lib/blusher/tables/p4.json +1 -0
- data/lib/blusher/tables/pascal.json +1 -0
- data/lib/blusher/tables/pdf.json +1 -0
- data/lib/blusher/tables/perl.json +1 -0
- data/lib/blusher/tables/php.json +1 -0
- data/lib/blusher/tables/plist.json +1 -0
- data/lib/blusher/tables/plsql.json +1 -0
- data/lib/blusher/tables/pony.json +1 -0
- data/lib/blusher/tables/postscript.json +1 -0
- data/lib/blusher/tables/powershell.json +1 -0
- data/lib/blusher/tables/praat.json +1 -0
- data/lib/blusher/tables/prolog.json +1 -0
- data/lib/blusher/tables/prometheus.json +1 -0
- data/lib/blusher/tables/properties.json +1 -0
- data/lib/blusher/tables/protobuf.json +1 -0
- data/lib/blusher/tables/puppet.json +1 -0
- data/lib/blusher/tables/python.json +1 -0
- data/lib/blusher/tables/q.json +1 -0
- data/lib/blusher/tables/qml.json +1 -0
- data/lib/blusher/tables/r.json +1 -0
- data/lib/blusher/tables/racket.json +1 -0
- data/lib/blusher/tables/reasonml.json +1 -0
- data/lib/blusher/tables/rego.json +1 -0
- data/lib/blusher/tables/rescript.json +1 -0
- data/lib/blusher/tables/rml.json +1 -0
- data/lib/blusher/tables/robot_framework.json +1 -0
- data/lib/blusher/tables/rocq.json +1 -0
- data/lib/blusher/tables/ruby.json +1 -0
- data/lib/blusher/tables/rust.json +1 -0
- data/lib/blusher/tables/sas.json +1 -0
- data/lib/blusher/tables/sass.json +1 -0
- data/lib/blusher/tables/scala.json +1 -0
- data/lib/blusher/tables/scheme.json +1 -0
- data/lib/blusher/tables/scss.json +1 -0
- data/lib/blusher/tables/sed.json +1 -0
- data/lib/blusher/tables/shell.json +1 -0
- data/lib/blusher/tables/sieve.json +1 -0
- data/lib/blusher/tables/slice.json +1 -0
- data/lib/blusher/tables/slim.json +1 -0
- data/lib/blusher/tables/smalltalk.json +1 -0
- data/lib/blusher/tables/smarty.json +1 -0
- data/lib/blusher/tables/sml.json +1 -0
- data/lib/blusher/tables/sparql.json +1 -0
- data/lib/blusher/tables/sqf.json +1 -0
- data/lib/blusher/tables/sql.json +1 -0
- data/lib/blusher/tables/ssh.json +1 -0
- data/lib/blusher/tables/stan.json +1 -0
- data/lib/blusher/tables/stata.json +1 -0
- data/lib/blusher/tables/supercollider.json +1 -0
- data/lib/blusher/tables/svelte.json +1 -0
- data/lib/blusher/tables/swift.json +1 -0
- data/lib/blusher/tables/systemd.json +1 -0
- data/lib/blusher/tables/syzlang.json +1 -0
- data/lib/blusher/tables/syzprog.json +1 -0
- data/lib/blusher/tables/tap.json +1 -0
- data/lib/blusher/tables/tcl.json +1 -0
- data/lib/blusher/tables/terraform.json +1 -0
- data/lib/blusher/tables/tex.json +1 -0
- data/lib/blusher/tables/thrift.json +1 -0
- data/lib/blusher/tables/toml.json +1 -0
- data/lib/blusher/tables/tsx.json +1 -0
- data/lib/blusher/tables/ttcn3.json +1 -0
- data/lib/blusher/tables/tulip.json +1 -0
- data/lib/blusher/tables/turtle.json +1 -0
- data/lib/blusher/tables/twig.json +1 -0
- data/lib/blusher/tables/typescript.json +1 -0
- data/lib/blusher/tables/vala.json +1 -0
- data/lib/blusher/tables/vb.json +1 -0
- data/lib/blusher/tables/vcl.json +1 -0
- data/lib/blusher/tables/velocity.json +1 -0
- data/lib/blusher/tables/verilog.json +1 -0
- data/lib/blusher/tables/veryl.json +1 -0
- data/lib/blusher/tables/vhdl.json +1 -0
- data/lib/blusher/tables/viml.json +1 -0
- data/lib/blusher/tables/vue.json +1 -0
- data/lib/blusher/tables/wollok.json +1 -0
- data/lib/blusher/tables/xml.json +1 -0
- data/lib/blusher/tables/xojo.json +1 -0
- data/lib/blusher/tables/xpath.json +1 -0
- data/lib/blusher/tables/xquery.json +1 -0
- data/lib/blusher/tables/yaml.json +1 -0
- data/lib/blusher/tables/yang.json +1 -0
- data/lib/blusher/tables/zig.json +1 -0
- data/lib/blusher/version.rb +5 -0
- data/lib/blusher.rb +18 -0
- metadata +320 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Hcl","start_push":[],"states":{"multiline_comment":[{"kind":"tok","re":"[*]/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[^*/]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"[*/]","opts":0,"tok":"Comment.Multiline","next":null}],"comments_and_whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"#.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/[*]","opts":0,"tok":"Comment.Multiline","next":"multiline_comment"}],"primitives":[{"kind":"tok","re":"[0-9][0-9]*\\.[0-9]+([eE][0-9]+)?[fd]?([kKmMgG]b?)?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[0-9]+([kKmMgG]b?)?","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[-+*/!%&<>|=:?]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"dq"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"sq"},{"kind":"callback","re":"(<<-?)(\\s*)(\\'?)(\\\\?)(\\w+)(\\3)","opts":0}],"root":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"mixin","state":"primitives"},{"kind":"actions","re":"\\{","opts":0,"actions":[["token","Punctuation"],["push","hash"]]},{"kind":"actions","re":"\\[","opts":0,"actions":[["token","Punctuation"],["push","array"]]},{"kind":"callback","re":"[$a-z_\\-][a-z0-9_\\-]*","opts":1}],"composite":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"[{]","opts":0,"actions":[["token","Punctuation"],["pop",1],["push","hash"]]},{"kind":"actions","re":"[\\[]","opts":0,"actions":[["token","Punctuation"],["pop",1],["push","array"]]},{"kind":"mixin","state":"root"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"hash":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"tok","re":"[.,()\\\\/*]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\=","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"array":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"tok","re":"[.,()\\\\/*]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"dq":[{"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!"}],"sq":[{"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!"}],"heredoc":[{"kind":"tok","re":"\\n","opts":0,"tok":"Literal.String.Heredoc","next":"heredoc_nl"},{"kind":"tok","re":"[^$\\n]+","opts":0,"tok":"Literal.String.Heredoc","next":null},{"kind":"tok","re":"[$]","opts":0,"tok":"Literal.String.Heredoc","next":null}],"heredoc_nl":[{"kind":"callback","re":"\\s*(\\w+)\\s*\\n","opts":0},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::HLSL","start_push":["bol"],"states":{"root":[{"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*\\([^;]*?\\)(?:\\s*:\\s+(?-mix:[a-zA-Z_][a-zA-Z0-9_]*))?) # 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"}],"expr_bol":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"#if\\s0","opts":0,"tok":"Comment","next":"if_0"},{"kind":"tok","re":"#","opts":0,"tok":"Comment.Preproc","next":"macro"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"bol":[{"kind":"tok","re":"(?-mix:[a-zA-Z_][a-zA-Z0-9_]*):(?!:)","opts":0,"tok":"Name.Label","next":null},{"kind":"mixin","state":"expr_bol"}],"inline_whitespace":[{"kind":"tok","re":"[ \\t\\r]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"/(\\\\\\n)?[*].*?[*](\\\\\\n)?/","opts":4,"tok":"Comment.Multiline","next":null}],"whitespace":[{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":"bol"},{"kind":"tok","re":"//(\\\\.|.)*?$","opts":0,"tok":"Comment.Single","next":"bol"},{"kind":"mixin","state":"inline_whitespace"}],"expr_whitespace":[{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":"expr_bol"},{"kind":"mixin","state":"whitespace"}],"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":"Punctuation","next":null},{"kind":"tok","re":"\\bcase\\b","opts":0,"tok":"Keyword","next":"case"},{"kind":"tok","re":"(?:true|false|NULL|nullptr)\\b","opts":0,"tok":"Name.Builtin","next":null},{"kind":"ir","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"ops":[["if",["gin",0,["asm","asm_fragment","break","case","cbuffer","centroid","class","column_major","compile","compile_fragment","const","continue","default","discard","do","else","export","extern","for","fxgroup","globallycoherent","groupshared","if","in","inline","inout","interface","line","lineadj","linear","namespace","nointerpolation","noperspective","NULL","out","packoffset","pass","pixelfragment","point","precise","return","register","row_major","sample","sampler","shared","stateblock","stateblock_state","static","struct","switch","tbuffer","technique","technique10","technique11","texture","typedef","triangle","uniform","vertexfragment","volatile","while"]],[["token","Keyword"]],[["if",["gin",0,["dword","matrix","snorm","string","unorm","unsigned","void","vector","BlendState","Buffer","ByteAddressBuffer","ComputeShader","DepthStencilState","DepthStencilView","DomainShader","GeometryShader","HullShader","InputPatch","LineStream","OutputPatch","PixelShader","PointStream","RasterizerState","RenderTargetView","RasterizerOrderedBuffer","RasterizerOrderedByteAddressBuffer","RasterizerOrderedStructuredBuffer","RasterizerOrderedTexture1D","RasterizerOrderedTexture1DArray","RasterizerOrderedTexture2D","RasterizerOrderedTexture2DArray","RasterizerOrderedTexture3D","RWBuffer","RWByteAddressBuffer","RWStructuredBuffer","RWTexture1D","RWTexture1DArray","RWTexture2D","RWTexture2DArray","RWTexture3D","SamplerState","SamplerComparisonState","StructuredBuffer","Texture1D","Texture1DArray","Texture2D","Texture2DArray","Texture2DMS","Texture2DMSArray","Texture3D","TextureCube","TextureCubeArray","TriangleStream","VertexShader","bool1","bool2","bool3","bool4","BOOL1","BOOL2","BOOL3","BOOL4","int1","int2","int3","int4","half1","half2","half3","half4","float1","float2","float3","float4","double1","double2","double3","double4","bool1x1","bool1x2","bool1x3","bool1x4","bool2x1","bool2x2","bool2x3","bool2x4","bool3x1","bool3x2","bool3x3","bool3x4","bool4x1","bool4x2","bool4x3","bool4x4","BOOL1x1","BOOL1x2","BOOL1x3","BOOL1x4","BOOL2x1","BOOL2x2","BOOL2x3","BOOL2x4","BOOL3x1","BOOL3x2","BOOL3x3","BOOL3x4","BOOL4x1","BOOL4x2","BOOL4x3","BOOL4x4","half1x1","half1x2","half1x3","half1x4","half2x1","half2x2","half2x3","half2x4","half3x1","half3x2","half3x3","half3x4","half4x1","half4x2","half4x3","half4x4","int1x1","int1x2","int1x3","int1x4","int2x1","int2x2","int2x3","int2x4","int3x1","int3x2","int3x3","int3x4","int4x1","int4x2","int4x3","int4x4","float1x1","float1x2","float1x3","float1x4","float2x1","float2x2","float2x3","float2x4","float3x1","float3x2","float3x3","float3x4","float4x1","float4x2","float4x3","float4x4","double1x1","double1x2","double1x3","double1x4","double2x1","double2x2","double2x3","double2x4","double3x1","double3x2","double3x3","double3x4","double4x1","double4x2","double4x3","double4x4"]],[["token","Keyword.Type"]],[["if",["gin",0,["auto","catch","char","const_cast","delete","dynamic_cast","enum","explicit","friend","goto","long","mutable","new","operator","private","protected","public","reinterpret_cast","short","signed","sizeof","static_cast","template","this","throw","try","typename","union","unsigned","using","virtual"]],[["token","Keyword.Reserved"]],[["if",["gin",0,["abort","abs","acos","all","AllMemoryBarrier","AllMemoryBarrierWithGroupSync","any","AppendStructuredBuffer","asdouble","asfloat","asin","asint","asuint","atan","atan2","ceil","CheckAccessFullyMapped","clamp","clip","CompileShader","ConsumeStructuredBuffer","cos","cosh","countbits","cross","D3DCOLORtoUBYTE4","ddx","ddx_coarse","ddx_fine","ddy","ddy_coarse","ddy_fine","degrees","determinant","DeviceMemoryBarrier","DeviceMemoryBarrierWithGroupSync","distance","dot","dst","errorf","EvaluateAttributeAtCentroid","EvaluateAttributeAtSample","EvaluateAttributeSnapped","exp","exp2","f16tof32","f32tof16","faceforward","firstbithigh","firstbitlow","floor","fma","fmod","frac","frexp","fwidth","GetRenderTargetSampleCount","GetRenderTargetSamplePosition","GlobalOrderedCountIncrement","GroupMemoryBarrier","GroupMemoryBarrierWithGroupSync","InterlockedAdd","InterlockedAnd","InterlockedCompareExchange","InterlockedCompareStore","InterlockedExchange","InterlockedMax","InterlockedMin","InterlockedOr","InterlockedXor","isfinite","isinf","isnan","ldexp","length","lerp","lit","log","log10","log2","mad","max","min","modf","msad4","mul","noise","normalize","pow","printf","Process2DQuadTessFactorsAvg","Process2DQuadTessFactorsMax","Process2DQuadTessFactorsMin","ProcessIsolineTessFactors","ProcessQuadTessFactorsAvg","ProcessQuadTessFactorsMax","ProcessQuadTessFactorsMin","ProcessTriTessFactorsAvg","ProcessTriTessFactorsMax","ProcessTriTessFactorsMin","QuadReadLaneAt","QuadSwapX","QuadSwapY","radians","rcp","reflect","refract","reversebits","round","rsqrt","saturate","sign","sin","sincos","sinh","smoothstep","sqrt","step","tan","tanh","tex1D","tex1Dbias","tex1Dgrad","tex1Dlod","tex1Dproj","tex2D","tex2Dbias","tex2Dgrad","tex2Dlod","tex2Dproj","tex3D","tex3Dbias","tex3Dgrad","tex3Dlod","tex3Dproj","texCUBE","texCUBEbias","texCUBEgrad","texCUBElod","texCUBEproj","transpose","trunc","WaveAllBitAnd","WaveAllMax","WaveAllMin","WaveAllBitOr","WaveAllBitXor","WaveAllEqual","WaveAllProduct","WaveAllSum","WaveAllTrue","WaveAnyTrue","WaveBallot","WaveGetLaneCount","WaveGetLaneIndex","WaveGetOrderedIndex","WaveIsHelperLane","WaveOnce","WavePrefixProduct","WavePrefixSum","WaveReadFirstLane","WaveReadLaneAt","SV_CLIPDISTANCE","SV_CLIPDISTANCE0","SV_CLIPDISTANCE1","SV_CULLDISTANCE","SV_CULLDISTANCE0","SV_CULLDISTANCE1","SV_COVERAGE","SV_DEPTH","SV_DEPTHGREATEREQUAL","SV_DEPTHLESSEQUAL","SV_DISPATCHTHREADID","SV_DOMAINLOCATION","SV_GROUPID","SV_GROUPINDEX","SV_GROUPTHREADID","SV_GSINSTANCEID","SV_INNERCOVERAGE","SV_INSIDETESSFACTOR","SV_INSTANCEID","SV_ISFRONTFACE","SV_OUTPUTCONTROLPOINTID","SV_POSITION","SV_PRIMITIVEID","SV_RENDERTARGETARRAYINDEX","SV_SAMPLEINDEX","SV_STENCILREF","SV_TESSFACTOR","SV_VERTEXID","SV_VIEWPORTARRAYINDEX","allow_uav_condition","branch","call","domain","earlydepthstencil","fastopt","flatten","forcecase","instance","loop","maxtessfactor","numthreads","outputcontrolpoints","outputtopology","partitioning","patchconstantfunc","unroll","BINORMAL","BINORMAL0","BINORMAL1","BINORMAL2","BINORMAL3","BINORMAL4","BLENDINDICES0","BLENDINDICES1","BLENDINDICES2","BLENDINDICES3","BLENDINDICES4","BLENDWEIGHT0","BLENDWEIGHT1","BLENDWEIGHT2","BLENDWEIGHT3","BLENDWEIGHT4","COLOR","COLOR0","COLOR1","COLOR2","COLOR3","COLOR4","NORMAL","NORMAL0","NORMAL1","NORMAL2","NORMAL3","NORMAL4","POSITION","POSITION0","POSITION1","POSITION2","POSITION3","POSITION4","POSITIONT","PSIZE0","PSIZE1","PSIZE2","PSIZE3","PSIZE4","TANGENT","TANGENT0","TANGENT1","TANGENT2","TANGENT3","TANGENT4","TESSFACTOR0","TESSFACTOR1","TESSFACTOR2","TESSFACTOR3","TESSFACTOR4","TEXCOORD0","TEXCOORD1","TEXCOORD2","TEXCOORD3","TEXCOORD4","FOG","PSIZE","VFACE","VPOS","DEPTH0","DEPTH1","DEPTH2","DEPTH3","DEPTH4"]],[["token","Name.Builtin"]],[["token","Name"]]]]]]]]]]}],"case":[{"kind":"tok","re":":","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"statements"}],"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::HOCON","start_push":[],"states":{"comments":[{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"#.*?$","opts":0,"tok":"Comment.Single","next":null}],"root":[{"kind":"mixin","state":"comments"},{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"{","opts":0,"tok":"Punctuation","next":"object"},{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":"array"},{"kind":"mixin","state":"name"},{"kind":"mixin","state":"value"},{"kind":"tok","re":"[\\]}]","opts":0,"tok":"Punctuation","next":null}],"object":[{"kind":"tok","re":"\\b(?:include|url|file|classpath)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"mixin","state":"whitespace"},{"kind":"mixin","state":"name"},{"kind":"mixin","state":"value"},{"kind":"tok","re":"}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null}],"name":[{"kind":"actions","re":"(\"(?:\\\"|[^\"\\n])*?\")(\\s*)([:=]|(?={))","opts":0,"actions":[["groups",["Name.Label","Text.Whitespace","Punctuation"]]]},{"kind":"actions","re":"([-\\w.]+)(\\s*)([:=]|(?={))","opts":0,"actions":[["groups",["Name.Label","Text.Whitespace","Punctuation"]]]}],"value":[{"kind":"mixin","state":"comments"},{"kind":"tok","re":"\\n","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"mixin","state":"constants"},{"kind":"tok","re":"[$][{][?]?","opts":0,"tok":"Literal.String.Interpol","next":"interpolation"},{"kind":"tok","re":"\"\"\"","opts":0,"tok":"Literal.String.Double","next":"multiline_string"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"string"},{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":"array"},{"kind":"tok","re":"{","opts":0,"tok":"Punctuation","next":"object"},{"kind":"tok","re":"[()=]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[^$\"{}\\[\\]:=,\\+#`^?!@*&]+?","opts":0,"tok":"Literal","next":null}],"interpolation":[{"kind":"tok","re":"[\\w\\-\\.]+?","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"}","opts":0,"tok":"Literal.String.Interpol","next":"pop!"}],"string":[{"kind":"tok","re":"[$][{][?]?","opts":0,"tok":"Literal.String.Interpol","next":"interpolation"},{"kind":"tok","re":"[^\\\\\"\\${]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"multiline_string":[{"kind":"tok","re":"\"[^\"]{1,2}","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"mixin","state":"string"},{"kind":"tok","re":"\"\"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"constants":[{"kind":"tok","re":"\\d+\\.(\\d+\\.?){3,}","opts":0,"tok":"Literal","next":null},{"kind":"tok","re":"(?:true|false|null)","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"-?(?:0|[1-9]\\d*)\\.\\d+(?:e[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"-?(?:0|[1-9]\\d*)(?:e[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Integer","next":null}],"whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null}],"array":[{"kind":"mixin","state":"value"},{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::HQL","start_push":[],"states":{"root":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"double_string"},{"kind":"tok","re":"\\$\\{","opts":0,"tok":"Name.Variable","next":"hive_variable"},{"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_comments"},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"single_string"},{"kind":"tok","re":"\"","opts":0,"tok":"Name.Variable","next":"double_string"},{"kind":"tok","re":"`","opts":0,"tok":"Name.Variable","next":"backtick"},{"kind":"ir","re":"\\w+","opts":0,"ops":[["if",["ginf",0,"up",["TINYINT","SMALLINT","INT","INTEGER","BIGINT","FLOAT","DOUBLE","PRECISION","DECIMAL","NUMERIC","TIMESTAMP","DATE","INTERVAL","STRING","VARCHAR","CHAR","BOOLEAN","BINARY","ARRAY","MAP","STRUCT","UNIONTYPE"]],[["token","Name.Builtin"]],[["if",["ginf",0,"up",["ADD","ADMIN","AFTER","ANALYZE","ARCHIVE","ASC","BEFORE","BUCKET","BUCKETS","CASCADE","CHANGE","CLUSTER","CLUSTERED","CLUSTERSTATUS","COLLECTION","COLUMNS","COMMENT","COMPACT","COMPACTIONS","COMPUTE","CONCATENATE","CONTINUE","DATA","DATABASES","DATETIME","DAY","DBPROPERTIES","DEFERRED","DEFINED","DELIMITED","DEPENDENCY","DESC","DIRECTORIES","DIRECTORY","DISABLE","DISTRIBUTE","ELEM_TYPE","ENABLE","ESCAPED","EXCLUSIVE","EXPLAIN","EXPORT","FIELDS","FILE","FILEFORMAT","FIRST","FORMAT","FORMATTED","FUNCTIONS","HOLD_DDLTIME","HOUR","IDXPROPERTIES","IGNORE","INDEX","INDEXES","INPATH","INPUTDRIVER","INPUTFORMAT","ITEMS","JAR","KEYS","KEY_TYPE","LIMIT","LINES","LOAD","LOCATION","LOCK","LOCKS","LOGICAL","LONG","MAPJOIN","MATERIALIZED","METADATA","MINUS","MINUTE","MONTH","MSCK","NOSCAN","NO_DROP","OFFLINE","OPTION","OUTPUTDRIVER","OUTPUTFORMAT","OVERWRITE","OWNER","PARTITIONED","PARTITIONS","PLUS","PRETTY","PRINCIPALS","PROTECTION","PURGE","READ","READONLY","REBUILD","RECORDREADER","RECORDWRITER","REGEXP","RELOAD","RENAME","REPAIR","REPLACE","REPLICATION","RESTRICT","REWRITE","RLIKE","ROLE","ROLES","SCHEMA","SCHEMAS","SECOND","SEMI","SERDE","SERDEPROPERTIES","SERVER","SETS","SHARED","SHOW","SHOW_DATABASE","SKEWED","SORT","SORTED","SSL","STATISTICS","STORED","STREAMTABLE","STRING","STRUCT","TABLES","TBLPROPERTIES","TEMPORARY","TERMINATED","TINYINT","TOUCH","TRANSACTIONS","UNARCHIVE","UNDO","UNIONTYPE","UNLOCK","UNSET","UNSIGNED","URI","USE","UTC","UTCTIMESTAMP","VALUE_TYPE","VIEW","WHILE","YEAR","IF","ALL","ALTER","AND","ARRAY","AS","AUTHORIZATION","BETWEEN","BIGINT","BINARY","BOOLEAN","BOTH","BY","CASE","CAST","CHAR","COLUMN","CONF","CREATE","CROSS","CUBE","CURRENT","CURRENT_DATE","CURRENT_TIMESTAMP","CURSOR","DATABASE","DATE","DECIMAL","DELETE","DESCRIBE","DISTINCT","DOUBLE","DROP","ELSE","END","EXCHANGE","EXISTS","EXTENDED","EXTERNAL","FALSE","FETCH","FLOAT","FOLLOWING","FOR","FROM","FULL","FUNCTION","GRANT","GROUP","GROUPING","HAVING","IMPORT","IN","INNER","INSERT","INT","INTERSECT","INTERVAL","INTO","IS","JOIN","LATERAL","LEFT","LESS","LIKE","LOCAL","MACRO","MAP","MORE","NONE","NOT","NULL","OF","ON","OR","ORDER","OUT","OUTER","OVER","PARTIALSCAN","PARTITION","PERCENT","PRECEDING","PRESERVE","PROCEDURE","RANGE","READS","REDUCE","REVOKE","RIGHT","ROLLUP","ROW","ROWS","SELECT","SET","SMALLINT","TABLE","TABLESAMPLE","THEN","TIMESTAMP","TO","TRANSFORM","TRIGGER","TRUE","TRUNCATE","UNBOUNDED","UNION","UNIQUEJOIN","UPDATE","USER","USING","UTC_TMESTAMP","VALUES","VARCHAR","WHEN","WHERE","WINDOW","WITH","AUTOCOMMIT","ISOLATION","LEVEL","OFFSET","SNAPSHOT","TRANSACTION","WORK","WRITE","COMMIT","ONLY","ROLLBACK","START","ABORT","KEY","LAST","NORELY","NOVALIDATE","NULLS","RELY","VALIDATE","CACHE","CONSTRAINT","FOREIGN","PRIMARY","REFERENCES","DETAIL","DOW","EXPRESSION","OPERATOR","QUARTER","SUMMARY","VECTORIZATION","WEEK","YEARS","MONTHS","WEEKS","DAYS","HOURS","MINUTES","SECONDS","DAYOFWEEK","EXTRACT","FLOOR","INTEGER","PRECISION","VIEWS","TIMESTAMPTZ","ZONE","TIME","NUMERIC","NAMED_STRUCT","CREATE_UNION","ROUND","BROUND","CEIL","CEILING","RAND","EXP","LN","LOG10","LOG2","LOG","POW","POWER","SQRT","BIN","HEX","UNHEX","CONV","ABS","PMOD","SIN","ASIN","COS","ACOS","TAN","ATAN","DEGREES","RADIANS","POSITIVE","NEGATIVE","SIGN","E","PI","FACTORIAL","CBRT","SHIFTLEFT","SHIFTRIGHT","SHIFTRIGHTUNSIGNED","GREATEST","LEAST","WIDTH_BUCKET","SIZE","MAP_KEYS","MAP_VALUES","ARRAY_CONTAINS","SORT_ARRAY","FROM_UNIXTIME","UNIX_TIMESTAMP","TO_DATE","DAYOFMONTH","WEEKOFYEAR","DATEDIFF","DATE_ADD","DATE_SUB","FROM_UTC_TIMESTAMP","TO_UTC_TIMESTAMP","ADD_MONTHS","LAST_DAY","NEXT_DAY","TRUNC","MONTHS_BETWEEN","DATE_FORMAT","ISNULL","ISNOTNULL","NVL","COALESCE","then","else","end","NULLIF","ASSERT_TRUE","ASCII","BASE64","CHARACTER_LENGTH","CHR","CONCAT","CONTEXT_NGRAMS","CONCAT_WS","DECODE","ELT","ENCODE","FIELD","FIND_IN_SET","FORMAT_NUMBER","GET_JSON_OBJECT","IN_FILE","INSTR","LENGTH","LOCATE","LOWER","LCASE","LPAD","LTRIM","NGRAMS","OCTET_LENGTH","PARSE_URL","PRINTF","REGEXP_EXTRACT","REGEXP_REPLACE","REPEAT","REVERSE","RPAD","RTRIM","SENTENCES","SPACE","SPLIT","STR_TO_MAP","SUBSTR","SUBSTRING","SUBSTRING_INDEX","TRANSLATE","TRIM","UNBASE64","UPPER","UCASE","INITCAP","LEVENSHTEIN","SOUNDEX","MASK","MASK_FIRST_N","MASK_LAST_N","MASK_SHOW_FIRST_N","MASK_SHOW_LAST_N","MASK_HASH","JAVA_METHOD","REFLECT","HASH","CURRENT_USER","LOGGED_IN_USER","CURRENT_DATABASE","MD5","SHA1","SHA","CRC32","SHA2","AES_ENCRYPT","AES_DECRYPT","VERSION","COUNT","SUM","AVG","MIN","MAX","VARIANCE","VAR_POP","VAR_SAMP","STDDEV_POP","STDDEV_SAMP","COVAR_POP","COVAR_SAMP","CORR","PERCENTILE","PERCENTILE_APPROX","REGR_AVGX","REGR_AVGY","REGR_COUNT","REGR_INTERCEPT","REGR_R2","REGR_SLOPE","REGR_SXX","REGR_SXY","REGR_SYY","HISTOGRAM_NUMERIC","COLLECT_SET","COLLECT_LIST","NTILE","EXPLODE","POSEXPLODE","INLINE","STACK","JSON_TUPLE","PARSE_URL_TUPLE","XPATH","XPATH_SHORT","XPATH_INT","XPATH_LONG","XPATH_FLOAT","XPATH_DOUBLE","XPATH_NUMBER","XPATH_STRING"]],[["token","Keyword"]],[["token","Name"]]]]]]},{"kind":"tok","re":"[+*/<>=~!@#%&|?^-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[;:()\\[\\]\\{\\},.]","opts":0,"tok":"Punctuation","next":null}],"single_string":[{"kind":"tok","re":"\\$\\{","opts":0,"tok":"Name.Variable","next":"hive_variable"},{"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.Escape","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"pop!"},{"kind":"tok","re":"[^\\\\']+","opts":0,"tok":"Literal.String.Single","next":null}],"double_string":[{"kind":"tok","re":"\\$\\{","opts":0,"tok":"Name.Variable","next":"hive_variable"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"},{"kind":"tok","re":"[^\\\\\"\\$]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"\"","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Name.Variable","next":"pop!"},{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Name.Variable","next":null}],"hive_variable":[{"kind":"tok","re":"\\}","opts":0,"tok":"Name.Variable","next":"pop!"},{"kind":"tok","re":"[^\\}]+","opts":0,"tok":"Name.Variable","next":null}],"multiline_comments":[{"kind":"tok","re":"/[*]","opts":0,"tok":"Comment.Multiline","next":"multiline_comments"},{"kind":"tok","re":"[*]/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[^/*]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"[/*]","opts":0,"tok":"Comment.Multiline","next":null}],"backtick":[{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"``","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"`","opts":0,"tok":"Name.Variable","next":"pop!"},{"kind":"tok","re":"[^\\\\`]+","opts":0,"tok":"Name.Variable","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::HTML","start_push":[],"states":{"root":[{"kind":"tok","re":"[^<&]+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"&\\S*?;","opts":0,"tok":"Name.Entity","next":null},{"kind":"tok","re":"<!DOCTYPE .*?>","opts":5,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<!\\[CDATA\\[.*?\\]\\]>","opts":4,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<!--","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"<\\?.*?\\?>","opts":4,"tok":"Comment.Preproc","next":null},{"kind":"callback","re":"<\\s*script\\s*","opts":4},{"kind":"callback","re":"<\\s*style\\s*","opts":4},{"kind":"tok","re":"</","opts":0,"tok":"Name.Tag","next":"tag_end"},{"kind":"tok","re":"<","opts":0,"tok":"Name.Tag","next":"tag_start"},{"kind":"tok","re":"<\\s*[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*","opts":16,"tok":"Name.Tag","next":"tag"},{"kind":"tok","re":"<\\s*/\\s*[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*\\s*>","opts":16,"tok":"Name.Tag","next":null}],"tag_end":[{"kind":"mixin","state":"tag_end_end"},{"kind":"actions","re":"[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*","opts":16,"actions":[["token","Name.Tag"],["goto","tag_end_end"]]}],"tag_end_end":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":">","opts":0,"tok":"Name.Tag","next":"pop!"}],"tag_start":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"actions","re":"[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*","opts":16,"actions":[["token","Name.Tag"],["goto","tag"]]},{"kind":"actions","re":"","opts":0,"actions":[["goto","tag"]]}],"comment":[{"kind":"tok","re":"[^-]+","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"-->","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"-","opts":0,"tok":"Comment","next":null}],"tag":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[\\p{L}:_\\[\\]()*.-][\\p{Word}\\p{Cf}:.·\\[\\]()*-]*\\s*=\\s*","opts":20,"tok":"Name.Attribute","next":"attr"},{"kind":"tok","re":"[\\p{L}:_*#-][\\p{Word}\\p{Cf}:.·*#-]*","opts":16,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"/?\\s*>","opts":4,"tok":"Name.Tag","next":"pop!"}],"attr":[{"kind":"actions","re":"\"","opts":0,"actions":[["token","Literal.String"],["goto","dq"]]},{"kind":"actions","re":"'","opts":0,"actions":[["token","Literal.String"],["goto","sq"]]},{"kind":"tok","re":"[^\\s>]+","opts":0,"tok":"Literal.String","next":"pop!"}],"dq":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^\"]+","opts":0,"tok":"Literal.String","next":null}],"sq":[{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^']+","opts":0,"tok":"Literal.String","next":null}],"script_content":[{"kind":"callback","re":"[^<]+","opts":0},{"kind":"tok","re":"<\\s*/\\s*script\\s*>","opts":4,"tok":"Name.Tag","next":"pop!"},{"kind":"callback","re":"<","opts":0}],"style_content":[{"kind":"callback","re":"[^<]+","opts":0},{"kind":"tok","re":"<\\s*/\\s*style\\s*>","opts":4,"tok":"Name.Tag","next":"pop!"},{"kind":"callback","re":"<","opts":0}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::HTTP","start_push":[],"states":{"root":[{"kind":"actions","re":"\n (GET|POST|PUT|DELETE|HEAD|OPTIONS|TRACE|PATCH|QUERY)([ ]+) # method\n ([^ ]+)([ ]+) # path\n (HTTPS?)(/)(\\d(?:\\.\\d)?)(\\r?\\n|$) # http version\n ","opts":2,"actions":[["groups",["Name.Function","Text","Name.Namespace","Text","Keyword","Operator","Literal.Number","Text"]],["push","headers"]]},{"kind":"actions","re":"\n (HTTPS?)(/)(\\d(?:\\.\\d)?)([ ]+) # http version\n (\\d{3})([ ]+)? # status\n ([^\\r\\n]*)?(\\r?\\n|$) # status message\n ","opts":2,"actions":[["groups",["Keyword","Operator","Literal.Number","Text","Literal.Number","Text","Name.Exception","Text"]],["push","headers"]]}],"headers":[{"kind":"callback","re":"([^\\s:]+)( *)(:)( *)([^\\r\\n]+)(\\r?\\n|$)","opts":0},{"kind":"actions","re":"([^\\r\\n]+)(\\r?\\n|$)","opts":0,"actions":[["groups",["Literal.String","Text"]]]},{"kind":"tok","re":"\\r?\\n","opts":0,"tok":"Text","next":"content"}],"content":[{"kind":"callback","re":".+","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::HyLang","start_push":[],"states":{"root":[{"kind":"tok","re":";.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"\\s+","opts":4,"tok":"Text.Whitespace","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":"0x-?[0-9a-fA-F]+","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\"(\\\\.|[^\"])*\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"'(?-mix:[\\w!\\#$%*+,<=>?\\/.-]+)","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"::?(?-mix:[\\w!\\#$%*+,<=>?\\/.-]+)","opts":0,"tok":"Name.Constant","next":null},{"kind":"tok","re":"\\\\(.|[a-z]+)","opts":1,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"~@|[`\\'#^~&@]","opts":0,"tok":"Operator","next":null},{"kind":"callback","re":"(\\()(\\s*)((?-mix:[\\w!$%*+,<=>?\\/.-]+))","opts":4},{"kind":"callback","re":"[\\w!$%*+,<=>?/.-]+","opts":0},{"kind":"tok","re":"[\\[\\]]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[{}]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[()]","opts":0,"tok":"Punctuation","next":null}]},"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::IDLang","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":"\\,\\s*\\,","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"\\!(?i-mx:[_A-Z]\\w*)","opts":0,"tok":"Name.Variable.Global","next":null},{"kind":"tok","re":"[(),:\\&\\$]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\n [+-]? # sign\n (\n (\\d+[.]\\d*|[.]\\d+)((?-mix:[dDeE][+-]\\d+))?\n | \\d+(?-mix:[dDeE][+-]\\d+) # exponent is mandatory\n )\n (_(?-mix:(\\d+|(?i-mx:[_A-Z]\\w*))))? # kind parameter\n ","opts":3,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+(B|S|U|US|LL|L|ULL|UL)?","opts":1,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\"[0-7]+(B|O|U|ULL|UL|LL|L)?","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"'[0-9A-F]+'X(B|S|US|ULL|UL|U|LL|L)?","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"((?-mix:(\\d+|(?i-mx:[_A-Z]\\w*)))_)?'","opts":0,"tok":"Literal.String.Single","next":"string_single"},{"kind":"tok","re":"((?-mix:(\\d+|(?i-mx:[_A-Z]\\w*)))_)?\"","opts":0,"tok":"Literal.String.Double","next":"string_double"},{"kind":"tok","re":"\\#\\#|\\#|\\&\\&|\\|\\||/=|<=|>=|->|\\@|\\?|[-+*/<=~^{}]","opts":0,"tok":"Operator","next":null},{"kind":"actions","re":"((?i-mx:[_A-Z]\\w*))(\\.)([^\\s,]*)","opts":1,"actions":[["groups",["Name","Operator","Name"]]]},{"kind":"actions","re":"(function|pro)((?:\\s|\\$\\s)+)","opts":1,"actions":[["groups",["Keyword","Text.Whitespace"]],["push","funcname"]]},{"kind":"ir","re":"(?i-mx:[_A-Z]\\w*)","opts":4,"ops":[["if",["ginf",0,"up",["STRUCT","INHERITS","RETURN","CONTINUE","BEGIN","END","BREAK","GOTO"]],[["token","Keyword"]],[["if",["ginf",0,"up",["OF","DO","ENDIF","ENDELSE","ENDFOR","ENDFOREACH","ENDWHILE","ENDREP","ENDCASE","ENDSWITCH","IF","THEN","ELSE","FOR","FOREACH","WHILE","REPEAT","UNTIL","CASE","SWITCH","AND","EQ","GE","GT","LE","LT","MOD","NE","OR","XOR","NOT"]],[["token","Keyword"]],[["if",["ginf",0,"up",["COMPILE_OPT"]],[["token","Name.Decorator"]],[["if",["ginf",0,"up",["COMMON","FORWARD_FUNCTION"]],[["token","Keyword.Reserved"]],[["if",["ginf",0,"up",["AND=","EQ=","GE=","GT=","LE=","LT=","MOD=","NE=","OR=","XOR=","NOT="]],[["token","Operator.Word"]],[["if",["ginf",0,"up",["A_CORRELATE","ABS","ACOS","ADAPT_HIST_EQUAL","ALOG","ALOG10","AMOEBA","ANNOTATE","ARG_PRESENT","ARRAY_EQUAL","ARRAY_INDICES","ARROW","ASCII_TEMPLATE","ASIN","ASSOC","ATAN","AXIS","BAR_PLOT","BESELI","BESELJ","BESELK","BESELY","BETA","BILINEAR","BIN_DATE","BINARY_TEMPLATE","BINDGEN","BINOMIAL","BLAS_AXPY","BLK_CON","BOX_CURSOR","BREAK","BREAKPOINT","BROYDEN","BYTARR","BYTE","BYTEORDER","BYTSCL","C_CORRELATE","CALDAT","CALENDAR","CALL_EXTERNAL","CALL_FUNCTION","CALL_METHOD","CALL_PROCEDURE","CATCH","CD","CEIL","CHEBYSHEV","CHECK_MATH","CHISQR_CVF","CHISQR_PDF","CHOLDC","CHOLSOL","CINDGEN","CIR_3PNT","CLOSE","CLUST_WTS","CLUSTER","COLOR_CONVERT","COLOR_QUAN","COLORMAP_APPLICABLE","COMFIT","COMPLEX","COMPLEXARR","COMPLEXROUND","COMPUTE_MESH_NORMALS","COND","CONGRID","CONJ","CONSTRAINED_MIN","CONTOUR","CONVERT_COORD","CONVOL","COORD2TO3","CORRELATE","COS","COSH","CRAMER","CREATE_STRUCT","CREATE_VIEW","CROSSP","CRVLENGTH","CT_LUMINANCE","CTI_TEST","CURSOR","CURVEFIT","CV_COORD","CVTTOBM","CW_ANIMATE","CW_ANIMATE_GETP","CW_ANIMATE_LOAD","CW_ANIMATE_RUN","CW_ARCBALL","CW_BGROUP","CW_CLR_INDEX","CW_COLORSEL","CW_DEFROI","CW_FIELD","CW_FILESEL","CW_FORM","CW_FSLIDER","CW_LIGHT_EDITOR","CW_LIGHT_EDITOR_GET","CW_LIGHT_EDITOR_SET","CW_ORIENT","CW_PALETTE_EDITOR","CW_PALETTE_EDITOR_GET","CW_PALETTE_EDITOR_SET","CW_PDMENU","CW_RGBSLIDER","CW_TMPL","CW_ZOOM","DBLARR","DCINDGEN","DCOMPLEX","DCOMPLEXARR","DEFINE_KEY","DEFROI","DEFSYSV","DELETE_SYMBOL","DELLOG","DELVAR","DERIV","DERIVSIG","DETERM","DEVICE","DFPMIN","DIALOG_MESSAGE","DIALOG_PICKFILE","DIALOG_PRINTERSETUP","DIALOG_PRINTJOB","DIALOG_READ_IMAGE","DIALOG_WRITE_IMAGE","DICTIONARY","DIGITAL_FILTER","DILATE","DINDGEN","DISSOLVE","DIST","DLM_LOAD","DLM_REGISTER","DO_APPLE_SCRIPT","DOC_LIBRARY","DOUBLE","DRAW_ROI","EFONT","EIGENQL","EIGENVEC","ELMHES","EMPTY","ENABLE_SYSRTN","EOF","ERASE","ERODE","ERRORF","ERRPLOT","EXECUTE","EXIT","EXP","EXPAND","EXPAND_PATH","EXPINT","EXTRAC","EXTRACT_SLICE","F_CVF","F_PDF","FACTORIAL","FFT","FILE_CHMOD","FILE_DELETE","FILE_EXPAND_PATH","FILE_MKDIR","FILE_TEST","FILE_WHICH","FILE_SEARCH","PATH_SEP","FILE_DIRNAME","FILE_BASENAME","FILE_INFO","FILE_MOVE","FILE_COPY","FILE_LINK","FILE_POLL_INPUT","FILEPATH","FINDFILE","FINDGEN","FINITE","FIX","FLICK","FLOAT","FLOOR","FLOW3","FLTARR","FLUSH","FORMAT_AXIS_VALUES","FORWARD_FUNCTION","FREE_LUN","FSTAT","FULSTR","FUNCT","FV_TEST","FX_ROOT","FZ_ROOTS","GAMMA","GAMMA_CT","GAUSS_CVF","GAUSS_PDF","GAUSS2DFIT","GAUSSFIT","GAUSSINT","GET_DRIVE_LIST","GET_KBRD","GET_LUN","GET_SCREEN_SIZE","GET_SYMBOL","GETENV","GOTO","GREG2JUL","GRID_TPS","GRID3","GS_ITER","H_EQ_CT","H_EQ_INT","HANNING","HASH","HEAP_GC","HELP","HILBERT","HIST_2D","HIST_EQUAL","HISTOGRAM","HLS","HOUGH","HQR","HSV","IBETA","IDENTITY","IDL_CONTAINER","IDLANROI","IDLANROIGROUP","IDLFFDICOM","IDLFFDXF","IDLFFLANGUAGECAT","IDLFFSHAPE","IDLGRAXIS","IDLGRBUFFER","IDLGRCLIPBOARD","IDLGRCOLORBAR","IDLGRCONTOUR","IDLGRFONT","IDLGRIMAGE","IDLGRLEGEND","IDLGRLIGHT","IDLGRMODEL","IDLGRMPEG","IDLGRPALETTE","IDLGRPATTERN","IDLGRPLOT","IDLGRPOLYGON","IDLGRPOLYLINE","IDLGRPRINTER","IDLGRROI","IDLGRROIGROUP","IDLGRSCENE","IDLGRSURFACE","IDLGRSYMBOL","IDLGRTESSELLATOR","IDLGRTEXT","IDLGRVIEW","IDLGRVIEWGROUP","IDLGRVOLUME","IDLGRVRML","IDLGRWINDOW","IGAMMA","IMAGE_CONT","IMAGE_STATISTICS","IMAGINARY","INDGEN","INT_2D","INT_3D","INT_TABULATED","INTARR","INTERPOL","INTERPOLATE","INVERT","IOCTL","ISA","ISHFT","ISOCONTOUR","ISOSURFACE","JOURNAL","JUL2GREG","JULDAY","KEYWORD_SET","KRIG2D","KURTOSIS","KW_TEST","L64INDGEN","LABEL_DATE","LABEL_REGION","LADFIT","LAGUERRE","LEEFILT","LEGENDRE","LINBCG","LINDGEN","LINFIT","LINKIMAGE","LIST","LIVE_CONTOUR","LIVE_CONTROL","LIVE_DESTROY","LIVE_EXPORT","LIVE_IMAGE","LIVE_INFO","LIVE_LINE","LIVE_LOAD","LIVE_OPLOT","LIVE_PLOT","LIVE_PRINT","LIVE_RECT","LIVE_STYLE","LIVE_SURFACE","LIVE_TEXT","LJLCT","LL_ARC_DISTANCE","LMFIT","LMGR","LNGAMMA","LNP_TEST","LOADCT","LOCALE_GET","LON64ARR","LONARR","LONG","LONG64","LSODE","LU_COMPLEX","LUDC","LUMPROVE","LUSOL","M_CORRELATE","MACHAR","MAKE_ARRAY","MAKE_DLL","MAP_2POINTS","MAP_CONTINENTS","MAP_GRID","MAP_IMAGE","MAP_PATCH","MAP_PROJ_INFO","MAP_SET","MAX","MATRIX_MULTIPLY","MD_TEST","MEAN","MEANABSDEV","MEDIAN","MEMORY","MESH_CLIP","MESH_DECIMATE","MESH_ISSOLID","MESH_MERGE","MESH_NUMTRIANGLES","MESH_OBJ","MESH_SMOOTH","MESH_SURFACEAREA","MESH_VALIDATE","MESH_VOLUME","MESSAGE","MIN","MIN_CURVE_SURF","MK_HTML_HELP","MODIFYCT","MOMENT","MORPH_CLOSE","MORPH_DISTANCE","MORPH_GRADIENT","MORPH_HITORMISS","MORPH_OPEN","MORPH_THIN","MORPH_TOPHAT","MPEG_CLOSE","MPEG_OPEN","MPEG_PUT","MPEG_SAVE","MSG_CAT_CLOSE","MSG_CAT_COMPILE","MSG_CAT_OPEN","MULTI","N_ELEMENTS","N_PARAMS","N_TAGS","NEWTON","NORM","OBJ_CLASS","OBJ_DESTROY","OBJ_ISA","OBJ_NEW","OBJ_VALID","OBJARR","ON_ERROR","ON_IOERROR","ONLINE_HELP","OPEN","OPENR","OPENW","OPENU","OPLOT","OPLOTERR","ORDEREDHASH","P_CORRELATE","PARTICLE_TRACE","PCOMP","PLOT","PLOT_3DBOX","PLOT_FIELD","PLOTERR","PLOTS","PNT_LINE","POINT_LUN","POLAR_CONTOUR","POLAR_SURFACE","POLY","POLY_2D","POLY_AREA","POLY_FIT","POLYFILL","POLYFILLV","POLYSHADE","POLYWARP","POPD","POWELL","PRIMES","PRINT","PRINTF","PRINTD","PRODUCT","PROFILE","PROFILER","PROFILES","PROJECT_VOL","PS_SHOW_FONTS","PSAFM","PSEUDO","PTR_FREE","PTR_NEW","PTR_VALID","PTRARR","PUSHD","QROMB","QROMO","QSIMP","QUERY_CSV","R_CORRELATE","R_TEST","RADON","RANDOMN","RANDOMU","RANKS","RDPIX","READ","READF","READ_ASCII","READ_BINARY","READ_BMP","READ_CSV","READ_DICOM","READ_IMAGE","READ_INTERFILE","READ_JPEG","READ_PICT","READ_PNG","READ_PPM","READ_SPR","READ_SRF","READ_SYLK","READ_TIFF","READ_WAV","READ_WAVE","READ_X11_BITMAP","READ_XWD","READS","READU","REBIN","RECALL_COMMANDS","RECON3","REDUCE_COLORS","REFORM","REGRESS","REPLICATE","REPLICATE_INPLACE","RESOLVE_ALL","RESOLVE_ROUTINE","RESTORE","RETALL","REVERSE","REWIND","RK4","ROBERTS","ROT","ROTATE","ROUND","ROUTINE_INFO","RS_TEST","S_TEST","SAVE","SAVGOL","SCALE3","SCALE3D","SCOPE_LEVEL","SCOPE_TRACEBACK","SCOPE_VARFETCH","SCOPE_VARNAME","SEARCH2D","SEARCH3D","SET_PLOT","SET_SHADING","SET_SYMBOL","SETENV","SETLOG","SETUP_KEYS","SFIT","SHADE_SURF","SHADE_SURF_IRR","SHADE_VOLUME","SHIFT","SHOW3","SHOWFONT","SIGNUM","SIN","SINDGEN","SINH","SIZE","SKEWNESS","SKIPF","SLICER3","SLIDE_IMAGE","SMOOTH","SOBEL","SOCKET","SORT","SPAWN","SPH_4PNT","SPH_SCAT","SPHER_HARM","SPL_INIT","SPL_INTERP","SPLINE","SPLINE_P","SPRSAB","SPRSAX","SPRSIN","SPRSTP","SQRT","STANDARDIZE","STDDEV","STOP","STRARR","STRCMP","STRCOMPRESS","STREAMLINE","STREGEX","STRETCH","STRING","STRJOIN","STRLEN","STRLOWCASE","STRMATCH","STRMESSAGE","STRMID","STRPOS","STRPUT","STRSPLIT","STRTRIM","STRUCT_ASSIGN","STRUCT_HIDE","STRUPCASE","SURFACE","SURFR","SVDC","SVDFIT","SVSOL","SWAP_ENDIAN","SWITCH","SYSTIME","T_CVF","T_PDF","T3D","TAG_NAMES","TAN","TANH","TAPRD","TAPWRT","TEK_COLOR","TEMPORARY","TETRA_CLIP","TETRA_SURFACE","TETRA_VOLUME","THIN","THREED","TIME_TEST2","TIMEGEN","TM_TEST","TOTAL","TRACE","TRANSPOSE","TRI_SURF","TRIANGULATE","TRIGRID","TRIQL","TRIRED","TRISOL","TRNLOG","TS_COEF","TS_DIFF","TS_FCAST","TS_SMOOTH","TV","TVCRS","TVLCT","TVRD","TVSCL","TYPENAME","UINDGEN","UINT","UINTARR","UL64INDGEN","ULINDGEN","ULON64ARR","ULONARR","ULONG","ULONG64","UNIQ","USERSYM","VALUE_LOCATE","VARIANCE","VAX_FLOAT","VECTOR_FIELD","VEL","VELOVECT","VERT_T3D","VOIGT","VORONOI","VOXEL_PROJ","WAIT","WARP_TRI","WATERSHED","WDELETE","WEOF","WF_DRAW","WHERE","WIDGET_BASE","WIDGET_BUTTON","WIDGET_CONTROL","WIDGET_DRAW","WIDGET_DROPLIST","WIDGET_EVENT","WIDGET_INFO","WIDGET_LABEL","WIDGET_LIST","WIDGET_SLIDER","WIDGET_TABLE","WIDGET_TEXT","WINDOW","WRITE_BMP","WRITE_CSV","WRITE_IMAGE","WRITE_JPEG","WRITE_NRIF","WRITE_PICT","WRITE_PNG","WRITE_PPM","WRITE_SPR","WRITE_SRF","WRITE_SYLK","WRITE_TIFF","WRITE_WAV","WRITE_WAVE","WRITEU","WSET","WSHOW","WTN","WV_APPLET","WV_CW_WAVELET","WV_CWT","WV_DENOISE","WV_DWT","WV_FN_COIFLET","WV_FN_DAUBECHIES","WV_FN_GAUSSIAN","WV_FN_HAAR","WV_FN_MORLET","WV_FN_PAUL","WV_FN_SYMLET","WV_IMPORT_DATA","WV_IMPORT_WAVELET","WV_PLOT3D_WPS","WV_PLOT_MULTIRES","WV_PWT","WV_TOOL_DENOISE","XBM_EDIT","XDISPLAYFILE","XDXF","XFONT","XINTERANIMATE","XLOADCT","XMANAGER","XMNG_TMPL","XMTOOL","XOBJVIEW","XPALETTE","XPCOLOR","XPLOT3D","XREGISTERED","XROI","XSQ_TEST","XSURFACE","XVAREDIT","XVOLUME","XVOLUME_ROTATE","XVOLUME_WRITE_IMAGE","XYOUTS","ZOOM","ZOOM_24"]],[["token","Name.Builtin"]],[["token","Name"]]]]]]]]]]]]]]}],"funcname":[{"kind":"tok","re":"(?i-mx:[_A-Z]\\w*)","opts":0,"tok":"Name.Function","next":null},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"(:+|\\$)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":";.*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"$","opts":0,"tok":"Text.Whitespace","next":"pop!"},{"kind":"tok","re":",","opts":0,"tok":"Operator","next":"pop!"}],"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.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::Idris","start_push":[],"states":{"basic":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"{-#","opts":0,"tok":"Comment.Preproc","next":"comment_preproc"},{"kind":"tok","re":"{-","opts":0,"tok":"Comment.Multiline","next":"comment"},{"kind":"tok","re":"^\\|\\|\\|.*$","opts":0,"tok":"Comment.Doc","next":null},{"kind":"tok","re":"--(?![!#\\$\\%&*+./<=>?@\\^\\|_~]).*?$","opts":0,"tok":"Comment.Single","next":null}],"comment":[{"kind":"tok","re":"-}","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"{-","opts":0,"tok":"Comment.Multiline","next":"comment"},{"kind":"tok","re":"[^-{}]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"[-{}]","opts":0,"tok":"Comment.Multiline","next":null}],"comment_preproc":[{"kind":"tok","re":"-}","opts":0,"tok":"Comment.Preproc","next":"pop!"},{"kind":"tok","re":"{-","opts":0,"tok":"Comment.Preproc","next":"comment"},{"kind":"tok","re":"[^-{}]+","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"[-{}]","opts":0,"tok":"Comment.Preproc","next":null}],"directive":[{"kind":"tok","re":"\\%(default)\\s+(total|partial)","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\%(access)\\s+(public|abstract|private|export)","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\%(language)\\s+(.*)","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\%(provide)\\s+.*\\s+(with)\\s+","opts":0,"tok":"Keyword","next":null}],"prelude":[{"kind":"tok","re":"\\b(Type|Exists|World|IO|IntTy|FTy|File|Mode|Dec|Bool|Ordering|Either|IsJust|List|Maybe|Nat|Stream|StrM|Not|Lazy|Inf)\\s","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"\\b(Eq|Ord|Num|MinBound|MaxBound|Integral|Applicative|Alternative|Cast|Foldable|Functor|Monad|Traversable|Uninhabited|Semigroup|Monoid)\\s","opts":0,"tok":"Name.Class","next":null},{"kind":"tok","re":"\\b(?:abs|acos|all|and|any|asin|atan|atan2|break|ceiling|compare|concat|concatMap|const|cos|cosh|curry|cycle|div|drop|dropWhile|elem|encodeFloat|enumFrom|enumFromThen|enumFromThenTo|enumFromTo|exp|fail|filter|flip|floor|foldl|foldl1|foldr|foldr1|fromInteger|fst|gcd|getChar|getLine|head|id|init|iterate|last|lcm|length|lines|log|lookup|map|max|maxBound|maximum|maybe|min|minBound|minimum|mod|negate|not|null|or|pi|pred|print|product|putChar|putStr|putStrLn|readFile|recip|repeat|replicate|return|reverse|scanl|scanl1|sequence|sequence_|show|sin|sinh|snd|span|splitAt|sqrt|succ|sum|tail|take|takeWhile|tan|tanh|uncurry|unlines|unwords|unzip|unzip3|words|writeFile|zip|zip3|zipWith|zipWith3)[ ]+(?![=:-])","opts":0,"tok":"Name.Builtin","next":null}],"root":[{"kind":"mixin","state":"basic"},{"kind":"mixin","state":"directive"},{"kind":"tok","re":"\\bimport\\b","opts":0,"tok":"Keyword.Reserved","next":"import"},{"kind":"tok","re":"\\bmodule\\b","opts":0,"tok":"Keyword.Reserved","next":"module"},{"kind":"tok","re":"\\b(?:_|data|class|instance|namespace|infix[lr]?|let|where|of|with|type|do|if|then|else|case|in)\\b","opts":0,"tok":"Keyword.Reserved","next":null},{"kind":"tok","re":"\\b(Just|Nothing|Left|Right|True|False|LT|LTE|EQ|GT|GTE)\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"^[\\w']+\\s*:","opts":0,"tok":"Name.Function","next":null},{"kind":"mixin","state":"prelude"},{"kind":"tok","re":"[_a-z][\\w']*","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":"Name.Function","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":"\\d+(\\.\\d+)?(e[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0o[0-7]+","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"0x[\\da-f]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Char","next":"character"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"tok","re":"\\[\\s*\\]","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"\\(\\s*\\)","opts":0,"tok":"Name.Builtin","next":null},{"kind":"ir","re":"(\\[)([_a-z][\\w']*)(\\|)","opts":0,"ops":[["token","Operator",["g",1]],["token","Name",["g",2]],["token","Operator",["g",3]],["push","quasiquotation"]]},{"kind":"tok","re":"[\\[\\](),;`{}]","opts":0,"tok":"Punctuation","next":null}],"import":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"actions","re":"([A-Z][\\w.]*)(\\s+)(as)(\\s+)([A-Z][a-zA-Z0-9_.]*)","opts":0,"actions":[["groups",["Name.Namespace","Text","Keyword","Text","Name"]],["pop",1]]},{"kind":"actions","re":"([A-Z][\\w.]*)(\\s+)(\\()","opts":0,"actions":[["groups",["Name.Namespace","Text","Punctuation"]],["goto","funclist"]]},{"kind":"tok","re":"[\\w.]+","opts":0,"tok":"Name.Namespace","next":"pop!"}],"module":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"([A-Z][\\w.]*)","opts":0,"tok":"Name.Namespace","next":"pop!"}],"funclist":[{"kind":"mixin","state":"basic"},{"kind":"tok","re":"[A-Z]\\w*","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"(_[\\w\\']+|[a-z][\\w\\']*)","opts":0,"tok":"Name.Function","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":"Punctuation","next":"funclist"},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}],"character":[{"kind":"actions","re":"\\\\","opts":0,"actions":[["token","Literal.String.Escape"],["goto","character_end"],["push","escape"]]},{"kind":"actions","re":".","opts":0,"actions":[["token","Literal.String.Char"],["goto","character_end"]]}],"character_end":[{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Char","next":"pop!"},{"kind":"tok","re":".","opts":0,"tok":"Error","next":"pop!"}],"quasiquotation":[{"kind":"tok","re":"\\|\\]","opts":0,"tok":"Operator","next":"pop!"},{"kind":"tok","re":"[^\\|]+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"\\|","opts":0,"tok":"Text","next":null}],"string":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\\\\","opts":0,"tok":"Literal.String.Escape","next":"escape"},{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String","next":null}],"escape":[{"kind":"tok","re":"[abfnrtv\"'&\\\\]","opts":0,"tok":"Literal.String.Escape","next":"pop!"},{"kind":"tok","re":"\\^[\\]\\[A-Z@\\^_]","opts":0,"tok":"Literal.String.Escape","next":"pop!"},{"kind":"tok","re":"NUL|SOH|[SE]TX|EOT|ENQ|ACK|BEL|BS|HT|LF|VT|FF|CR|S[OI]|DLE|DC[1-4]|NAK|SYN|ETB|CAN|EM|SUB|ESC|[FGRU]S|SP|DEL","opts":0,"tok":"Literal.String.Escape","next":"pop!"},{"kind":"tok","re":"o[0-7]+","opts":1,"tok":"Literal.String.Escape","next":"pop!"},{"kind":"tok","re":"x[\\da-fA-F]+","opts":1,"tok":"Literal.String.Escape","next":"pop!"},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.String.Escape","next":"pop!"},{"kind":"tok","re":"\\s+\\\\","opts":0,"tok":"Literal.String.Escape","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::IecST","start_push":[],"states":{"whitespace":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"(//).*$\\n?","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"\\(\\*.*?\\*\\)","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"\\{.*?\\}","opts":4,"tok":"Comment.Special","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"'[^']+'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"\"[^\"]+\"","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"%[IQM][XBWDL][\\d.]*|%[IQ][\\d.]*","opts":0,"tok":"Name.Variable.Magic","next":null},{"kind":"tok","re":"\\b(?:D|DT|T|TOD)#[\\d_shmd:]*","opts":1,"tok":"Literal.Date","next":null},{"kind":"tok","re":"\\b(?:16#[\\d_a-f]+|0x[\\d_a-f]+)\\b","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\b2#[01_]+","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"(?:\\b\\d+(?:\\.\\d*)?|\\B\\.\\d+)(?:e[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\b[\\d.,_]+","opts":0,"tok":"Literal.Number","next":null},{"kind":"ir","re":"\\b[A-Z_]+\\b","opts":1,"ops":[["if",["ginf",0,"up",["AT","BEGIN","BY","CONSTANT","CONTINUE","DO","ELSE","ELSIF","EXIT","EXTENDS","FROM","GET","GOTO","IMPLEMENTS","JMP","NON_RETAIN","OF","PRIVATE","PROTECTED","PUBLIC","RETAIN","RETURN","SET","TASK","THEN","TO","UNTIL","USING","WITH","__CATCH","__ENDTRY","__FINALLY","__TRY","PROGRAM","CONFIGURATION","INITIAL_STEP","INTERFACE","FUNCTION_BLOCK","FUNCTION","ACTION","TRANSITION","TYPE","STRUCT","STEP","NAMESPACE","LIBRARY","CHANNEL","FOLDER","RESOURCE","VAR_ACCESS","VAR_CONFIG","VAR_EXTERNAL","VAR_GLOBAL","VAR_INPUT","VAR_IN_OUT","VAR_OUTPUT","VAR_TEMP","VAR","CONST","METHOD","PROPERTY","CASE","FOR","IF","REPEAT","WHILE","END_PROGRAM","END_CONFIGURATION","END_INITIAL_STEP","END_INTERFACE","END_FUNCTION_BLOCK","END_FUNCTION","END_ACTION","END_TRANSITION","END_TYPE","END_STRUCT","END_STEP","END_NAMESPACE","END_LIBRARY","END_CHANNEL","END_FOLDER","END_RESOURCE","END_VAR_ACCESS","END_VAR_CONFIG","END_VAR_EXTERNAL","END_VAR_GLOBAL","END_VAR_INPUT","END_VAR_IN_OUT","END_VAR_OUTPUT","END_VAR_TEMP","END_VAR","END_CONST","END_METHOD","END_PROPERTY","END_CASE","END_FOR","END_IF","END_REPEAT","END_WHILE"]],[["token","Keyword"]],[["if",["ginf",0,"up",["ANY","ARRAY","BOOL","BYTE","POINTER","STRING","DATE","DATE_AND_TIME","DT","TIME","TIME_OF_DAY","TOD","INT","DINT","LINT","SINT","UINT","UDINT","ULINT","USINT","WORD","DWORD","LWORD","REAL","LREAL"]],[["token","Keyword.Type"]],[["if",["ginf",0,"up",["TRUE","FALSE","NULL"]],[["token","Literal"]],[["if",["ginf",0,"up",["AND","EQ","EXPT","GE","GT","LE","LT","MOD","NE","NOT","OR","XOR"]],[["token","Operator"]],[["token","Name"]]]]]]]]]]},{"kind":"tok","re":"S?R?:?=>?|&&?|\\*\\*?|<[=>]?|>=?|[-:^/+#]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\b[a-z_]\\w*(?=\\s*\\()","opts":1,"tok":"Name.Function","next":null},{"kind":"tok","re":"\\b[a-z_]\\w*\\b","opts":1,"tok":"Name","next":null},{"kind":"tok","re":"[()\\[\\].,;]","opts":0,"tok":"Punctuation","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::IgorPro","start_push":[],"states":{"root":[{"kind":"tok","re":"//","opts":0,"tok":"Comment","next":"comments"},{"kind":"callback","re":"[a-z][a-z0-9_\\.]*","opts":1},{"kind":"mixin","state":"preprocessor"},{"kind":"mixin","state":"waveFlag"},{"kind":"mixin","state":"characters"},{"kind":"mixin","state":"numbers"},{"kind":"mixin","state":"whitespace"}],"preprocessor":[{"kind":"ir","re":"(\\#)((?i-mx:[a-z][a-z0-9_\\.]*))","opts":0,"ops":[["if",["ginf",2,"down",["pragma","include","define","ifdef","ifndef","undef","if","elif","else","endif"]],[["token","Comment.Preproc"]],[["token","Punctuation",["g",1]],["token","Name",["g",2]]]]]}],"assignment":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"\\\"","opts":0,"tok":"Literal.String.Double","next":"string1"},{"kind":"mixin","state":"string2"},{"kind":"tok","re":"0x[a-f0-9]+","opts":1,"tok":"Literal.Number.Float","next":"pop!"},{"kind":"tok","re":"[\\d]+(?:_\\d+)*","opts":0,"tok":"Literal.Number.Integer","next":"pop!"},{"kind":"tok","re":"[\\(\\[\\{][^\\)\\]\\}]+[\\)\\]\\}]","opts":0,"tok":"Generic","next":"pop!"},{"kind":"tok","re":"[^\\s/\\(]+","opts":0,"tok":"Generic","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"parse_variables":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[=]","opts":0,"tok":"Punctuation","next":"assignment"},{"kind":"tok","re":"[a-z][a-z0-9_\\.]*","opts":1,"tok":"Name.Variable","next":null},{"kind":"tok","re":"[\\[\\]]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[,]","opts":0,"tok":"Punctuation","next":"parse_variables"},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"[/][a-z]+","opts":1,"tok":"Keyword.Pseudo","next":"parse_variables"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"parse_function":[{"kind":"tok","re":"[/][a-z]+","opts":1,"tok":"Keyword.Pseudo","next":null},{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[a-z][a-z0-9_\\.]*","opts":1,"tok":"Name.Function","next":null},{"kind":"tok","re":"[\\(]","opts":0,"tok":"Punctuation","next":"parse_variables"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"operationFlags":[{"kind":"tok","re":"(?:[ \\t]|(?:\\\\\\s*[\\r\\n]))+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"[=]","opts":0,"tok":"Punctuation","next":"assignment"},{"kind":"tok","re":"[/][a-z]+","opts":1,"tok":"Keyword.Pseudo","next":"operationFlags"},{"kind":"actions","re":"(as)(\\s*)((?i-mx:[a-z][a-z0-9_\\.]*))","opts":1,"actions":[["groups",["Keyword.Type","Text","Name.Label"]]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"waveFlag":[{"kind":"ir","re":"\n (/(?:wave|X|Y))\n (\\s*)(=)(\\s*)\n ((?i-mx:[a-z][a-z0-9_\\.]*))\n ","opts":3,"ops":[["token","Keyword.Pseudo",["g",1]],["token","Text",["g",2]],["token","Punctuation",["g",3]],["token","Text",["g",4]],["token","Name.Variable",["g",5]]]}],"characters":[{"kind":"tok","re":"\\s","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"[\\#$~!%^&*+=\\|?:<>/-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[{}()\\[\\],.;]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\\"","opts":0,"tok":"Literal.String.Double","next":"string1"},{"kind":"mixin","state":"string2"}],"numbers":[{"kind":"tok","re":"0x[a-f0-9]+","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+\\.\\d+(e[\\+\\-]?\\d+)?","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"[\\d]+(?:_\\d+)*","opts":0,"tok":"Literal.Number.Integer","next":null}],"whitespace":[{"kind":"tok","re":"(?:[ \\t]|(?:\\\\\\s*[\\r\\n]))+","opts":0,"tok":"Text","next":null}],"string1":[{"kind":"tok","re":"%\\w\\b","opts":0,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"\\\\\\\\","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\\\\"","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^\"]","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"string2":[{"kind":"tok","re":"\\'[^']*\\'","opts":0,"tok":"Literal.String.Single","next":null}],"comments":[{"kind":"actions","re":"([/]\\s*)([@]\\w+\\b)","opts":1,"actions":[["groups",["Comment","Comment.Special"]]]},{"kind":"tok","re":"[^\\r\\n]","opts":0,"tok":"Comment","next":null},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::INI","start_push":[],"states":{"basic":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"[;#].*?\\n","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Literal.String.Escape","next":null}],"root":[{"kind":"mixin","state":"basic"},{"kind":"actions","re":"((?-mix:[\\w\\-.]+))(\\s*)(=)","opts":0,"actions":[["groups",["Name.Property","Text.Whitespace","Punctuation"]],["push","value"]]},{"kind":"tok","re":"\\[.*?\\]","opts":0,"tok":"Name.Namespace","next":null},{"kind":"tok","re":"(.+?)","opts":0,"tok":"Name.Attribute","next":null}],"value":[{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"pop!"},{"kind":"mixin","state":"basic"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"dq"},{"kind":"tok","re":"'.*?'","opts":0,"tok":"Literal.String","next":null},{"kind":"mixin","state":"esc_str"},{"kind":"tok","re":"[^\\\\\\n]+","opts":0,"tok":"Literal.String","next":null}],"dq":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"mixin","state":"esc_str"},{"kind":"tok","re":"[^\\\\\"]+","opts":4,"tok":"Literal.String","next":null}],"esc_str":[{"kind":"tok","re":"\\\\.","opts":4,"tok":"Literal.String.Escape","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::IO","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.Single","next":null},{"kind":"tok","re":"/(\\\\\\n)?[*].*?[*](\\\\\\n)?/","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"/[+]","opts":0,"tok":"Comment.Multiline","next":"nested_comment"},{"kind":"tok","re":"\"(\\\\\\\\|\\\\\"|[^\"])*\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":":?:=","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"[()]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[-=;,*+><!/|^.%&\\[\\]{}]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[A-Z]\\w*","opts":0,"tok":"Name.Class","next":null},{"kind":"ir","re":"[a-z_]\\w*","opts":0,"ops":[["if",["gin",0,["nil","false","true"]],[["token","Keyword.Constant"]],[["if",["gin",0,["args","call","clone","do","doFile","doString","else","elseif","for","if","list","method","return","super","then"]],[["token","Name.Builtin"]],[["token","Name"]]]]]]},{"kind":"tok","re":"(\\d+[.]?\\d*|\\d*[.]\\d+)(e[+-]?[0-9]+)?","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":"Keyword","next":null}],"nested_comment":[{"kind":"tok","re":"[^/+]+","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"/[+]","opts":0,"tok":"Comment.Multiline","next":"nested_comment"},{"kind":"tok","re":"[+]/","opts":0,"tok":"Comment.Multiline","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::IRBOutputLexer","start_push":["expr_start","stdout"],"states":{"has_irb_output":[{"kind":"tok","re":"=>","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":".+?(\\n|$)","opts":0,"tok":"Generic.Output","next":null}],"irb_error":[{"kind":"tok","re":".+?(\\n|$)","opts":0,"tok":"Generic.Error","next":null},{"kind":"mixin","state":"has_irb_output"}],"stdout":[{"kind":"tok","re":"\\w+?(Error|Exception):.+?(\\n|$)","opts":0,"tok":"Generic.Error","next":"irb_error"},{"kind":"mixin","state":"has_irb_output"}],"root":[{"kind":"tok","re":"#<","opts":0,"tok":"Keyword.Type","next":"irb_object"},{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"__END__","opts":0,"tok":"Comment.Preproc","next":"end_part"},{"kind":"tok","re":"0_?[0-7]+(?:_[0-7]+)*","opts":0,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"0x[0-9A-Fa-f]+(?:_[0-9A-Fa-f]+)*","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0b[01]+(?:_[01]+)*","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"(?-mix:[\\d]+(?:_\\d+)*)(?:\\.(?-mix:[\\d]+(?:_\\d+)*)(?i-mx:e[+-]?\\d+)?|(?i-mx:e[+-]?\\d+))","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[\\d]+(?:_\\d+)*","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"@@[\\p{Ll}_]\\p{Word}*","opts":17,"tok":"Name.Variable.Class","next":null},{"kind":"tok","re":"@[\\p{Ll}_]\\p{Word}*","opts":17,"tok":"Name.Variable.Instance","next":null},{"kind":"tok","re":"\\$\\p{Word}+","opts":16,"tok":"Name.Variable.Global","next":null},{"kind":"tok","re":"\\$[!@&`'+~=/\\\\,;.<>_*\\$?:\"]","opts":0,"tok":"Name.Variable.Global","next":null},{"kind":"tok","re":"\\$-[0adFiIlpvw]","opts":0,"tok":"Name.Variable.Global","next":null},{"kind":"tok","re":"::","opts":0,"tok":"Operator","next":null},{"kind":"mixin","state":"strings"},{"kind":"callback","re":"\\w+[?]?","opts":0},{"kind":"tok","re":"(not|and|or)\\b","opts":0,"tok":"Operator.Word","next":"expr_start"},{"kind":"actions","re":"\n (module)\n (\\s+)\n ([\\p{L}_][\\p{L}0-9_]*(::[\\p{L}_][\\p{L}0-9_]*)*)\n ","opts":18,"actions":[["groups",["Keyword","Text","Name.Namespace"]]]},{"kind":"actions","re":"(def\\b)(\\s*)","opts":0,"actions":[["groups",["Keyword","Text"]],["push","funcname"]]},{"kind":"actions","re":"(class\\b)(\\s*)","opts":0,"actions":[["groups",["Keyword","Text"]],["push","classname"]]},{"kind":"callback","re":"(\\w+)([?!])?","opts":0},{"kind":"callback","re":"(?<![.])\\w+","opts":0},{"kind":"mixin","state":"has_heredocs"},{"kind":"tok","re":"\\.{2,3}","opts":0,"tok":"Operator","next":"expr_start"},{"kind":"tok","re":"[\\p{Lu}][\\p{L}0-9_]*","opts":16,"tok":"Name.Constant","next":"method_call"},{"kind":"actions","re":"(\\.|::)(\\s*)([\\p{Ll}_]\\p{Word}*[!?]?|[*%&^`~+-/\\[<>=])","opts":16,"actions":[["groups",["Punctuation","Text","Name.Function"]],["push","method_call"]]},{"kind":"tok","re":"[\\p{L}_]\\p{Word}*[?!]","opts":16,"tok":"Name","next":"expr_start"},{"kind":"tok","re":"[\\p{L}_]\\p{Word}*","opts":16,"tok":"Name","next":"method_call"},{"kind":"tok","re":"\\*\\*|<<?|>>?|>=|<=|<=>|=~|={3}|!~|&&?|\\|\\||\\.","opts":0,"tok":"Operator","next":"expr_start"},{"kind":"tok","re":"[-+/*%=<>&!^|~]=?","opts":0,"tok":"Operator","next":"expr_start"},{"kind":"actions","re":"[?]","opts":0,"actions":[["token","Punctuation"],["push","ternary"],["push","expr_start"]]},{"kind":"tok","re":"[\\[({,:\\\\;/]","opts":0,"tok":"Punctuation","next":"expr_start"},{"kind":"tok","re":"[\\])}]","opts":0,"tok":"Punctuation","next":null}],"irb_object":[{"kind":"tok","re":">","opts":0,"tok":"Keyword.Type","next":"pop!"},{"kind":"mixin","state":"root"}],"symbols":[{"kind":"tok","re":"\n : # initial :\n @{0,2} # optional ivar, for :@foo and :@@foo\n [\\p{Ll}_]\\p{Word}*[!?]? # the symbol\n ","opts":19,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":(?:\\*\\*|[-+]@|[/\\%&\\|^`~]|\\[\\]=?|<<|>>|<=?>|<=?|===?)","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":'(\\\\\\\\|\\\\'|[^'])*'","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":\"","opts":0,"tok":"Literal.String.Symbol","next":"simple_sym"}],"sigil_strings":[{"kind":"callback","re":"%([rqswQWxiI])?([^\\p{Word}\\s])","opts":16}],"strings":[{"kind":"mixin","state":"symbols"},{"kind":"tok","re":"\\b[\\p{Ll}_]\\p{Word}*?[?!]?:\\s+","opts":16,"tok":"Literal.String.Symbol","next":"expr_start"},{"kind":"tok","re":"'(\\\\\\\\|\\\\'|[^'])*'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"simple_string"},{"kind":"tok","re":"(?<!\\.)`","opts":0,"tok":"Literal.String.Backtick","next":"simple_backtick"}],"regex_flags":[{"kind":"tok","re":"[mixounse]*","opts":0,"tok":"Literal.String.Regex","next":"pop!"}],"simple_string":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"[^\\\\\"#]+","opts":4,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"simple_sym":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"[^\\\\\"#]+","opts":4,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Symbol","next":"pop!"}],"simple_backtick":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"[^\\\\`#]+","opts":4,"tok":"Literal.String.Backtick","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Backtick","next":null},{"kind":"tok","re":"`","opts":0,"tok":"Literal.String.Backtick","next":"pop!"}],"whitespace":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"\\n\\s*","opts":4,"tok":"Text","next":"expr_start"},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"=begin\\b.*?\\n=end\\b","opts":4,"tok":"Comment.Multiline","next":null}],"inline_whitespace":[{"kind":"tok","re":"[ \\t\\r]+","opts":0,"tok":"Text","next":null}],"has_heredocs":[{"kind":"ir","re":"(?<!\\p{Word})(<<[-~]?)([\"`']?)([\\p{L}_]\\p{Word}*)(\\2)","opts":16,"ops":[["token","Operator",["g",1]],["token","Name.Constant",["cat",["lit",""],["g",2],["g",3],["g",4]]],["lpush","heredoc_queue",[["gin",1,["<<-","<<~"]],["g",3]]],["if",["not",["instate","heredoc_queue"]],[["push","heredoc_queue"]],[]]]},{"kind":"ir","re":"(<<[-~]?)([\"'])(\\2)","opts":0,"ops":[["token","Operator",["g",1]],["token","Name.Constant",["cat",["lit",""],["g",2],["g",3],["g",4]]],["lpush","heredoc_queue",[["gin",1,["<<-","<<~"]],["lit",""]]],["if",["not",["instate","heredoc_queue"]],[["push","heredoc_queue"]],[]]]}],"heredoc_queue":[{"kind":"actions","re":"(?=\\n)","opts":0,"actions":[["goto","resolve_heredocs"]]},{"kind":"mixin","state":"root"}],"resolve_heredocs":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"\\n","opts":0,"tok":"Literal.String.Heredoc","next":"test_heredoc"},{"kind":"tok","re":"[#\\\\\\n]","opts":0,"tok":"Literal.String.Heredoc","next":null},{"kind":"tok","re":"[^#\\\\\\n]+","opts":0,"tok":"Literal.String.Heredoc","next":null}],"test_heredoc":[{"kind":"callback","re":"[^#\\\\\\n]*$","opts":0},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"funcname":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"defexpr"},{"kind":"actions","re":"\n (?:([\\p{L}_]\\p{Word}*)(\\.))?\n (\n [\\p{L}_]\\p{Word}*[!?]? |\n \\*\\*? | [-+]@? | [/%&\\|^`~] | \\[\\]=? |\n <=>? | <<? | >>? | >= | ===?\n )\n ","opts":18,"actions":[["groups",["Name.Class","Operator","Name.Function"]],["pop",1]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"classname":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\p{Word}+(::\\p{Word}+)+","opts":16,"tok":"Name.Class","next":null},{"kind":"actions","re":"\\(","opts":0,"actions":[["token","Punctuation"],["push","defexpr"],["push","expr_start"]]},{"kind":"actions","re":"<<","opts":0,"actions":[["token","Operator"],["goto","expr_start"]]},{"kind":"tok","re":"[\\p{Lu}_]\\p{Word}*","opts":16,"tok":"Name.Class","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"ternary":[{"kind":"actions","re":"(:)(\\s+)","opts":0,"actions":[["groups",["Punctuation","Text"]],["goto","expr_start"]]},{"kind":"actions","re":":(?![^#\\n]*?[:\\\\])","opts":0,"actions":[["token","Punctuation"],["goto","expr_start"]]},{"kind":"mixin","state":"root"}],"defexpr":[{"kind":"actions","re":"(\\))(\\.|::)?","opts":0,"actions":[["groups",["Punctuation","Operator"]],["pop",1]]},{"kind":"actions","re":"\\(","opts":0,"actions":[["token","Punctuation"],["push","defexpr"],["push","expr_start"]]},{"kind":"mixin","state":"root"}],"in_interp":[{"kind":"tok","re":"}","opts":0,"tok":"Literal.String.Interpol","next":"pop!"},{"kind":"mixin","state":"root"}],"string_intp":[{"kind":"tok","re":"[#][{]","opts":0,"tok":"Literal.String.Interpol","next":"in_interp"},{"kind":"tok","re":"#(@@?|\\$)[\\p{Ll}_]\\p{Word}*","opts":17,"tok":"Literal.String.Interpol","next":null}],"string_intp_escaped":[{"kind":"mixin","state":"string_intp"},{"kind":"tok","re":"\\\\([\\\\abefnrstv#\"']|x[a-fA-F0-9]{1,2}|[0-7]{1,3})","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null}],"method_call":[{"kind":"actions","re":"/|%","opts":0,"actions":[["token","Operator"],["goto","expr_start"]]},{"kind":"actions","re":"(?=\\n)","opts":0,"actions":[["pop",1]]},{"kind":"actions","re":"","opts":0,"actions":[["goto","method_call_spaced"]]}],"method_call_spaced":[{"kind":"mixin","state":"whitespace"},{"kind":"actions","re":"[%/]=","opts":0,"actions":[["token","Operator"],["goto","expr_start"]]},{"kind":"actions","re":"(/)(?=\\S|\\s*/)","opts":0,"actions":[["token","Literal.String.Regex"],["goto","slash_regex"]]},{"kind":"mixin","state":"sigil_strings"},{"kind":"actions","re":"(?=\\s*/)","opts":0,"actions":[["pop",1]]},{"kind":"actions","re":"\\s+","opts":0,"actions":[["token","Text"],["goto","expr_start"]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"expr_start":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"actions","re":"/","opts":0,"actions":[["token","Literal.String.Regex"],["goto","slash_regex"]]},{"kind":"tok","re":"\n [?](\\\\[MC]-)* # modifiers\n (\\\\([\\\\abefnrstv\\#\"']|x[a-fA-F0-9]{1,2}|[0-7]{1,3})|\\S)\n (?!\\p{Word})\n ","opts":18,"tok":"Literal.String.Char","next":"pop!"},{"kind":"actions","re":"(\\s*)(%[rqswQWxiI]? \\S* )","opts":0,"actions":[["groups",["Text","Literal.String.Other"]],["pop",1]]},{"kind":"mixin","state":"sigil_strings"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"slash_regex":[{"kind":"mixin","state":"string_intp"},{"kind":"tok","re":"\\\\\\\\","opts":0,"tok":"Literal.String.Regex","next":null},{"kind":"tok","re":"\\\\/","opts":0,"tok":"Literal.String.Regex","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Regex","next":null},{"kind":"tok","re":"[^\\\\/#]+","opts":4,"tok":"Literal.String.Regex","next":null},{"kind":"actions","re":"/","opts":0,"actions":[["token","Literal.String.Regex"],["goto","regex_flags"]]}],"end_part":[{"kind":"tok","re":".+","opts":4,"tok":"Comment.Preproc","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Isabelle","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"\\(\\*","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"\\{\\*|‹","opts":16,"tok":"Text","next":"text"},{"kind":"tok","re":"::|\\[|\\]|-|[:()_=,|+!?]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[{}.]|\\.\\.","opts":0,"tok":"Operator.Word","next":null},{"kind":"ir","re":"[a-zA-Z]\\w*","opts":0,"ops":[["if",["or",["gin",0,["and","assumes","attach","avoids","binder","checking","class_instance","class_relation","code_module","congs","constant","constrains","datatypes","defines","file","fixes","for","functions","hints","identifier","if","imports","in","includes","infix","infixl","infixr","is","keywords","lazy","module_name","monos","morphisms","no_discs_sels","notes","obtains","open","output","overloaded","parametric","permissive","pervasive","rep_compat","shows","structure","type_class","type_constructor","unchecked","unsafe","where"]],["gin",0,["apply","apply_end","apply_trace","back","defer","prefer"]]],[["token","Keyword.Pseudo"]],[["if",["gin",0,["ML_command","ML_val","class_deps","code_deps","code_thms","display_drafts","find_consts","find_theorems","find_unused_assms","full_prf","help","locale_deps","nitpick","pr","prf","print_abbrevs","print_antiquotations","print_attributes","print_binds","print_bnfs","print_bundles","print_case_translations","print_cases","print_claset","print_classes","print_codeproc","print_codesetup","print_coercions","print_commands","print_context","print_defn_rules","print_dependencies","print_facts","print_induct_rules","print_inductives","print_interps","print_locale","print_locales","print_methods","print_options","print_orders","print_quot_maps","print_quotconsts","print_quotients","print_quotientsQ3","print_quotmapsQ3","print_rules","print_simpset","print_state","print_statement","print_syntax","print_theorems","print_theory","print_trans_rules","prop","pwd","quickcheck","refute","sledgehammer","smt_status","solve_direct","spark_status","term","thm","thm_deps","thy_deps","try","try0","typ","unused_thms","value","values","welcome","print_ML_antiquotations","print_term_bindings","values_prolog"]],[["token","Keyword.Type"]],[["if",["or",["gin",0,["theory","begin","end"]],["gin",0,["ML","ML_file","abbreviation","adhoc_overloading","arities","atom_decl","attribute_setup","axiomatization","bundle","case_of_simps","class","classes","classrel","codatatype","code_abort","code_class","code_const","code_datatype","code_identifier","code_include","code_instance","code_modulename","code_monad","code_printing","code_reflect","code_reserved","code_type","coinductive","coinductive_set","consts","context","datatype","datatype_new","datatype_new_compat","declaration","declare","default_sort","defer_recdef","definition","defs","domain","domain_isomorphism","domaindef","equivariance","export_code","extract","extract_type","fixrec","fun","fun_cases","hide_class","hide_const","hide_fact","hide_type","import_const_map","import_file","import_tptp","import_type_map","inductive","inductive_set","instantiation","judgment","lemmas","lifting_forget","lifting_update","local_setup","locale","method_setup","nitpick_params","no_adhoc_overloading","no_notation","no_syntax","no_translations","no_type_notation","nominal_datatype","nonterminal","notation","notepad","oracle","overloading","parse_ast_translation","parse_translation","partial_function","primcorec","primrec","primrec_new","print_ast_translation","print_translation","quickcheck_generator","quickcheck_params","realizability","realizers","recdef","record","refute_params","setup","setup_lifting","simproc_setup","simps_of_case","sledgehammer_params","spark_end","spark_open","spark_open_siv","spark_open_vcg","spark_proof_functions","spark_types","statespace","syntax","syntax_declaration","text","text_raw","theorems","translations","type_notation","type_synonym","typed_print_translation","typedecl","hoarestate","install_C_file","install_C_types","wpc_setup","c_defs","c_types","memsafe","SML_export","SML_file","SML_import","approximate","bnf_axiomatization","cartouche","datatype_compat","free_constructors","functor","nominal_function","nominal_termination","permanent_interpretation","binds","defining","smt2_status","term_cartouche","boogie_file","text_cartouche"]]],[["token","Keyword"]],[["if",["gin",0,["header","chapter"]],[["token","Generic.Heading"]],[["if",["gin",0,["section","subsection","subsubsection","sect","subsect","subsubsect"]],[["token","Generic.Subheading"]],[["if",["or",["gin",0,["ax_specification","bnf","code_pred","corollary","cpodef","crunch","crunch_ignore","enriched_type","function","instance","interpretation","lemma","lift_definition","nominal_inductive","nominal_inductive2","nominal_primrec","pcpodef","primcorecursive","quotient_definition","quotient_type","recdef_tc","rep_datatype","schematic_corollary","schematic_lemma","schematic_theorem","spark_vc","specification","subclass","sublocale","termination","theorem","typedef","wrap_free_constructors"]],["gin",0,["inductive_cases","inductive_simps"]]],[["token","Keyword.Namespace"]],[["if",["gin",0,["sorry","oops"]],[["token","Generic.Error"]],[["token","Name"]]]]]]]]]]]]]]]]},{"kind":"tok","re":"\\\\<\\w*>","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"'[^\\W\\d][.\\w']*","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"0[xX][\\da-fA-F][\\da-fA-F_]*","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0[oO][0-7][0-7_]*","opts":0,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"0[bB][01][01_]*","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"tok","re":"`","opts":0,"tok":"Literal.String.Other","next":"fact"},{"kind":"tok","re":"[^\\s:|\\[\\]\\-()=,+!?{}._][^\\s:|\\[\\]\\-()=,+!?{}]*","opts":0,"tok":"Name","next":null}],"comment":[{"kind":"tok","re":"[^(*)]+","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"\\(\\*","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"\\*\\)","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"[(*)]","opts":0,"tok":"Comment","next":null}],"text":[{"kind":"tok","re":"[^{*}‹›]+","opts":16,"tok":"Text","next":null},{"kind":"tok","re":"\\{\\*|‹","opts":16,"tok":"Text","next":"text"},{"kind":"tok","re":"\\*\\}|›","opts":16,"tok":"Text","next":"pop!"},{"kind":"tok","re":"[{*}]","opts":0,"tok":"Text","next":null}],"string":[{"kind":"tok","re":"[^\"\\\\]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\\\<\\w*>","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"\\\\\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\\\","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"}],"fact":[{"kind":"tok","re":"[^`\\\\]+","opts":0,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"\\\\<\\w*>","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"\\\\`","opts":0,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"\\\\","opts":0,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"`","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::ISBL","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}],"dotted":[{"kind":"mixin","state":"whitespace"},{"kind":"callback","re":"\\p{Alnum}+","opts":17}],"type":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"\\p{Word}+","opts":16,"tok":"Name","next":"pop!"},{"kind":"tok","re":"[.]","opts":0,"tok":"Punctuation","next":"dotted"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[:]","opts":0,"tok":"Punctuation","next":"type"},{"kind":"tok","re":"[.]","opts":0,"tok":"Punctuation","next":"dotted"},{"kind":"tok","re":"[\\[\\]();]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[&*+=<>/-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[\\p{Alpha}_!]\\p{Word}*(?=[(])","opts":17,"tok":"Name.Function","next":null},{"kind":"ir","re":"[\\p{Alpha}_!]\\p{Word}*","opts":17,"ops":[["if",["ginf",0,"down",["and","и","else","иначе","endexcept","endfinally","endforeach","конецвсе","endif","конецесли","endwhile","конецпока","except","exitfor","finally","foreach","все","if","если","in","в","not","не","or","или","try","while","пока"]],[["token","Keyword"]],[["token","Name.Variable"]]]]},{"kind":"tok","re":"\\b(\\d+(\\.\\d+)?)\\b","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"[\"].*?[\"]","opts":4,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"['].*?[']","opts":4,"tok":"Literal.String.Single","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::J","start_push":[],"states":{"expr":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"callback","re":"([!-&(-/:-@\\[-^`{-~]|[A-Za-z]\\b)([.:]*)","opts":0},{"kind":"callback","re":"(?:\\d|_\\d?):([.:]*)","opts":0},{"kind":"callback","re":"[\\d_][\\w.]*([.:]*)","opts":0},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"str"},{"kind":"tok","re":"NB\\.(?![.:]).*","opts":0,"tok":"Comment.Single","next":null},{"kind":"callback","re":"([A-Za-z]\\w*)([.:]*)","opts":0}],"str":[{"kind":"tok","re":"''","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^'\\n]+","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"'|$","opts":0,"tok":"Literal.String.Single","next":"pop!"}],"root":[{"kind":"actions","re":"\\n","opts":0,"actions":[["token","Text"]]},{"kind":"callback","re":"\n ([0-4]|13|adverb|conjunction|dyad|monad|noun|verb)([\\ \\t]+)\n (def(?:ine)?\\b|:)(?![.:])([\\ \\t]*)\n ","opts":2},{"kind":"actions","re":"^([ \\t]*)(Note\\b(?![.:]))([ \\t\\r]*)(?!=[.:]|$)","opts":0,"actions":[["groups",["Text","Name","Text"]]]},{"kind":"tok","re":"[mnuvxy]\\b(?![.:])","opts":0,"tok":"Name","next":null},{"kind":"mixin","state":"expr"}],"def_next":[{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"pop!"},{"kind":"mixin","state":"root"}],"expl_def":[{"kind":"callback","re":"0\\b(?![.:])","opts":0},{"kind":"actions","re":"'","opts":0,"actions":[["token","Punctuation"],["goto","q_expr"]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"q_expr":[{"kind":"tok","re":"''","opts":0,"tok":"Literal.String.Single","next":"q_str"},{"kind":"tok","re":"'|$","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"NB\\.(?![.:])([^'\\n]|'')*","opts":0,"tok":"Comment.Single","next":null},{"kind":"mixin","state":"expr"}],"q_str":[{"kind":"tok","re":"''''","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^'\\n]+","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"''","opts":0,"tok":"Literal.String.Single","next":"pop!"},{"kind":"actions","re":"'|$","opts":0,"actions":[["token","Punctuation"],["pop",2]]}],"note":[{"kind":"mixin","state":"delimiter"},{"kind":"tok","re":".+\\n?","opts":0,"tok":"Comment.Multiline","next":null}],"noun":[{"kind":"mixin","state":"delimiter"},{"kind":"tok","re":".+\\n?","opts":0,"tok":"Literal.String.Heredoc","next":null}],"code":[{"kind":"mixin","state":"delimiter"},{"kind":"actions","re":"^([ \\t]*)(:)([ \\t\\r]*)$","opts":0,"actions":[["groups",["Text","Punctuation","Text"]]]},{"kind":"mixin","state":"expr"}],"delimiter":[{"kind":"actions","re":"^([ \\t]*)(\\))([ \\t\\r]*$\\n?)","opts":0,"actions":[["groups",["Text","Punctuation","Text"]],["pop",1]]}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|