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::Coffeescript","start_push":[],"states":{"comments":[{"kind":"tok","re":"###[^#].*?###","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment.Single","next":null}],"whitespace":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null}],"regex_comment":[{"kind":"tok","re":"^#(?!\\{).*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"actions","re":"(\\s+)(#(?!\\{).*)$","opts":0,"actions":[["groups",["Text","Comment.Single"]]]}],"multiline_regex_begin":[{"kind":"actions","re":"///","opts":0,"actions":[["token","Literal.String.Regex"],["goto","multiline_regex"]]}],"multiline_regex_end":[{"kind":"tok","re":"///([gimy]+\\b|\\B)","opts":0,"tok":"Literal.String.Regex","next":"pop!"}],"multiline_regex":[{"kind":"mixin","state":"multiline_regex_end"},{"kind":"mixin","state":"regex_comment"},{"kind":"mixin","state":"has_interpolation"},{"kind":"mixin","state":"comments"},{"kind":"mixin","state":"whitespace"},{"kind":"mixin","state":"code_escape"},{"kind":"tok","re":"\\\\\\D","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\\\d+","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":".","opts":4,"tok":"Literal.String.Regex","next":null}],"slash_starts_regex":[{"kind":"mixin","state":"comments"},{"kind":"mixin","state":"whitespace"},{"kind":"mixin","state":"multiline_regex_begin"},{"kind":"tok","re":"\n /(\\\\.|[^\\[/\\\\\\n]|\\[(\\\\.|[^\\]\\\\\\n])*\\])+/ # a regex\n ([gimy]+\\b|\\B)\n ","opts":2,"tok":"Literal.String.Regex","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"root":[{"kind":"actions","re":"^(?=\\s|/|<!--)","opts":0,"actions":[["push","slash_starts_regex"]]},{"kind":"mixin","state":"comments"},{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"\n [+][+]|--|~|&&|\\band\\b|\\bor\\b|\\bis\\b|\\bisnt\\b|\\bnot\\b|\\bin\\b|\\bof\\b|\n [?]|:|=|[|][|]|\\\\(?=\\n)|(<<|>>>?|==?|!=?|[-<>+*`%&|^/])=?\n ","opts":2,"tok":"Operator","next":"slash_starts_regex"},{"kind":"tok","re":"[-=]>","opts":0,"tok":"Name.Function","next":null},{"kind":"actions","re":"(@)([ \\t]*)((?-mix:[$a-zA-Z_][a-zA-Z0-9_]*))","opts":0,"actions":[["groups",["Name.Variable.Instance","Text","Name.Attribute"]],["push","slash_starts_regex"]]},{"kind":"actions","re":"([.])([ \\t]*)((?-mix:[$a-zA-Z_][a-zA-Z0-9_]*))","opts":0,"actions":[["groups",["Punctuation","Text","Name.Attribute"]],["push","slash_starts_regex"]]},{"kind":"tok","re":"(?-mix:[$a-zA-Z_][a-zA-Z0-9_]*)(?=\\s*:)","opts":0,"tok":"Name.Attribute","next":"slash_starts_regex"},{"kind":"ir","re":"(?-mix:[$a-zA-Z_][a-zA-Z0-9_]*)","opts":0,"ops":[["if",["gin",0,["for","by","while","until","loop","break","continue","return","switch","when","then","if","else","do","yield","throw","try","catch","finally","await","new","delete","typeof","instanceof","super","extends","this","class","import","export","debugger"]],[["token","Keyword"]],[["if",["gin",0,["true","false","yes","no","on","off","null","NaN","Infinity","undefined"]],[["token","Name.Constant"]],[["if",["gin",0,["Array","Boolean","Date","Error","Function","Math","netscape","Number","Object","Packages","RegExp","String","sun","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","eval","isFinite","isNaN","parseFloat","parseInt","document","window"]],[["token","Name.Builtin"]],[["token","Name.Other"]]]]]]],["push","slash_starts_regex"]]},{"kind":"tok","re":"[{(\\[;,]","opts":0,"tok":"Punctuation","next":"slash_starts_regex"},{"kind":"tok","re":"[})\\].]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\d+[.]\\d+([eE]\\d+)?[fd]?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0x[0-9a-fA-F]+","opts":0,"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","next":"tdqs"},{"kind":"tok","re":"'''","opts":0,"tok":"Literal.String","next":"tsqs"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"dqs"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"sqs"}],"code_escape":[{"kind":"tok","re":"\\\\(\n c[A-Z]|\n x[0-9a-fA-F]{2}|\n u[0-9a-fA-F]{4}|\n u\\{[0-9a-fA-F]{4}\\}\n )","opts":2,"tok":"Literal.String.Escape","next":null}],"strings":[{"kind":"tok","re":"[^#\\\\'\"]+","opts":4,"tok":"Literal.String","next":null},{"kind":"mixin","state":"code_escape"},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"#","opts":0,"tok":"Literal.String","next":null}],"double_strings":[{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":null},{"kind":"mixin","state":"has_interpolation"},{"kind":"mixin","state":"strings"}],"single_strings":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":null},{"kind":"mixin","state":"strings"}],"interpolation":[{"kind":"tok","re":"}","opts":0,"tok":"Literal.String.Interpol","next":"pop!"},{"kind":"mixin","state":"root"}],"has_interpolation":[{"kind":"tok","re":"[#][{]","opts":0,"tok":"Literal.String.Interpol","next":"interpolation"}],"dqs":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"mixin","state":"double_strings"}],"tdqs":[{"kind":"tok","re":"\"\"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":null},{"kind":"mixin","state":"double_strings"}],"sqs":[{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"mixin","state":"single_strings"}],"tsqs":[{"kind":"tok","re":"'''","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":null},{"kind":"mixin","state":"single_strings"}]},"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::CommonLisp","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":";.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"#\\|","opts":0,"tok":"Comment.Multiline","next":"multiline_comment"},{"kind":"tok","re":"#\\d*Y.*$","opts":0,"tok":"Comment.Special","next":null},{"kind":"tok","re":"\"(\\\\.|[^\"\\\\])*\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"[:'](?-mix:(\\|[^\\|]+\\||(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])(?-mix:(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])|[#.:])*))","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"['`]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[-+]?\\d+\\.?(?-mix:(?=[ \"'()\\n,;`]))","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[-+]?\\d+/\\d+(?-mix:(?=[ \"'()\\n,;`]))","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\n [-+]?\n (\\d*\\.\\d+([defls][-+]?\\d+)?\n |\\d+(\\.\\d*)?[defls][-+]?\\d+)\n (?-mix:(?=[ \"'()\\n,;`]))\n ","opts":2,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"#\\\\.(?-mix:(?=[ \"'()\\n,;`]))","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"#\\\\(?-mix:(\\|[^\\|]+\\||(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])(?-mix:(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])|[#.:])*))","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"#\\(","opts":0,"tok":"Operator","next":"root"},{"kind":"tok","re":"#\\d*\\*[01]*","opts":0,"tok":"Other","next":null},{"kind":"tok","re":"#:(?-mix:(\\|[^\\|]+\\||(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])(?-mix:(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])|[#.:])*))","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"#[.,]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"#'","opts":0,"tok":"Name.Function","next":null},{"kind":"tok","re":"#b[+-]?[01]+(/[01]+)?","opts":1,"tok":"Literal.Number","next":null},{"kind":"tok","re":"#o[+-]?[0-7]+(/[0-7]+)?","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"#x[+-]?[0-9a-f]+(/[0-9a-f]+)?","opts":1,"tok":"Literal.Number","next":null},{"kind":"actions","re":"(#c)(\\()","opts":1,"actions":[["groups",["Literal.Number","Punctuation"]],["push","root"]]},{"kind":"actions","re":"(#(?:\\d+a|s))(\\()","opts":1,"actions":[["groups",["Literal.String.Other","Punctuation"]],["push","root"]]},{"kind":"tok","re":"#p?\"(\\\\.|[^\"])*\"","opts":1,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"#\\d+[=#]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"#+nil(?-mix:(?=[ \"'()\\n,;`]))\\s*\\(","opts":0,"tok":"Comment","next":"commented_form"},{"kind":"tok","re":"#[+-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(,@|,|\\.)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(t|nil)(?-mix:(?=[ \"'()\\n,;`]))","opts":0,"tok":"Name.Constant","next":null},{"kind":"tok","re":"\\*(?-mix:(\\|[^\\|]+\\||(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])(?-mix:(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])|[#.:])*))\\*","opts":0,"tok":"Name.Variable.Global","next":null},{"kind":"wordlist","re":"(\\|[^\\|]+\\||(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])(?-mix:(?-mix:\\\\.|[a-zA-Z0-9!$%&*+-\\/<=>?@\\[\\]^_{}~])|[#.:])*)","opts":0,"sets":[["Name.Builtin",["<","<=","=",">",">=","-","/","/=","*","+","1-","1+","abort","abs","acons","acos","acosh","add-method","adjoin","adjustable-array-p","adjust-array","allocate-instance","alpha-char-p","alphanumericp","append","apply","apropos","apropos-list","aref","arithmetic-error-operands","arithmetic-error-operation","array-dimension","array-dimensions","array-displacement","array-element-type","array-has-fill-pointer-p","array-in-bounds-p","arrayp","array-rank","array-row-major-index","array-total-size","ash","asin","asinh","assoc","assoc-if","assoc-if-not","atan","atanh","atom","bit","bit-and","bit-andc1","bit-andc2","bit-eqv","bit-ior","bit-nand","bit-nor","bit-not","bit-orc1","bit-orc2","bit-vector-p","bit-xor","boole","both-case-p","boundp","break","broadcast-stream-streams","butlast","byte","byte-position","byte-size","caaaar","caaadr","caaar","caadar","caaddr","caadr","caar","cadaar","cadadr","cadar","caddar","cadddr","caddr","cadr","call-next-method","car","cdaaar","cdaadr","cdaar","cdadar","cdaddr","cdadr","cdar","cddaar","cddadr","cddar","cdddar","cddddr","cdddr","cddr","cdr","ceiling","cell-error-name","cerror","change-class","char","char<","char<=","char=","char>","char>=","char/=","character","characterp","char-code","char-downcase","char-equal","char-greaterp","char-int","char-lessp","char-name","char-not-equal","char-not-greaterp","char-not-lessp","char-upcase","cis","class-name","class-of","clear-input","clear-output","close","clrhash","code-char","coerce","compile","compiled-function-p","compile-file","compile-file-pathname","compiler-macro-function","complement","complex","complexp","compute-applicable-methods","compute-restarts","concatenate","concatenated-stream-streams","conjugate","cons","consp","constantly","constantp","continue","copy-alist","copy-list","copy-pprint-dispatch","copy-readtable","copy-seq","copy-structure","copy-symbol","copy-tree","cos","cosh","count","count-if","count-if-not","decode-float","decode-universal-time","delete","delete-duplicates","delete-file","delete-if","delete-if-not","delete-package","denominator","deposit-field","describe","describe-object","digit-char","digit-char-p","directory","directory-namestring","disassemble","documentation","dpb","dribble","echo-stream-input-stream","echo-stream-output-stream","ed","eighth","elt","encode-universal-time","endp","enough-namestring","ensure-directories-exist","ensure-generic-function","eq","eql","equal","equalp","error","eval","evenp","every","exp","export","expt","fboundp","fceiling","fdefinition","ffloor","fifth","file-author","file-error-pathname","file-length","file-namestring","file-position","file-string-length","file-write-date","fill","fill-pointer","find","find-all-symbols","find-class","find-if","find-if-not","find-method","find-package","find-restart","find-symbol","finish-output","first","float","float-digits","floatp","float-precision","float-radix","float-sign","floor","fmakunbound","force-output","format","fourth","fresh-line","fround","ftruncate","funcall","function-keywords","function-lambda-expression","functionp","gcd","gensym","gentemp","get","get-decoded-time","get-dispatch-macro-character","getf","gethash","get-internal-real-time","get-internal-run-time","get-macro-character","get-output-stream-string","get-properties","get-setf-expansion","get-universal-time","graphic-char-p","hash-table-count","hash-table-p","hash-table-rehash-size","hash-table-rehash-threshold","hash-table-size","hash-table-test","host-namestring","identity","imagpart","import","initialize-instance","input-stream-p","inspect","integer-decode-float","integer-length","integerp","interactive-stream-p","intern","intersection","invalid-method-error","invoke-debugger","invoke-restart","invoke-restart-interactively","isqrt","keywordp","last","lcm","ldb","ldb-test","ldiff","length","lisp-implementation-type","lisp-implementation-version","list","list*","list-all-packages","listen","list-length","listp","load","load-logical-pathname-translations","log","logand","logandc1","logandc2","logbitp","logcount","logeqv","logical-pathname","logical-pathname-translations","logior","lognand","lognor","lognot","logorc1","logorc2","logtest","logxor","long-site-name","lower-case-p","machine-instance","machine-type","machine-version","macroexpand","macroexpand-1","macro-function","make-array","make-broadcast-stream","make-concatenated-stream","make-condition","make-dispatch-macro-character","make-echo-stream","make-hash-table","make-instance","make-instances-obsolete","make-list","make-load-form","make-load-form-saving-slots","make-package","make-pathname","make-random-state","make-sequence","make-string","make-string-input-stream","make-string-output-stream","make-symbol","make-synonym-stream","make-two-way-stream","makunbound","map","mapc","mapcan","mapcar","mapcon","maphash","map-into","mapl","maplist","mask-field","max","member","member-if","member-if-not","merge","merge-pathnames","method-combination-error","method-qualifiers","min","minusp","mismatch","mod","muffle-warning","name-char","namestring","nbutlast","nconc","next-method-p","nintersection","ninth","no-applicable-method","no-next-method","not","notany","notevery","nreconc","nreverse","nset-difference","nset-exclusive-or","nstring-capitalize","nstring-downcase","nstring-upcase","nsublis","nsubst","nsubst-if","nsubst-if-not","nsubstitute","nsubstitute-if","nsubstitute-if-not","nth","nthcdr","null","numberp","numerator","nunion","oddp","open","open-stream-p","output-stream-p","package-error-package","package-name","package-nicknames","packagep","package-shadowing-symbols","package-used-by-list","package-use-list","pairlis","parse-integer","parse-namestring","pathname","pathname-device","pathname-directory","pathname-host","pathname-match-p","pathname-name","pathnamep","pathname-type","pathname-version","peek-char","phase","plusp","position","position-if","position-if-not","pprint","pprint-dispatch","pprint-fill","pprint-indent","pprint-linear","pprint-newline","pprint-tab","pprint-tabular","prin1","prin1-to-string","princ","princ-to-string","print","print-object","probe-file","proclaim","provide","random","random-state-p","rassoc","rassoc-if","rassoc-if-not","rational","rationalize","rationalp","read","read-byte","read-char","read-char-no-hang","read-delimited-list","read-from-string","read-line","read-preserving-whitespace","read-sequence","readtable-case","readtablep","realp","realpart","reduce","reinitialize-instance","rem","remhash","remove","remove-duplicates","remove-if","remove-if-not","remove-method","remprop","rename-file","rename-package","replace","require","rest","restart-name","revappend","reverse","room","round","row-major-aref","rplaca","rplacd","sbit","scale-float","schar","search","second","set","set-difference","set-dispatch-macro-character","set-exclusive-or","set-macro-character","set-pprint-dispatch","set-syntax-from-char","seventh","shadow","shadowing-import","shared-initialize","short-site-name","signal","signum","simple-bit-vector-p","simple-condition-format-arguments","simple-condition-format-control","simple-string-p","simple-vector-p","sin","sinh","sixth","sleep","slot-boundp","slot-exists-p","slot-makunbound","slot-missing","slot-unbound","slot-value","software-type","software-version","some","sort","special-operator-p","sqrt","stable-sort","standard-char-p","store-value","stream-element-type","stream-error-stream","stream-external-format","streamp","string","string<","string<=","string=","string>","string>=","string/=","string-capitalize","string-downcase","string-equal","string-greaterp","string-left-trim","string-lessp","string-not-equal","string-not-greaterp","string-not-lessp","stringp","string-right-trim","string-trim","string-upcase","sublis","subseq","subsetp","subst","subst-if","subst-if-not","substitute","substitute-if","substitute-if-not","subtypepsvref","sxhash","symbol-function","symbol-name","symbolp","symbol-package","symbol-plist","symbol-value","synonym-stream-symbol","syntax:","tailp","tan","tanh","tenth","terpri","third","translate-logical-pathname","translate-pathname","tree-equal","truename","truncate","two-way-stream-input-stream","two-way-stream-output-stream","type-error-datum","type-error-expected-type","type-of","typep","unbound-slot-instance","unexport","unintern","union","unread-char","unuse-package","update-instance-for-different-class","update-instance-for-redefined-class","upgraded-array-element-type","upgraded-complex-part-type","upper-case-p","use-package","user-homedir-pathname","use-value","values","values-list","vector","vectorp","vector-pop","vector-push","vector-push-extend","warn","wild-pathname-p","write","write-byte","write-char","write-line","write-sequence","write-string","write-to-string","yes-or-no-p","y-or-n-p","zerop","and","assert","call-method","case","ccase","check-type","cond","ctypecase","decf","declaim","defclass","defconstant","defgeneric","define-compiler-macro","define-condition","define-method-combination","define-modify-macro","define-setf-expander","define-symbol-macro","defmacro","defmethod","defpackage","defparameter","defsetf","defstruct","defsystem","deftype","defun","defvar","destructuring-bind","do","do*","do-all-symbols","do-external-symbols","dolist","do-symbols","dotimes","ecase","etypecase","formatter","handler-bind","handler-case","ignore-errors","incf","in-package","loop","loop-finish","make-method","multiple-value-bind","multiple-value-list","multiple-value-setq","nth-value","or","pop","pprint-exit-if-list-exhausted","pprint-logical-block","pprint-pop","print-unreadable-object","prog","prog*","prog1","prog2","psetf","psetq","push","pushnew","remf","restart-bind","restart-case","return","rotatef","setf","shiftf","step","time","trace","typecase","unless","untrace","when","with-accessors","with-compilation-unit","with-condition-restarts","with-hash-table-iterator","with-input-from-string","with-open-file","with-open-stream","with-output-to-string","with-package-iterator","with-simple-restart","with-slots","with-standard-io-syntax"]],["Keyword",["block","catch","declare","eval-when","flet","function","go","if","labels","lambda","let","let*","load-time-value","locally","macrolet","multiple-value-call","multiple-value-prog1","progn","progv","quote","return-from","setq","symbol-macrolet","tagbody","the","throw","unwind-protect","&allow-other-keys","&aux","&body","&environment","&key","&optional","&rest","&whole","dynamic-extent","ignore","optimize","ftype","inline","special","ignorable","notinline","type"]],["Keyword.Type",["boolean","base-char","base-string","bignum","compiled-function","extended-char","fixnum","keyword","nil","signed-byte","short-float","single-float","double-float","long-float","simple-array","simple-base-string","simple-bit-vector","simple-string","simple-vector","standard-char","unsigned-byte","arithmetic-error","cell-error","condition","control-error","division-by-zero","end-of-file","file-error","floating-point-inexact","floating-point-overflow","floating-point-underflow","floating-point-invalid-operation","parse-error","package-error","print-not-readable","program-error","reader-error","serious-condition","simple-condition","simple-error","simple-type-error","simple-warning","stream-error","storage-condition","style-warning","type-error","unbound-variable","unbound-slot","undefined-function","warning"]],["Name.Class",["array","broadcast-stream","bit-vector","built-in-class","class","concatenated-stream","echo-stream","file-stream","generic-function","hash-table","integer","method-combination","method","number","package","ratio","readtable","real","random-state","restart","sequence","standard-class","standard-generic-function","standard-method","standard-object","string-stream","stream","structure-class","structure-object","symbol","synonym-stream","t","two-way-stream"]]],"default":"Name.Variable"},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"root"},{"kind":"ir","re":"\\)","opts":0,"ops":[["if",["sdepth","eq",1],[["token","Error"]],[["token","Punctuation"],["pop",1]]]]}],"multiline_comment":[{"kind":"tok","re":"#\\|","opts":0,"tok":"Comment.Multiline","next":"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}],"commented_form":[{"kind":"tok","re":"\\(","opts":0,"tok":"Comment","next":"commented_form"},{"kind":"tok","re":"\\)","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"[^()]+","opts":0,"tok":"Comment","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Conf","start_push":[],"states":{"root":[{"kind":"tok","re":"#.*?\\n","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"\".*?\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"'.*?'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"[a-z]\\w*","opts":1,"tok":"Name","next":null},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"[^\\w#\"']+","opts":0,"tok":"Text","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Cpp","start_push":["bol"],"states":{"root":[{"kind":"tok","re":"(?:__offload|__blockingoffload|__outer)\\b","opts":0,"tok":"Keyword.Pseudo","next":null},{"kind":"mixin","state":"expr_whitespace"},{"kind":"ir","re":"\n ([\\w*\\s]+?[\\s*]) # return arguments\n ((?-mix:[a-zA-Z_][a-zA-Z0-9_]*)) # function name\n (\\s*\\([^;]*?\\)) # signature\n ((?-mix:(?:\\s|\\/\\/.*?\\n|\\/[*].*?[*]\\/)+)?)({|;) # open brace or semicolon\n ","opts":6,"ops":[["recurse",["g",1]],["token","Name.Function",["g",2]],["recurse",["g",3]],["recurse",["g",4]],["token","Punctuation",["g",5]],["if",["geq",5,"{"],[["push","function"]],[]]]},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"function"},{"kind":"mixin","state":"statements"}],"statements":[{"kind":"tok","re":"(class|struct)\\b","opts":0,"tok":"Keyword","next":"classname"},{"kind":"tok","re":"template\\b","opts":0,"tok":"Keyword","next":"template"},{"kind":"tok","re":"(?-mix:\\d('?\\d)*)(\\.(?-mix:\\d('?\\d)*))?(?:y|d|h|(?:min)|s|(?:ms)|(?:us)|(?:ns)|i|(?:if)|(?:il))\\b","opts":0,"tok":"Literal.Number.Other","next":null},{"kind":"tok","re":"((?-mix:\\d('?\\d)*)[.](?-mix:\\d('?\\d)*)?|[.](?-mix:\\d('?\\d)*))([ep][+-]?(?-mix:\\d('?\\d)*))?[luf]*","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"(?-mix:\\d('?\\d)*)[ep][+-]?(?-mix:\\d('?\\d)*)[luf]*","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0x\\h('?\\h)*([ep][+-]?(?-mix:\\d('?\\d)*))?[lu]*","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0x\\h('?\\h)*[.]\\h+([ep][+-]?(?-mix:\\d('?\\d)*))[luf]*","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0b[01]+('[01]+)*","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"0[0-7]('?[0-7])*[lu]*","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"(?-mix:\\d('?\\d)*)[lu]*","opts":1,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\\bnullptr\\b","opts":0,"tok":"Name.Builtin","next":null},{"kind":"tok","re":"(?:u8|u|U|L)?R\"([a-zA-Z0-9_{}\\[\\]#<>%:;.?*\\+\\-/\\^&|~!=,\"']{,16})\\(.*?\\)\\1\"","opts":4,"tok":"Literal.String","next":null},{"kind":"tok","re":"(::|<=>)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[{]","opts":0,"tok":"Punctuation","next":null},{"kind":"ir","re":"}","opts":0,"ops":[["token","Punctuation"],["if",["instate","function"],[["pop",1]],[]]]},{"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":"callback","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0}],"classname":[{"kind":"tok","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"tok":"Name.Class","next":"pop!"},{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[.]{3}","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"template":[{"kind":"tok","re":"[>;]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"typename\\b","opts":0,"tok":"Keyword","next":"classname"},{"kind":"mixin","state":"statements"}],"case":[{"kind":"tok","re":":(?!:)","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"statements"}],"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"}],"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::Crystal","start_push":["expr_start"],"states":{"symbols":[{"kind":"tok","re":"\n : # initial :\n @{0,2} # optional ivar, for :@foo and :@@foo\n [\\p{Ll}_]\\p{Word}*[!?]? # the symbol\n ","opts":19,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":(?:===|=?~|\\[\\][=?]?|\\*\\*=?|\\/\\/=?|[=^*/+-]=?|&[&*+-]?=?|\\|\\|?=?|![=~]?|%=?|<=>|<<?=?|>>?=?|\\.\\.\\.?)","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":'(\\\\\\\\|\\\\'|[^'])*'","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":":\"","opts":0,"tok":"Literal.String.Symbol","next":"simple_sym"}],"sigil_strings":[{"kind":"callback","re":"%([rqswQWxiI])?([^\\p{Word}\\s}])","opts":16}],"strings":[{"kind":"mixin","state":"symbols"},{"kind":"tok","re":"\\b[\\p{Ll}_]\\p{Word}*?[?!]?:\\s+","opts":16,"tok":"Literal.String.Symbol","next":"expr_start"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"simple_string"},{"kind":"tok","re":"(?<!\\.)`","opts":0,"tok":"Literal.String.Backtick","next":"simple_backtick"},{"kind":"actions","re":"(')(\\\\u[a-fA-F0-9]{4}|\\\\u\\{[a-fA-F0-9]{1,6}\\}|\\\\[abefnrtv])?(\\\\\\\\|\\\\'|[^'\\n])*(')","opts":0,"actions":[["groups",["Literal.String.Single","Literal.String.Escape","Literal.String.Single","Literal.String.Single"]]]}],"regex_flags":[{"kind":"tok","re":"[mixounse]*","opts":0,"tok":"Literal.String.Regex","next":"pop!"}],"simple_string":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"[^\\\\\"#]+","opts":4,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"simple_sym":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"[^\\\\\"#]+","opts":4,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Symbol","next":"pop!"}],"simple_backtick":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"[^\\\\`#]+","opts":4,"tok":"Literal.String.Backtick","next":null},{"kind":"tok","re":"[\\\\#]","opts":0,"tok":"Literal.String.Backtick","next":null},{"kind":"tok","re":"`","opts":0,"tok":"Literal.String.Backtick","next":"pop!"}],"whitespace":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"\\n\\s*","opts":4,"tok":"Text","next":"expr_start"},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"=begin\\b.*?\\n=end\\b","opts":4,"tok":"Comment.Multiline","next":null}],"inline_whitespace":[{"kind":"tok","re":"[ \\t\\r]+","opts":0,"tok":"Text","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"__END__","opts":0,"tok":"Comment.Preproc","next":"end_part"},{"kind":"tok","re":"0o[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":"\\d+\\.\\d+(e[\\+\\-]?\\d+)?(_f32)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+(e[\\+\\-]?\\d+)","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+_f32","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[\\d]+(?:_\\d+)*(_[iu]\\d+)?","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"@\\[([^\\]]+)\\]","opts":0,"tok":"Name.Decorator","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":"tok","re":"(?:BEGIN|END|alias|begin|break|case|defined\\?|do|else|elsif|end|ensure|for|if|ifdef|in|next|redo|rescue|raise|retry|return|super|then|undef|unless|until|when|while|yield|lib|fun|type|of|as)\\b","opts":0,"tok":"Keyword","next":"expr_start"},{"kind":"tok","re":"(?:initialize|new|loop|include|extend|raise|attr_reader|attr_writer|attr_accessor|alias_method|attr|catch|throw|private|module_function|public|protected|true|false|nil|__FILE__|__LINE__|getter|getter?|getter!|property|property?|property!|struct|record)\\b","opts":0,"tok":"Keyword.Pseudo","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|macro\\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":"tok","re":"(?:eql|equal|include|is_a|iterator|kind_of|nil)[?]","opts":0,"tok":"Name.Builtin","next":"expr_start"},{"kind":"tok","re":"(?:chomp|chop|exit|gsub|sub)!","opts":0,"tok":"Name.Builtin","next":"expr_start"},{"kind":"tok","re":"(?<!\\.)(?:abort|ancestors|at_exit|caller|catch|chomp|chop|clone|constants|display|dup|eval|exec|exit|extend|fail|fork|format|freeze|getc|gets|global_variables|gsub|hash|id|included_modules|inspect|instance_eval|instance_method|instance_methods|lambda|loop|method|method_missing|methods|module_eval|name|object_id|open|p|print|printf|proc|putc|puts|raise|rand|readline|readlines|require|scan|select|self|send|sleep|split|sprintf|srand|sub|syscall|system|test|throw|to_a|to_s|trap|warn)\\b","opts":0,"tok":"Name.Builtin","next":"method_call"},{"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":"Punctuation","next":null},{"kind":"tok","re":"[-+/*%=<>&!^|~]=?","opts":0,"tok":"Operator","next":"expr_start"},{"kind":"actions","re":"[?]","opts":0,"actions":[["token","Punctuation"],["push","ternary"],["push","expr_start"]]},{"kind":"tok","re":"[\\[({,:\\\\;/]","opts":0,"tok":"Punctuation","next":"expr_start"},{"kind":"tok","re":"[\\])}]","opts":0,"tok":"Punctuation","next":null}],"has_heredocs":[{"kind":"ir","re":"(?<!\\p{Word})(<<[-~]?)([\"`']?)([\\p{L}_]\\p{Word}*)(\\2)","opts":16,"ops":[["token","Operator",["g",1]],["token","Name.Constant",["cat",["lit",""],["g",2],["g",3],["g",4]]],["lpush","heredoc_queue",[["gin",1,["<<-","<<~"]],["g",3]]],["if",["not",["instate","heredoc_queue"]],[["push","heredoc_queue"]],[]]]},{"kind":"ir","re":"(<<[-~]?)([\"'])(\\2)","opts":0,"ops":[["token","Operator",["g",1]],["token","Name.Constant",["cat",["lit",""],["g",2],["g",3],["g",4]]],["lpush","heredoc_queue",[["gin",1,["<<-","<<~"]],["lit",""]]],["if",["not",["instate","heredoc_queue"]],[["push","heredoc_queue"]],[]]]}],"heredoc_queue":[{"kind":"actions","re":"(?=\\n)","opts":0,"actions":[["goto","resolve_heredocs"]]},{"kind":"mixin","state":"root"}],"resolve_heredocs":[{"kind":"mixin","state":"string_intp_escaped"},{"kind":"tok","re":"\\n","opts":0,"tok":"Literal.String.Heredoc","next":"test_heredoc"},{"kind":"tok","re":"[#\\\\\\n]","opts":0,"tok":"Literal.String.Heredoc","next":null},{"kind":"tok","re":"[^#\\\\\\n]+","opts":0,"tok":"Literal.String.Heredoc","next":null}],"test_heredoc":[{"kind":"callback","re":"[^#\\\\\\n]*$","opts":0},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"funcname":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"defexpr"},{"kind":"actions","re":"\n (?:([\\p{L}_]\\p{Word}*)(\\.))?\n (\n [\\p{L}_]\\p{Word}*[!?]? |\n \\*\\*? | [-+]@? | [/%&\\|^`~] | \\[\\]=? |\n <<? | >>? | <=>? | >= | ===?\n )\n ","opts":18,"actions":[["groups",["Name.Class","Operator","Name.Function"]],["pop",1]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"classname":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"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":":(?!:)","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":"\\\\u([a-fA-F0-9]{4}|\\{[^}]+\\})","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::CSharp","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}],"nest":[{"kind":"tok","re":"{","opts":0,"tok":"Punctuation","next":"nest"},{"kind":"tok","re":"}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"splice_string":[{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"{","opts":0,"tok":"Punctuation","next":"nest"},{"kind":"tok","re":"\"|\\n","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":".","opts":0,"tok":"Literal.String","next":null}],"splice_literal":[{"kind":"tok","re":"\"\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"{","opts":0,"tok":"Punctuation","next":"nest"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":".","opts":0,"tok":"Literal.String","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[$]\\s*\"","opts":0,"tok":"Literal.String","next":"splice_string"},{"kind":"tok","re":"[$]@\\s*\"","opts":0,"tok":"Literal.String","next":"splice_literal"},{"kind":"tok","re":"(<\\[)\\s*((?-mix:@?[_\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}][\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}\\p{Nd}\\p{Pc}\\p{Cf}\\p{Mn}\\p{Mc}]*):)?","opts":16,"tok":"Keyword","next":null},{"kind":"tok","re":"\\]>","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"[~!%^&*()+=|\\[\\]{}:;,.<>/?-]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"@\"(\"\"|[^\"])*\"","opts":4,"tok":"Literal.String","next":null},{"kind":"tok","re":"\"(\\\\.|.)*?[\"\\n]","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"'(\\\\.|.)'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"0b[_01]+[lu]?","opts":1,"tok":"Literal.Number","next":null},{"kind":"tok","re":"0x[_0-9a-f]+[lu]?","opts":1,"tok":"Literal.Number","next":null},{"kind":"tok","re":"\n [0-9](?:[_0-9]*[0-9])?\n ([.][0-9](?:[_0-9]*[0-9])?)? # decimal\n (e[+-]?[0-9](?:[_0-9]*[0-9])?)? # exponent\n [fldum]? # type\n ","opts":3,"tok":"Literal.Number","next":null},{"kind":"tok","re":"\\b(?:class|record|struct|interface)\\b","opts":0,"tok":"Keyword","next":"class"},{"kind":"tok","re":"\\b(?:namespace|using)\\b","opts":0,"tok":"Keyword","next":"namespace"},{"kind":"tok","re":"^#[ \\t]*(if|endif|else|elif|define|undef|line|error|warning|region|endregion|pragma|nullable)\\b.*?\\n","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"\\b(abstract|add|alias|and|as|ascending|async|await|base|break|by|case|catch|checked|const|continue|default|delegate|descending|do|else|enum|equals|event|explicit|extern|false|finally|fixed|for|foreach|from|get|global|goto|group|if|implicit|in|init|interface|internal|into|is|join|let|lock|nameof|new|notnull|null|on|operator|orderby|out|override|params|partial|private|protected|public|readonly|ref|remove|return|sealed|set|sizeof|stackalloc|static|switch|this|throw|true|try|typeof|unchecked|unsafe|unmanaged|value|virtual|void|volatile|when|where|while|with|yield)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\b(bool|byte|char|decimal|double|dynamic|float|int|long|nint|nuint|object|sbyte|short|string|uint|ulong|ushort|var)\\b","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"(?-mix:@?[_\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}][\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}\\p{Nd}\\p{Pc}\\p{Cf}\\p{Mn}\\p{Mc}]*)(?=\\s*[(])","opts":16,"tok":"Name.Function","next":null},{"kind":"tok","re":"@?[_\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}][\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}\\p{Nd}\\p{Pc}\\p{Cf}\\p{Mn}\\p{Mc}]*","opts":16,"tok":"Name","next":null}],"class":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"@?[_\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}][\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}\\p{Nd}\\p{Pc}\\p{Cf}\\p{Mn}\\p{Mc}]*","opts":16,"tok":"Name.Class","next":"pop!"}],"namespace":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"(?=[(])","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"((?-mix:@?[_\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}][\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Nl}\\p{Nd}\\p{Pc}\\p{Cf}\\p{Mn}\\p{Mc}]*)|[.])+","opts":16,"tok":"Name.Namespace","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::CSS","start_push":[],"states":{"root":[{"kind":"mixin","state":"basics"},{"kind":"tok","re":"{","opts":0,"tok":"Punctuation","next":"stanza"},{"kind":"tok","re":":[:]?(?-mix:[\\p{L}_-][\\p{Word}\\p{Cf}-]*)","opts":16,"tok":"Name.Decorator","next":null},{"kind":"tok","re":"\\.(?-mix:[\\p{L}_-][\\p{Word}\\p{Cf}-]*)","opts":16,"tok":"Name.Class","next":null},{"kind":"tok","re":"#(?-mix:[\\p{L}_-][\\p{Word}\\p{Cf}-]*)","opts":16,"tok":"Name.Function","next":null},{"kind":"tok","re":"@(?-mix:[\\p{L}_-][\\p{Word}\\p{Cf}-]*)","opts":16,"tok":"Keyword","next":"at_rule"},{"kind":"tok","re":"[\\p{L}_-][\\p{Word}\\p{Cf}-]*","opts":16,"tok":"Name.Tag","next":null},{"kind":"tok","re":"[~^*!%&\\[\\]()<>|+=@:;,./?-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\"(\\\\\\\\|\\\\\"|[^\"])*\"","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"'(\\\\\\\\|\\\\'|[^'])*'","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"[0-9]{1,3}\\%","opts":0,"tok":"Literal.Number","next":null}],"value":[{"kind":"mixin","state":"basics"},{"kind":"tok","re":"#[0-9a-f]{3,8}","opts":1,"tok":"Name.Other","next":null},{"kind":"tok","re":"(?-mix:-?(?:[0-9]+(\\.[0-9]+)?|\\.[0-9]+))(?:%|(?:px|pt|pc|in|cm|mm|Q|em|rem|ex|ch|vw|vh|vmin|vmax|fr|dpi|dpcm|dppx|deg|grad|rad|turn|s|ms|Hz|kHz)\\b)?","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"[\\[\\]():.,]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\"(\\\\\\\\|\\\\\"|[^\"])*\"","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"'(\\\\\\\\|\\\\'|[^'])*'","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"(true|false)","opts":1,"tok":"Name.Constant","next":null},{"kind":"tok","re":"\\-\\-(?-mix:[\\p{L}_-][\\p{Word}\\p{Cf}-]*)","opts":16,"tok":"Literal","next":null},{"kind":"tok","re":"[*+/-]","opts":0,"tok":"Operator","next":null},{"kind":"actions","re":"(url(?:-prefix)?)([(])(.*?)([)])","opts":0,"actions":[["groups",["Name.Function","Punctuation","Literal.String.Other","Punctuation"]]]},{"kind":"ir","re":"[\\p{L}_-][\\p{Word}\\p{Cf}-]*","opts":16,"ops":[["if",["ginf",0,"down",["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgreen","lightgrey","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen","rebeccapurple"]],[["token","Name.Other"]],[["if",["ginf",0,"down",["above","absolute","accumulate","add","additive","all","alpha","alphabetic","alternate","alternate-reverse","always","armenian","aural","auto","auto-fill","auto-fit","avoid","backwards","balance","baseline","behind","below","bidi-override","blink","block","bold","bolder","border-box","both","bottom","break-spaces","capitalize","center","center-left","center-right","circle","cjk-ideographic","close-quote","closest-corner","closest-side","collapse","color","color-burn","color-dodge","column","column-reverse","condensed","contain","content","content-box","continuous","cover","crop","cross","crosshair","cursive","cyclic","darken","dashed","decimal","decimal-leading-zero","default","difference","digits","disc","dotted","double","e-resize","ease","ease-in","ease-in-out","ease-out","embed","end","exclude","exclusion","expanded","extends","extra-condensed","extra-expanded","fantasy","farthest-corner","farthest-side","far-left","far-right","fast","faster","fill","fixed","flat","flex","flex-end","flex-start","forwards","georgian","grid","groove","hard-light","hebrew","help","hidden","hide","high","higher","hiragana","hiragana-iroha","horizontal","hue","icon","infinite","inherit","inline","inline-block","inline-flex","inline-grid","inline-size","inline-table","inset","inside","intersect","isolate","italic","justify","katakana","katakana-iroha","landscape","large","larger","left","left-side","leftwards","level","lighten","lighter","line-through","linear","list-item","loud","low","lower","lower-alpha","lower-greek","lower-roman","lowercase","ltr","luminance","luminosity","mandatory","match-source","medium","message-box","middle","mix","monospace","multiply","n-resize","narrower","ne-resize","no-close-quote","no-open-quote","no-repeat","none","normal","nowrap","numeric","nw-resize","oblique","once","open-quote","outset","outside","overlay","overline","paused","pointer","portrait","pre","preserve-3d","pre-line","pre-wrap","proximity","px","relative","repeat-x","repeat-y","replace","reverse","ridge","right","right-side","rightwards","row","row-reverse","rtl","running","s-resize","sans-serif","saturation","scale-down","screen","scroll","se-resize","semi-condensed","semi-expanded","separate","serif","show","sides","silent","size","slow","slower","small-caps","small-caption","smaller","smooth","soft","soft-light","solid","space-around","space-between","space-evenly","span","spell-out","square","start","static","status-bar","sticky","stretch","sub","subtract","super","sw-resize","swap","symbolic","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","text","text-bottom","text-top","thick","thin","top","transparent","ultra-condensed","ultra-expanded","underline","upper-alpha","upper-latin","upper-roman","uppercase","vertical","visible","w-resize","wait","wider","wrap","wrap-reverse","x","x-fast","x-high","x-large","x-loud","x-low","x-small","x-soft","xx-large","xx-small","yes","y","z"]],[["token","Name.Builtin"]],[["if",["ginf",0,"down",["abs","acos","annotation","asin","atan","atan2","attr","blur","brightness","calc","character-variant","circle","clamp","color","color-mix","conic-gradient","contrast","cos","counter","counters","cubic-bezier","drop-shadow","ellipse","env","exp","fit-content","format","grayscale","hsl","hsla","hue-rotate","hwb","hypot","image-set","inset","invert","lab","lch","linear","linear-gradient","log","matrix","matrix3d","max","min","minmax","mod","oklab","oklch","opacity","ornaments","path","perspective","polygon","pow","radial-gradient","ray","rect","rem","repeat","repeating-conic-gradient","repeating-linear-gradient","repeating-radial-gradient","rgb","rgba","rotate","rotate3d","rotatex","rotatey","rotatez","round","saturate","scale","scale3d","scalex","scaley","scalez","sepia","sign","sin","skewx","skewy","sqrt","steps","styleset","stylistic","swash","tan","translate","translate3d","translatex","translatey","translatez","url","var","xywh"]],[["token","Name.Function"]],[["token","Name"]]]]]]]]}],"at_rule":[{"kind":"tok","re":"(?:<=|>=|~=|\\|=|\\^=|\\$=|\\*=|<|>|=)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"{(?=\\s*(?-mix:[\\p{L}_-][\\p{Word}\\p{Cf}-]*)\\s*:)","opts":20,"tok":"Punctuation","next":"at_stanza"},{"kind":"tok","re":"{","opts":0,"tok":"Punctuation","next":"at_body"},{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"value"}],"at_body":[{"kind":"mixin","state":"at_content"},{"kind":"mixin","state":"root"}],"at_stanza":[{"kind":"mixin","state":"at_content"},{"kind":"mixin","state":"stanza"}],"at_content":[{"kind":"actions","re":"}","opts":0,"actions":[["token","Punctuation"],["pop",2]]}],"basics":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"/\\*(?:.*?)\\*/","opts":4,"tok":"Comment","next":null}],"stanza":[{"kind":"mixin","state":"basics"},{"kind":"tok","re":"}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"callback","re":"((?-mix:[\\p{L}_-][\\p{Word}\\p{Cf}-]*))(\\s*)(:)","opts":20},{"kind":"mixin","state":"root"}],"stanza_value":[{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"actions","re":"(?=})","opts":0,"actions":[["pop",1]]},{"kind":"tok","re":"!\\s*important\\b","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"^@.*?$","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"mixin","state":"value"}]},"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::CSVS","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"//[\\S\\t ]*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/\\*[^*]*\\*/","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"actions","re":"(version)( )(\\d+\\.\\d+)","opts":0,"actions":[["groups",["Keyword","Text.Whitespace","Literal.Number.Float"]]]},{"kind":"tok","re":"T?\\d{2}:\\d{2}:\\d{2}(\\.\\d{5})?(Z|(?:[-+]\\d{2}:\\d{2}))?","opts":0,"tok":"Literal.Date","next":null},{"kind":"tok","re":"\\d{4}-\\d{2}-\\d{2}","opts":0,"tok":"Literal.Date","next":null},{"kind":"tok","re":"\\d{2}/\\d{2}/\\d{4}","opts":0,"tok":"Literal.Date","next":null},{"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":"@\\w+","opts":0,"tok":"Keyword.Pseudo","next":null},{"kind":"tok","re":"[-.\\w]+:","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"^\"[^\"]+\"","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"\\$([-.\\w]+|(\"[^\"]+\"))/?","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"[A-Z]+","opts":1,"tok":"Keyword","next":null},{"kind":"tok","re":"\"[^\"]*\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"'[^\\r\\n\\f']'","opts":0,"tok":"Literal.String.Char","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::CUDA","start_push":["bol"],"states":{"root":[{"kind":"tok","re":"(?:__offload|__blockingoffload|__outer)\\b","opts":0,"tok":"Keyword.Pseudo","next":null},{"kind":"mixin","state":"expr_whitespace"},{"kind":"ir","re":"\n ([\\w*\\s]+?[\\s*]) # return arguments\n ((?-mix:[a-zA-Z_][a-zA-Z0-9_]*)) # function name\n (\\s*\\([^;]*?\\)) # signature\n ((?-mix:(?:\\s|\\/\\/.*?\\n|\\/[*].*?[*]\\/)+)?)({|;) # open brace or semicolon\n ","opts":6,"ops":[["recurse",["g",1]],["token","Name.Function",["g",2]],["recurse",["g",3]],["recurse",["g",4]],["token","Punctuation",["g",5]],["if",["geq",5,"{"],[["push","function"]],[]]]},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"function"},{"kind":"mixin","state":"statements"}],"statements":[{"kind":"tok","re":"(class|struct)\\b","opts":0,"tok":"Keyword","next":"classname"},{"kind":"tok","re":"template\\b","opts":0,"tok":"Keyword","next":"template"},{"kind":"tok","re":"(?-mix:\\d('?\\d)*)(\\.(?-mix:\\d('?\\d)*))?(?:y|d|h|(?:min)|s|(?:ms)|(?:us)|(?:ns)|i|(?:if)|(?:il))\\b","opts":0,"tok":"Literal.Number.Other","next":null},{"kind":"tok","re":"((?-mix:\\d('?\\d)*)[.](?-mix:\\d('?\\d)*)?|[.](?-mix:\\d('?\\d)*))([ep][+-]?(?-mix:\\d('?\\d)*))?[luf]*","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"(?-mix:\\d('?\\d)*)[ep][+-]?(?-mix:\\d('?\\d)*)[luf]*","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0x\\h('?\\h)*([ep][+-]?(?-mix:\\d('?\\d)*))?[lu]*","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0x\\h('?\\h)*[.]\\h+([ep][+-]?(?-mix:\\d('?\\d)*))[luf]*","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0b[01]+('[01]+)*","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"0[0-7]('?[0-7])*[lu]*","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"(?-mix:\\d('?\\d)*)[lu]*","opts":1,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\\bnullptr\\b","opts":0,"tok":"Name.Builtin","next":null},{"kind":"tok","re":"(?:u8|u|U|L)?R\"([a-zA-Z0-9_{}\\[\\]#<>%:;.?*\\+\\-/\\^&|~!=,\"']{,16})\\(.*?\\)\\1\"","opts":4,"tok":"Literal.String","next":null},{"kind":"tok","re":"(::|<=>)","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[{]","opts":0,"tok":"Punctuation","next":null},{"kind":"ir","re":"}","opts":0,"ops":[["token","Punctuation"],["if",["instate","function"],[["pop",1]],[]]]},{"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":"callback","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0}],"classname":[{"kind":"tok","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"tok":"Name.Class","next":"pop!"},{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"[.]{3}","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"template":[{"kind":"tok","re":"[>;]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"typename\\b","opts":0,"tok":"Keyword","next":"classname"},{"kind":"mixin","state":"statements"}],"case":[{"kind":"tok","re":":(?!:)","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"statements"}],"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"}],"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::Cypher","start_push":[],"states":{"root":[{"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.Multiline","next":"multiline_comments"},{"kind":"tok","re":"[*+\\-<>=&|~%^]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[{}),;\\[\\]]","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"actions","re":"(\\w+)(:)(\\s*)(-?[._\\d]+)","opts":0,"actions":[["groups",["Name.Label","Literal.String.Delimiter","Text.Whitespace","Literal.Number"]]]},{"kind":"ir","re":"(\\w+)(\\s*)(\\()","opts":0,"ops":[["if",["ginf",1,"up",["ABS","ACOS","ALLSHORTESTPATHS","ASIN","ATAN","ATAN2","AVG","CEIL","COALESCE","COLLECT","COS","COT","COUNT","DATE","DEGREES","E","ENDNODE","EXP","EXTRACT","FILTER","FLOOR","HAVERSIN","HEAD","ID","KEYS","LABELS","LAST","LEFT","LENGTH","LOG","LOG10","LOWER","LTRIM","MAX","MIN","NODE","NODES","PERCENTILECONT","PERCENTILEDISC","PI","RADIANS","RAND","RANGE","REDUCE","REL","RELATIONSHIP","RELATIONSHIPS","REPLACE","REVERSE","RIGHT","ROUND","RTRIM","SHORTESTPATH","SIGN","SIN","SIZE","SPLIT","SQRT","STARTNODE","STDEV","STDEVP","STR","SUBSTRING","SUM","TAIL","TAN","TIMESTAMP","TOFLOAT","TOINT","TOINTEGER","TOSTRING","TRIM","TYPE","UPPER"]],[["groups",["Name.Function","Text.Whitespace","Literal.String.Symbol"]]],[["if",["ginf",1,"up",["AS","ASC","ASCENDING","ASSERT","BY","CASE","COMMIT","CONSTRAINT","CREATE","CSV","CYPHER","DELETE","DESC","DESCENDING","DETACH","DISTINCT","DROP","ELSE","END","ENDS","EXPLAIN","FALSE","FIELDTERMINATOR","FOREACH","FROM","HEADERS","IN","INDEX","IS","JOIN","LIMIT","LOAD","MATCH","MERGE","NULL","ON","OPTIONAL","ORDER","PERIODIC","PROFILE","REMOVE","RETURN","SCAN","SET","SKIP","START","STARTS","THEN","TRUE","UNION","UNIQUE","UNWIND","USING","WHEN","WHERE","WITH","CALL","YIELD"]],[["groups",["Keyword","Text.Whitespace","Literal.String.Symbol"]]],[["groups",["Name","Text.Whitespace","Literal.String.Symbol"]]]]]]]},{"kind":"tok","re":":\\w+","opts":0,"tok":"Name.Class","next":null},{"kind":"actions","re":"(-?\\d+)(\\.\\.)(-?\\d+)","opts":0,"actions":[["groups",["Literal.Number","Operator","Literal.Number"]]]},{"kind":"tok","re":"(\\d+\\.\\d*|\\d*\\.\\d+)(e[+-]?\\d+)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+e[+-]?\\d+","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0[0-7]+","opts":0,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"0x[a-f0-9]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[.\\w]+:","opts":0,"tok":"Name.Property","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Literal.String.Symbol","next":null},{"kind":"ir","re":"[.\\w$]+","opts":0,"ops":[["if",["ginf",0,"up",["ALL","AND","ANY","CONTAINS","EXISTS","HAS","IN","NONE","NOT","OR","SINGLE","XOR"]],[["token","Operator.Word"]],[["if",["ginf",0,"up",["AS","ASC","ASCENDING","ASSERT","BY","CASE","COMMIT","CONSTRAINT","CREATE","CSV","CYPHER","DELETE","DESC","DESCENDING","DETACH","DISTINCT","DROP","ELSE","END","ENDS","EXPLAIN","FALSE","FIELDTERMINATOR","FOREACH","FROM","HEADERS","IN","INDEX","IS","JOIN","LIMIT","LOAD","MATCH","MERGE","NULL","ON","OPTIONAL","ORDER","PERIODIC","PROFILE","REMOVE","RETURN","SCAN","SET","SKIP","START","STARTS","THEN","TRUE","UNION","UNIQUE","UNWIND","USING","WHEN","WHERE","WITH","CALL","YIELD"]],[["token","Keyword"]],[["token","Name"]]]]]]},{"kind":"tok","re":"\"(\\\\\\\\|\\\\\"|[^\"])*\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"'(\\\\\\\\|\\\\'|[^'])*'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"`(\\\\\\\\|\\\\`|[^`])*`","opts":0,"tok":"Literal.String.Backtick","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}]},"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::Cython","start_push":["newline"],"states":{"from_import":[{"kind":"tok","re":"cimport\\b","opts":0,"tok":"Keyword.Namespace","next":"pop!"},{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"import\\b","opts":0,"tok":"Keyword.Namespace","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"root":[{"kind":"actions","re":"cp?def|ctypedef","opts":0,"actions":[["token","Keyword"],["push","c_definitions"],["push","c_start"]]},{"kind":"tok","re":"cimport\\b","opts":0,"tok":"Keyword.Namespace","next":"import"},{"kind":"actions","re":"(struct)((?:\\\\\\s|\\s)+)","opts":0,"actions":[["groups",["Keyword","Text"]],["push","classname"]]},{"kind":"tok","re":"[(,]","opts":0,"tok":"Punctuation","next":"c_start"},{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":"newline"},{"kind":"actions","re":"^(:)(\\s*)([ru]{,2}\"\"\".*?\"\"\")","opts":5,"actions":[["groups",["Punctuation","Text","Literal.String.Doc"]]]},{"kind":"tok","re":"\\.\\.\\.\\B$","opts":0,"tok":"Name.Builtin.Pseudo","next":null},{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"#(.*)?\\n?","opts":0,"tok":"Comment.Single","next":"newline"},{"kind":"tok","re":"[\\[\\]{}:(),;]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[.]","opts":0,"tok":"Punctuation","next":"post_dot"},{"kind":"tok","re":"\\\\","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"@(?-mix:[[:alpha:]_.][[:alnum:]_.]*)","opts":1,"tok":"Name.Decorator","next":null},{"kind":"tok","re":"(in|is|and|or|not)\\b","opts":0,"tok":"Operator.Word","next":null},{"kind":"tok","re":"(<<|>>|//|[*][*])=?|!=|[-~+\\/*%=<>&^|@]=?|!=","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"def\\b","opts":0,"tok":"Keyword","next":"funcname"},{"kind":"tok","re":"class\\b","opts":0,"tok":"Keyword","next":"classname"},{"kind":"tok","re":"`.*?`","opts":0,"tok":"Literal.String.Backtick","next":null},{"kind":"callback","re":"([rtfbu]{0,2})('''|\"\"\"|['\"])","opts":1},{"kind":"ir","re":"(?<!\\.)(?-mix:[[:alpha:]_][[:alnum:]_]*)","opts":0,"ops":[["if",["gin",0,["assert","break","continue","del","elif","else","except","exec","finally","for","global","if","lambda","pass","print","raise","return","try","while","yield","as","with","from","import","async","await","nonlocal","by","except?","fused","gil","nogil"]],[["token","Keyword"]],[["if",["gin",0,["ArithmeticError","AssertionError","AttributeError","BaseException","BaseExceptionGroup","BlockingIOError","BrokenPipeError","BufferError","BytesWarning","ChildProcessError","ConnectionAbortedError","ConnectionError","ConnectionRefusedError","ConnectionResetError","DeprecationWarning","EOFError","EnvironmentError","EncodingWarning","Exception","ExceptionGroup","FileExistsError","FileNotFoundError","FloatingPointError","FutureWarning","GeneratorExit","IOError","ImportError","ImportWarning","IndentationError","IndexError","InterruptedError","IsADirectoryError","KeyError","KeyboardInterrupt","LookupError","MemoryError","ModuleNotFoundError","NameError","NotADirectoryError","NotImplemented","NotImplementedError","OSError","OverflowError","OverflowWarning","PendingDeprecationWarning","PermissionError","ProcessLookupError","PythonFinalizationError","RecursionError","ReferenceError","ResourceWarning","RuntimeError","RuntimeWarning","StandardError","StopAsyncIteration","StopIteration","SyntaxError","SyntaxWarning","SystemError","SystemExit","TabError","TimeoutError","TypeError","UnboundLocalError","UnicodeDecodeError","UnicodeEncodeError","UnicodeError","UnicodeTranslateError","UnicodeWarning","UserWarning","ValueError","VMSError","Warning","WindowsError","ZeroDivisionError"]],[["token","Name.Exception"]],[["if",["gin",0,["__import__","abs","aiter","all","anext","any","apply","ascii","basestring","bin","bool","buffer","breakpoint","bytearray","bytes","callable","chr","classmethod","cmp","coerce","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","execfile","exit","file","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","intern","isinstance","issubclass","iter","len","list","locals","long","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","raw_input","reduce","reload","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","unichr","unicode","vars","xrange","zip","python_call"]],[["token","Name.Builtin"]],[["if",["gin",0,["None","Ellipsis","NotImplemented","False","True"]],[["token","Name.Builtin.Pseudo"]],[["token","Name"]]]]]]]]]]},{"kind":"tok","re":"[[:alpha:]_][[:alnum:]_]*","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"(?-mix:(((?-mix:[0-9](_?[0-9])*))?\\.(?-mix:[0-9](_?[0-9])*)|(?-mix:[0-9](_?[0-9])*)\\.))((?i-mx:e[+-]?(?-mix:[0-9](_?[0-9])*)))?j?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"(?-mix:[0-9](_?[0-9])*)(?i-mx:e[+-]?(?-mix:[0-9](_?[0-9])*))j?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"(?-mix:[0-9](_?[0-9])*)j","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0b(_?[0-1])+","opts":1,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"0o(_?[0-7])+","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"0x(_?[a-f0-9])+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\d+L","opts":0,"tok":"Literal.Number.Integer.Long","next":null},{"kind":"tok","re":"([1-9](_?[0-9])*|0(_?0)*)","opts":0,"tok":"Literal.Number.Integer","next":null}],"c_start":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"cp?def|ctypedef","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"(?:un)?signed","opts":0,"tok":"Keyword.Type","next":null},{"kind":"ir","re":"(?i-mx:[a-z_]\\w*)(?=(?:\\*+)|(?:[ \\t]*\\[)|(?:[ \\t]+\\w))","opts":0,"ops":[["if",["gin",0,["assert","break","continue","del","elif","else","except","exec","finally","for","global","if","lambda","pass","print","raise","return","try","while","yield","as","with","from","import","async","await","nonlocal","by","except?","fused","gil","nogil"]],[["token","Keyword"],["pop",1]],[["if",["geq",0,"def"],[["token","Keyword"],["goto","funcname"]],[["if",["gin",0,["struct","class"]],[["token","Keyword"],["goto","classname"]],[["if",["gin",0,["public","readonly","extern","api","inline","enum","union"]],[["token","Keyword.Reserved"]],[["token","Keyword.Type"],["pop",1]]]]]]]]]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"c_definitions":[{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"c_indent"},{"kind":"mixin","state":"root"}],"c_indent":[{"kind":"callback","re":"[ \\t]+","opts":0},{"kind":"actions","re":"","opts":0,"actions":[["pop",1],["goto","newline"]]}],"inline_whitespace":[{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Literal.String.Escape","next":null}],"import":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"[[:alpha:]_.][[:alnum:]_.]*","opts":0,"tok":"Name.Namespace","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"from":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"actions","re":"[[:alpha:]_.][[:alnum:]_.]*","opts":0,"actions":[["token","Name.Namespace"],["goto","from_import"]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"post_dot":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"([A-Z]\\w*)(?=(?-mix:(?:[ \\t]|\\\\\\n)*?)[(])","opts":4,"tok":"Name.Class","next":null},{"kind":"tok","re":"((?-mix:[[:alpha:]_][[:alnum:]_]*))(?=(?-mix:(?:[ \\t]|\\\\\\n)*?)[(])","opts":4,"tok":"Name.Function","next":null},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"newline":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"from\\b","opts":0,"tok":"Keyword.Namespace","next":"from"},{"kind":"tok","re":"import\\b","opts":0,"tok":"Keyword.Namespace","next":"import"},{"kind":"tok","re":"(?:case|match)(?=(?-mix:(?:[ \\t]|\\\\\\n)*?)(?-mix:(?-mix:(in|is|and|or|not)\\b)|if\\b|(?-mix:(<<|>>|\\/\\/|[*][*])=?|!=|[-~+\\/*%=<>&^|@]=?|!=)))","opts":0,"tok":"Name.Other","next":"pop!"},{"kind":"ir","re":"(?:case|match)(?=(?-mix:(?:[^\\\\\\n]|\\\\[\\n.])*?):(?-mix:(?:[ \\t]|\\\\\\n)*?)[#\\n])","opts":0,"ops":[["token","Keyword"],["if",["geq",0,"case"],[["goto","case_pattern"]],[["pop",1]]]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"funcname":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"[[:alpha:]_][[:alnum:]_]*","opts":0,"tok":"Name.Function","next":"pop!"}],"classname":[{"kind":"mixin","state":"inline_whitespace"},{"kind":"tok","re":"[[:alpha:]_][[:alnum:]_]*","opts":0,"tok":"Name.Class","next":"pop!"}],"case_pattern":[{"kind":"actions","re":"\\n","opts":0,"actions":[["token","Text"],["goto","newline"]]},{"kind":"tok","re":"_\\b","opts":0,"tok":"Keyword","next":null},{"kind":"mixin","state":"root"}],"raise":[{"kind":"tok","re":"from\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"raise\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"yield\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"yield":[{"kind":"mixin","state":"raise"}],"generic_string":[{"kind":"tok","re":"\\n","opts":0,"tok":"Literal.String","next":"generic_string_newline"},{"kind":"tok","re":"[^'\"\\\\{\\n]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"{{","opts":0,"tok":"Literal.String","next":null},{"kind":"callback","re":"'''|\"\"\"|['\"]","opts":0},{"kind":"tok","re":"(?=\\\\)","opts":0,"tok":"Literal.String","next":"generic_escape"},{"kind":"callback","re":"{","opts":0}],"generic_string_newline":[{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Literal.String","next":null},{"kind":"actions","re":"(>>>|\\.\\.\\.)\\B","opts":0,"actions":[["token","Generic.Prompt"],["goto","doctest"]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"generic_escape":[{"kind":"callback","re":"\\\\\n ( [\\\\abfnrtv\"']\n | \\n\n | newline\n | N{[a-zA-Z][a-zA-Z ]+[a-zA-Z]}\n | u[a-fA-F0-9]{4}\n | U[a-fA-F0-9]{8}\n | x[a-fA-F0-9]{2}\n | [0-7]{1,3}\n )\n ","opts":2},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String","next":"pop!"}],"doctest":[{"kind":"tok","re":"\\n\\n","opts":0,"tok":"Text","next":"pop!"},{"kind":"ir","re":"'''|\"\"\"","opts":0,"ops":[["token","Literal.String.Heredoc"],["if",["instate","generic_string"],[["pop",2]],[]]]},{"kind":"mixin","state":"root"}],"generic_interpol":[{"kind":"ir","re":"[^{}!:]+","opts":0,"ops":[["recurse",["g",0]]]},{"kind":"tok","re":"![asr]","opts":0,"tok":"Literal.String.Interpol","next":null},{"kind":"tok","re":":","opts":0,"tok":"Literal.String.Interpol","next":null},{"kind":"tok","re":"{","opts":0,"tok":"Literal.String.Interpol","next":"generic_interpol"},{"kind":"tok","re":"}","opts":0,"tok":"Literal.String.Interpol","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::D","start_push":[],"states":{"whitespace":[{"kind":"tok","re":"\\n","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"//.*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/(\\\\\\n)?[*](.|\\n)*?[*](\\\\\\n)?/","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"/\\+","opts":0,"tok":"Comment.Multiline","next":"nested_comment"},{"kind":"tok","re":"(abstract|alias|align|asm|assert|auto|body|break|case|cast|catch|class|const|continue|debug|default|delegate|delete|deprecated|do|else|enum|export|extern|finally|final|foreach_reverse|foreach|for|function|goto|if|immutable|import|interface|invariant|inout|in|is|lazy|mixin|module|new|nothrow|out|override|package|pragma|private|protected|public|pure|ref|return|scope|shared|static|struct|super|switch|synchronized|template|this|throw|try|typedef|typeid|typeof|union|unittest|version|volatile|while|with|__gshared|__traits|__vector|__parameters)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"(bool|byte|cdouble|cent|cfloat|char|creal|dchar|double|float|idouble|ifloat|int|ireal|long|real|short|ubyte|ucent|uint|ulong|ushort|void|wchar)\\b","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"(false|true|null)\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"(__FILE__|__FILE_FULL_PATH__|__MODULE__|__LINE__|__FUNCTION__|__PRETTY_FUNCTION__|__DATE__|__EOF__|__TIME__|__TIMESTAMP__|__VENDOR__|__VERSION__)\\b","opts":0,"tok":"Keyword.Pseudo","next":null},{"kind":"tok","re":"macro\\b","opts":0,"tok":"Keyword.Reserved","next":null},{"kind":"tok","re":"(string|wstring|dstring|size_t|ptrdiff_t)\\b","opts":0,"tok":"Name.Builtin","next":null},{"kind":"tok","re":"0[xX]([0-9a-fA-F_]*\\.[0-9a-fA-F_]+|[0-9a-fA-F_]+)[pP][+\\-]?[0-9_]+[fFL]?[i]?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[0-9_]+(\\.[0-9_]+[eE][+\\-]?[0-9_]+|\\.[0-9_]*|[eE][+\\-]?[0-9_]+)[fFL]?[i]?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\.(0|[1-9][0-9_]*)([eE][+\\-]?[0-9_]+)?[fFL]?[i]?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0[Bb][01_]+","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"0[0-7_]+","opts":0,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"0[xX][0-9a-fA-F_]+","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"(0|[1-9][0-9_]*)([LUu]|Lu|LU|uL|UL)?","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"'(\\\\['\"?\\\\abfnrtv]|\\\\x[0-9a-fA-F]{2}|\\\\[0-7]{1,3}|\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}|\\\\&\\w+;|.)'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"r\"[^\"]*\"[cwd]?","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"`[^`]*`[cwd]?","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\"(\\\\\\\\|\\\\\"|[^\"])*\"[cwd]?","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\\\(['\\\"?\\\\abfnrtv]|x[0-9a-fA-F]{2}|[0-7]{1,3}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8}|&\\w+;)","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"x\"[0-9a-fA-F_\\s]*\"[cwd]?","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"q\"\\[","opts":0,"tok":"Literal.String","next":"delimited_bracket"},{"kind":"tok","re":"q\"\\(","opts":0,"tok":"Literal.String","next":"delimited_parenthesis"},{"kind":"tok","re":"q\"<","opts":0,"tok":"Literal.String","next":"delimited_angle"},{"kind":"tok","re":"q\"\\{","opts":0,"tok":"Literal.String","next":"delimited_curly"},{"kind":"tok","re":"q\"([a-zA-Z_]\\w*)\\n.*?\\n\\1\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"q\"(.).*?\\1\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"q\\{","opts":0,"tok":"Literal.String","next":"token_string"},{"kind":"tok","re":"@([a-zA-Z_]\\w*)?","opts":0,"tok":"Name.Decorator","next":null},{"kind":"tok","re":"(~=|\\^=|%=|\\*=|==|!>=|!<=|!<>=|!<>|!<|!>|!=|>>>=|>>>|>>=|>>|>=|<>=|<>|<<=|<<|<=|\\+\\+|\\+=|--|-=|\\|\\||\\|=|&&|&=|\\.\\.\\.|\\.\\.|/=)|[/.&|\\-+<>!()\\[\\]{}?,;:$=*%^~]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[a-zA-Z_]\\w*","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"#line\\s.*\\n","opts":0,"tok":"Comment.Special","next":null}],"nested_comment":[{"kind":"tok","re":"[^+/]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"/\\+","opts":0,"tok":"Comment.Multiline","next":"push"},{"kind":"tok","re":"\\+/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[+/]","opts":0,"tok":"Comment.Multiline","next":null}],"token_string":[{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"token_string_nest"},{"kind":"tok","re":"\\}","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"mixin","state":"root"}],"token_string_nest":[{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"push"},{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"delimited_bracket":[{"kind":"tok","re":"[^\\[\\]]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\[","opts":0,"tok":"Literal.String","next":"delimited_inside_bracket"},{"kind":"tok","re":"\\]\"","opts":0,"tok":"Literal.String","next":"pop!"}],"delimited_inside_bracket":[{"kind":"tok","re":"[^\\[\\]]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\[","opts":0,"tok":"Literal.String","next":"push"},{"kind":"tok","re":"\\]","opts":0,"tok":"Literal.String","next":"pop!"}],"delimited_parenthesis":[{"kind":"tok","re":"[^()]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Literal.String","next":"delimited_inside_parenthesis"},{"kind":"tok","re":"\\)\"","opts":0,"tok":"Literal.String","next":"pop!"}],"delimited_inside_parenthesis":[{"kind":"tok","re":"[^()]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Literal.String","next":"push"},{"kind":"tok","re":"\\)","opts":0,"tok":"Literal.String","next":"pop!"}],"delimited_angle":[{"kind":"tok","re":"[^<>]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"<","opts":0,"tok":"Literal.String","next":"delimited_inside_angle"},{"kind":"tok","re":">\"","opts":0,"tok":"Literal.String","next":"pop!"}],"delimited_inside_angle":[{"kind":"tok","re":"[^<>]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"<","opts":0,"tok":"Literal.String","next":"push"},{"kind":"tok","re":">","opts":0,"tok":"Literal.String","next":"pop!"}],"delimited_curly":[{"kind":"tok","re":"[^{}]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\{","opts":0,"tok":"Literal.String","next":"delimited_inside_curly"},{"kind":"tok","re":"\\}\"","opts":0,"tok":"Literal.String","next":"pop!"}],"delimited_inside_curly":[{"kind":"tok","re":"[^{}]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\\{","opts":0,"tok":"Literal.String","next":"push"},{"kind":"tok","re":"\\}","opts":0,"tok":"Literal.String","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Dafny","start_push":[],"states":{"root":[{"kind":"tok","re":"/\\*","opts":0,"tok":"Comment.Multiline","next":"comment"},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"\\*/","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"'(?-mix:[^\\\\'\\n\\r]|\\\\[\"'ntr\\\\0])'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"'(?-mix:\\\\u(?-mix:[0-9a-fA-F]){4})'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"'[^'\\n\\r]*'","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"'[^'\\n\\r]*$","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"\"(?:(?-mix:[^\\\\\"\\n\\r]|\\\\[\"'ntr\\\\0])|(?-mix:\\\\u(?-mix:[0-9a-fA-F]){4}))*\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\".*\"","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"\".*$","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"@\"([^\"]|\"\")*\"","opts":0,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"@\".*","opts":4,"tok":"Error","next":null},{"kind":"tok","re":"(?-mix:(?-mix:\\d)+(?:_(?-mix:\\d)+)*)\\.(?-mix:(?-mix:\\d)+(?:_(?-mix:\\d)+)*)(?!(?-mix:[0-9a-zA-Z_'?]))","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0b(?-mix:[01]+(?:_[01]+)*)(?!(?-mix:[0-9a-zA-Z_'?]))","opts":0,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"0b(?-mix:[0-9a-zA-Z_'?])*","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"0x(?-mix:(?-mix:[0-9a-fA-F])+(?:_(?-mix:[0-9a-fA-F])+)*)(?!(?-mix:[0-9a-zA-Z_'?]))","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0x(?-mix:[0-9a-zA-Z_'?])*","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"(?-mix:(?-mix:\\d)+(?:_(?-mix:\\d)+)*)(?!(?-mix:[0-9a-zA-Z_'?]))","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"_(?!(?-mix:[0-9a-zA-Z_'?]))","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"_[0-9_]+[_]?(?!(?-mix:[0-9a-zA-Z_'?]))","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"[0-9_]+_(?!(?-mix:[0-9a-zA-Z_'?]))","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"[0-9](?-mix:[0-9a-zA-Z_'?])+","opts":0,"tok":"Error","next":null},{"kind":"tok","re":"(?-mix:array(?:1[0-9]+|[2-9][0-9]*)\\??(?!(?-mix:[0-9a-zA-Z_'?])))","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"(?-mix:bv(?:0|[1-9][0-9]*)(?!(?-mix:[0-9a-zA-Z_'?])))","opts":0,"tok":"Keyword.Type","next":null},{"kind":"wordlist","re":"(?-mix:[0-9a-zA-Z?])(?-mix:[0-9a-zA-Z_'?])*","opts":0,"sets":[["Keyword.Type",["bool","char","int","real","string","nat","array","array?","object","object?","ORDINAL","seq","set","iset","map","imap","multiset"]],["Keyword.Constant",["true","false","null"]],["Operator.Word",["as","is","in"]],["Keyword.Reserved",["abstract","allocated","assert","assume","break","by","calc","case","class","codatatype","const","constructor","datatype","decreases","downto","else","ensures","exists","expect","export","extends","for","forall","fresh","function","ghost","greatest","if","import","include","invariant","iterator","label","least","lemma","match","method","modifies","modify","module","nameonly","new","newtype","old","opened","predicate","print","provides","reads","refines","requires","return","returns","reveal","reveals","static","then","this","to","trait","twostate","type","unchanged","var","while","witness","yield","yields"]]],"default":"Name"},{"kind":"tok","re":"\\.\\.","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[*!%&<>\\|^+=:./-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[\\[\\](){},;`]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[^\\S\\n]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":".","opts":0,"tok":"Error","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}]},"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::Dart","start_push":[],"states":{"root":[{"kind":"ir","re":"^\n (\\s*(?:[a-zA-Z_][a-zA-Z\\d_.\\[\\]]*\\s+)+?) # return arguments\n ([a-zA-Z_]\\w*) # method name\n (\\s*)(\\() # signature start\n ","opts":6,"ops":[["recurse",["g",1]],["token","Name.Function",["g",2]],["token","Text",["g",3]],["token","Punctuation",["g",4]]]},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/\\*.*?\\*/","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"dqs"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"sqs"},{"kind":"tok","re":"r\"\"\".*?\"\"\"","opts":4,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"r'''.*?'''","opts":4,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"r\"[^\"]*\"","opts":0,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"r'[^']*'","opts":0,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"#(?-mix:[a-zA-Z_]\\w*)*","opts":1,"tok":"Literal.String.Symbol","next":null},{"kind":"tok","re":"@(?-mix:[a-zA-Z_]\\w*)","opts":0,"tok":"Name.Decorator","next":null},{"kind":"tok","re":"(?:as|assert|await|break|case|catch|continue|default|do|else|finally|for|if|in|is|new|rethrow|return|super|switch|this|throw|try|while|when|with|yield)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"(?:abstract|base|async|dynamic|const|covariant|external|extends|factory|final|get|implements|interface|late|native|on|operator|required|sealed|set|static|sync|typedef|var)\\b","opts":0,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"(?:bool|Comparable|double|Dynamic|enum|Function|int|List|Map|Never|Null|num|Object|Pattern|Record|Set|String|Symbol|Type|Uri|void)\\b","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"(?:true|false|null)\\b","opts":0,"tok":"Keyword.Constant","next":null},{"kind":"tok","re":"(?:class|mixin)\\b","opts":0,"tok":"Keyword.Declaration","next":"class"},{"kind":"tok","re":"(?:import|deferred|export|library|part\\s*of|part|source)\\b","opts":0,"tok":"Keyword.Namespace","next":"import"},{"kind":"actions","re":"(\\.)((?-mix:[a-zA-Z_]\\w*))","opts":0,"actions":[["groups",["Operator","Name.Attribute"]]]},{"kind":"tok","re":"(?-mix:[a-zA-Z_]\\w*):","opts":0,"tok":"Name.Label","next":null},{"kind":"tok","re":"\\$?(?-mix:[a-zA-Z_]\\w*)","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"[~^*!%&\\|+=:/?-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[\\[\\](){}<>\\.,;]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\d*\\.\\d+([eE]\\-?\\d+)?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0x[\\da-fA-F]+","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"\\d+L?","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":null}],"class":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[a-zA-Z_]\\w*","opts":0,"tok":"Name.Class","next":"pop!"}],"dqs":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^\\\\\\$\"]+","opts":0,"tok":"Literal.String","next":null},{"kind":"mixin","state":"string"}],"sqs":[{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^\\\\\\$']+","opts":0,"tok":"Literal.String","next":null},{"kind":"mixin","state":"string"}],"import":[{"kind":"tok","re":";","opts":0,"tok":"Operator","next":"pop!"},{"kind":"tok","re":"(?:show|hide)\\b","opts":0,"tok":"Keyword.Declaration","next":null},{"kind":"mixin","state":"root"}],"string":[{"kind":"mixin","state":"interpolation"},{"kind":"tok","re":"\\\\[nrt\\\"\\'\\\\]","opts":0,"tok":"Literal.String.Escape","next":null}],"interpolation":[{"kind":"tok","re":"\\$(?-mix:[a-zA-Z_]\\w*)","opts":0,"tok":"Literal.String.Interpol","next":null},{"kind":"tok","re":"\\$\\{[^\\}]+\\}","opts":0,"tok":"Literal.String.Interpol","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"}}
|