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::SQL","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_comments"},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"single_string"},{"kind":"tok","re":"\"","opts":0,"tok":"Name.Variable","next":"double_string"},{"kind":"tok","re":"`","opts":0,"tok":"Name.Variable","next":"backtick"},{"kind":"ir","re":"\\w+","opts":0,"ops":[["if",["ginf",0,"up",["ZEROFILL","UNSIGNED","SIGNED","SERIAL","BIT","TINYINT","BOOL","BOOLEAN","SMALLINT","MEDIUMINT","INT","INTEGER","BIGINT","DECIMAL","DEC","NUMERIC","FIXED","FLOAT","DOUBLE","PRECISION","REAL","DATE","DATETIME","TIMESTAMP","TIME","YEAR","NATIONAL","CHAR","CHARACTER","NCHAR","BYTE","VARCHAR","VARYING","BINARY","VARBINARY","TINYBLOB","TINYTEXT","BLOB","TEXT","MEDIUMBLOB","MEDIUMTEXT","LONGBLOB","LONGTEXT","ENUM"]],[["token","Name.Builtin"]],[["if",["ginf",0,"up",["ABORT","ABS","ABSOLUTE","ACCESS","ADA","ADD","ADMIN","AFTER","AGGREGATE","ALIAS","ALL","ALLOCATE","ALTER","ANALYSE","ANALYZE","AND","ANY","ARE","AS","ASC","ASENSITIVE","ASSERTION","ASSIGNMENT","ASYMMETRIC","AT","ATOMIC","AUTHORIZATION","AVG","BACKWARD","BEFORE","BEGIN","BETWEEN","BITVAR","BIT_LENGTH","BOTH","BREADTH","BY","C","CACHE","CALL","CALLED","CARDINALITY","CASCADE","CASCADED","CASE","CAST","CATALOG","CATALOG_NAME","CHAIN","CHARACTERISTICS","CHARACTER_LENGTH","CHARACTER_SET_CATALOG","CHARACTER_SET_NAME","CHARACTER_SET_SCHEMA","CHAR_LENGTH","CHECK","CHECKED","CHECKPOINT","CLASS","CLASS_ORIGIN","CLOB","CLOSE","CLUSTER","COALSECE","COBOL","COLLATE","COLLATION","COLLATION_CATALOG","COLLATION_NAME","COLLATION_SCHEMA","COLUMN","COLUMN_NAME","COMMAND_FUNCTION","COMMAND_FUNCTION_CODE","COMMENT","COMMIT","COMMITTED","COMPLETION","CONDITION_NUMBER","CONNECT","CONNECTION","CONNECTION_NAME","CONSTRAINT","CONSTRAINTS","CONSTRAINT_CATALOG","CONSTRAINT_NAME","CONSTRAINT_SCHEMA","CONSTRUCTOR","CONTAINS","CONTINUE","CONVERSION","CONVERT","COPY","CORRESPONTING","COUNT","CREATE","CREATEDB","CREATEUSER","CROSS","CUBE","CURRENT","CURRENT_DATE","CURRENT_PATH","CURRENT_ROLE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","CURSOR_NAME","CYCLE","DATA","DATABASE","DATETIME_INTERVAL_CODE","DATETIME_INTERVAL_PRECISION","DAY","DEALLOCATE","DECLARE","DEFAULT","DEFAULTS","DEFERRABLE","DEFERRED","DEFINED","DEFINER","DELETE","DELIMITER","DELIMITERS","DEREF","DESC","DESCRIBE","DESCRIPTOR","DESTROY","DESTRUCTOR","DETERMINISTIC","DIAGNOSTICS","DICTIONARY","DISCONNECT","DISPATCH","DISTINCT","DO","DOMAIN","DROP","DYNAMIC","DYNAMIC_FUNCTION","DYNAMIC_FUNCTION_CODE","EACH","ELSE","ENCODING","ENCRYPTED","END","END-EXEC","EQUALS","ESCAPE","EVERY","EXCEPT","ESCEPTION","EXCLUDING","EXCLUSIVE","EXEC","EXECUTE","EXISTING","EXISTS","EXPLAIN","EXTERNAL","EXTRACT","FALSE","FETCH","FINAL","FIRST","FOLLOWING","FOR","FORCE","FOREIGN","FORTRAN","FORWARD","FOUND","FREE","FREEZE","FROM","FULL","FUNCTION","G","GENERAL","GENERATED","GET","GLOBAL","GO","GOTO","GRANT","GRANTED","GROUP","GROUPING","HANDLER","HAVING","HIERARCHY","HOLD","HOST","IDENTITY","IGNORE","ILIKE","IMMEDIATE","IMMUTABLE","IMPLEMENTATION","IMPLICIT","IN","INCLUDING","INCREMENT","INDEX","INDITCATOR","INFIX","INHERITS","INITIALIZE","INITIALLY","INNER","INOUT","INPUT","INSENSITIVE","INSERT","INSTANTIABLE","INSTEAD","INTERSECT","INTO","INVOKER","IS","ISNULL","ISOLATION","ITERATE","JOIN","KEY","KEY_MEMBER","KEY_TYPE","LANCOMPILER","LANGUAGE","LARGE","LAST","LATERAL","LEADING","LEFT","LENGTH","LESS","LEVEL","LIKE","LIMIT","LISTEN","LOAD","LOCAL","LOCALTIME","LOCALTIMESTAMP","LOCATION","LOCATOR","LOCK","LOWER","MAP","MATCH","MAX","MAXVALUE","MESSAGE_LENGTH","MESSAGE_OCTET_LENGTH","MESSAGE_TEXT","METHOD","MIN","MINUTE","MINVALUE","MOD","MODE","MODIFIES","MODIFY","MONTH","MORE","MOVE","MUMPS","NAMES","NATURAL","NCLOB","NEW","NEXT","NO","NOCREATEDB","NOCREATEUSER","NONE","NOT","NOTHING","NOTIFY","NOTNULL","NULL","NULLABLE","NULLIF","OBJECT","OCTET_LENGTH","OF","OFF","OFFSET","OIDS","OLD","ON","ONLY","OPEN","OPERATION","OPERATOR","OPTION","OPTIONS","OR","ORDER","ORDINALITY","OUT","OUTER","OUTPUT","OVERLAPS","OVERLAY","OVERRIDING","OWNER","PAD","PARAMETER","PARAMETERS","PARAMETER_MODE","PARAMATER_NAME","PARAMATER_ORDINAL_POSITION","PARAMETER_SPECIFIC_CATALOG","PARAMETER_SPECIFIC_NAME","PARAMATER_SPECIFIC_SCHEMA","PARTIAL","PARTITION","PASCAL","PENDANT","PLACING","PLI","POSITION","POSTFIX","PREFIX","PRECEDING","PREORDER","PREPARE","PRESERVE","PRIMARY","PRIOR","PRIVILEGES","PROCEDURAL","PROCEDURE","PUBLIC","RANGE","READ","READS","RECHECK","RECURSIVE","REF","REFERENCES","REFERENCING","REINDEX","RELATIVE","RENAME","REPEATABLE","REPLACE","RESET","RESTART","RESTRICT","RESULT","RETURN","RETURNED_LENGTH","RETURNED_OCTET_LENGTH","RETURNED_SQLSTATE","RETURNS","REVOKE","RIGHT","ROLE","ROLLBACK","ROLLUP","ROUTINE","ROUTINE_CATALOG","ROUTINE_NAME","ROUTINE_SCHEMA","ROW","ROWS","ROW_COUNT","RULE","SAVE_POINT","SCALE","SCHEMA","SCHEMA_NAME","SCOPE","SCROLL","SEARCH","SECOND","SECURITY","SELECT","SELF","SENSITIVE","SERIALIZABLE","SERVER_NAME","SESSION","SESSION_USER","SET","SETOF","SETS","SHARE","SHOW","SIMILAR","SIMPLE","SIZE","SOME","SOURCE","SPACE","SPECIFIC","SPECIFICTYPE","SPECIFIC_NAME","SQL","SQLCODE","SQLERROR","SQLEXCEPTION","SQLSTATE","SQLWARNINIG","STABLE","START","STATE","STATEMENT","STATIC","STATISTICS","STDIN","STDOUT","STORAGE","STRICT","STRUCTURE","STYPE","SUBCLASS_ORIGIN","SUBLIST","SUBSTRING","SUM","SYMMETRIC","SYSID","SYSTEM","SYSTEM_USER","TABLE","TABLE_NAME","TEMP","TEMPLATE","TEMPORARY","TERMINATE","THAN","THEN","TIMEZONE_HOUR","TIMEZONE_MINUTE","TO","TOAST","TRAILING","TRANSATION","TRANSACTIONS_COMMITTED","TRANSACTIONS_ROLLED_BACK","TRANSATION_ACTIVE","TRANSFORM","TRANSFORMS","TRANSLATE","TRANSLATION","TREAT","TRIGGER","TRIGGER_CATALOG","TRIGGER_NAME","TRIGGER_SCHEMA","TRIM","TRUE","TRUNCATE","TRUSTED","TYPE","UNCOMMITTED","UNDER","UNENCRYPTED","UNION","UNIQUE","UNKNOWN","UNLISTEN","UNNAMED","UNNEST","UNTIL","UPDATE","UPPER","USAGE","USER","USER_DEFINED_TYPE_CATALOG","USER_DEFINED_TYPE_NAME","USER_DEFINED_TYPE_SCHEMA","USING","VACUUM","VALID","VALIDATOR","VALUES","VARIABLE","VERBOSE","VERSION","VIEW","VOLATILE","WHEN","WHENEVER","WHERE","WINDOW","WITH","WITHOUT","WORK","WRITE","ZONE"]],[["token","Keyword"]],[["token","Name"]]]]]]},{"kind":"tok","re":"[+*/<>=~!@#%&|?^-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[;:()\\[\\]\\{\\},.]","opts":0,"tok":"Punctuation","next":null}],"multiline_comments":[{"kind":"tok","re":"/[*]","opts":0,"tok":"Comment.Multiline","next":"multiline_comments"},{"kind":"tok","re":"[*]/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[^/*]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"[/*]","opts":0,"tok":"Comment.Multiline","next":null}],"backtick":[{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"``","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"`","opts":0,"tok":"Name.Variable","next":"pop!"},{"kind":"tok","re":"[^\\\\`]+","opts":0,"tok":"Name.Variable","next":null}],"single_string":[{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"''","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"pop!"},{"kind":"tok","re":"[^\\\\']+","opts":0,"tok":"Literal.String.Single","next":null}],"double_string":[{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"\"","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Name.Variable","next":"pop!"},{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Name.Variable","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::SSH","start_push":[],"states":{"root":[{"kind":"tok","re":"[a-z0-9]+","opts":1,"tok":"Keyword","next":"statement"},{"kind":"mixin","state":"base"}],"statement":[{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"(?:yes|no|confirm|ask|always|auto|none|force)\\b","opts":0,"tok":"Name.Constant","next":null},{"kind":"tok","re":"\\d+","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"[^#\\s;{}$\\\\]+","opts":0,"tok":"Text","next":null},{"kind":"mixin","state":"base"}],"base":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*","opts":0,"tok":"Comment.Single","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Stan","start_push":[],"states":{"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"#include","opts":0,"tok":"Comment.Preproc","next":"include"},{"kind":"tok","re":"#.*$","opts":0,"tok":"Generic.Deleted","next":null},{"kind":"tok","re":"\n functions\n |(?:transformed\\s+)?data\n |(?:transformed\\s+)?parameters\n |model\n |generated\\s+quantities\n ","opts":2,"tok":"Name.Namespace","next":null},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"bracket_scope"},{"kind":"mixin","state":"scope"}],"include":[{"kind":"ir","re":"(\\s+)(\\S+)(\\s*)","opts":0,"ops":[["token","Text",["g",1]],["token","Comment.PreprocFile",["g",2]],["token","Text",["g",3]],["pop",1]]}],"whitespace":[{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"//(\\\\.|.)*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"mixin","state":"inline_whitespace"}],"inline_whitespace":[{"kind":"tok","re":"[ \\t\\r]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"/(\\\\\\n)?[*].*?[*](\\\\\\n)?/","opts":4,"tok":"Comment.Multiline","next":null}],"statements":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"#include","opts":0,"tok":"Comment.Preproc","next":"include"},{"kind":"tok","re":"#.*$","opts":0,"tok":"Generic.Deleted","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"tok","re":"\n (\n ((\\d+[.]\\d*|[.]?\\d+)e[+-]?\\d+|\\d*[.]\\d+|\\d+)\n ((?-mix:(?:\\s|\\/\\/.*?\\n|\\/[*].*?[*]\\/)+))[+-]((?-mix:(?:\\s|\\/\\/.*?\\n|\\/[*].*?[*]\\/)+))\n ((\\d+[.]\\d*|[.]?\\d+)e[+-]?\\d+|\\d*[.]\\d+|\\d+)i\n )\n |((\\d+[.]\\d*|[.]?\\d+)e[+-]?\\d+|\\d*[.]\\d+|\\d+)i\n |((\\d+[.]\\d*|[.]?\\d+)e[+-]?\\d+|\\d*[.]\\d+)\n ","opts":6,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+","opts":0,"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":"[|](?![|])","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"T\\b","opts":0,"tok":"Keyword.Reserved","next":null},{"kind":"tok","re":"(lower|upper)\\b","opts":0,"tok":"Name.Attribute","next":null},{"kind":"ir","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"ops":[["if",["gin",0,["if","else","while","for","break","continue","print","reject","return"]],[["token","Keyword"]],[["if",["gin",0,["int","real","vector","ordered","positive_ordered","simplex","unit_vector","row_vector","matrix","cholesky_factor_corr","cholesky_factor_cov","corr_matrix","cov_matrix","data","void","complex","array"]],[["token","Keyword.Type"]],[["if",["gin",0,["for","in","while","repeat","until","if","then","else","true","false","target","functions","model","data","parameters","quantities","transformed","generated","var","fvar","STAN_MAJOR","STAN_MINOR","STAN_PATCH","STAN_MATH_MAJOR","STAN_MATH_MINOR","STAN_MATH_PATCH","alignas","alignof","and","and_eq","asm","auto","bitand","bitor","bool","break","case","catch","char","char16_t","char32_t","class","compl","const","constexpr","const_cast","continue","decltype","default","delete","do","double","dynamic_cast","enum","explicit","export","extern","float","friend","goto","inline","int","long","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","private","protected","public","register","reinterpret_cast","return","short","signed","sizeof","static","static_assert","static_cast","struct","switch","template","this","thread_local","throw","try","typedef","typeid","typename","union","unsigned","using","virtual","void","volatile","wchar_t","xor","xor_eq"]],[["token","Keyword.Reserved"]],[["token","Name.Variable"]]]]]]]]}],"scope":[{"kind":"mixin","state":"whitespace"},{"kind":"callback","re":"\n ((?-mix:(?:(?:[a-z_]\\s*(?:\\[[0-9, ]\\])?)\\s+)*)) # Return type\n ((?-mix:[a-zA-Z_][a-zA-Z0-9_]*)) # Function name\n (?=\\([^;]*?\\)) # Signature or arguments\n ","opts":6},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"bracket_scope"},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"parens_scope"},{"kind":"mixin","state":"statements"}],"bracket_scope":[{"kind":"mixin","state":"scope"},{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation","next":"pop!"}],"parens_scope":[{"kind":"mixin","state":"scope"},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Stata","start_push":[],"states":{"root":[{"kind":"tok","re":"^\\s*#.*$","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"^\\*!.*$","opts":0,"tok":"Comment.Hashbang","next":null},{"kind":"tok","re":"^\\s*\\*.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"^\\s*(do|run|include|clear|assert|set|mata|log|by|bys|bysort|cap|capt|capture|char|class|classutil|which|cdir|confirm|new|existence|creturn|_datasignature|discard|di|dis|disp|displ|displa|display|ereturn|error|_estimates|exit|file|open|read|write|seek|close|query|findfile|fvexpand|gettoken|java|home|heapmax|java_heapmax|icd9|icd9p|icd10|icd10cm|icd10pcs|initialize|javacall|levelsof|tempvar|tempname|tempfile|macro|shift|uniq|dups|retokenize|clean|sizeof|posof|makecns|matcproc|marksample|mark|markout|markin|svymarkout|matlist|accum|define|dissimilarity|eigenvalues|get|rowjoinbyname|rownames|score|svd|symeigen|dir|list|ren|rename|more|pause|plugin|call|postfile|_predict|preserve|restore|program|define|drop|end|python|qui|quietly|noi|noisily|_return|return|_rmcoll|rmsg|_robust|serset|locale_functions|locale_ui|signestimationsample|checkestimationsample|sleep|syntax|sysdir|adopath|adosize|tabdisp|timer|tokenize|trace|unab|unabcmd|varabbrev|version|viewsource|window|fopen|fsave|manage|menu|push|stopbox|net|from|cd|link|search|install|sj|stb|ado|update|uninstall|pwd|ssc|ls|using|insheet|outsheet|mkmat|svmat|sum|summ|summarize|graph|gr_edit|twoway|histogram|kdensity|spikeplot|mi|miss|missing|var|varname|order|compress|append|gen|gene|gener|genera|generat|generate|egen|replace|duplicates|estimates|nlcom|lincom|test|testnl|predict|suest|_regress|reg|regr|regre|regres|regress|probit|logit|ivregress|logistic|svy|gmm|ivprobit|ivtobit|bsample|assert|codebook|collapse|compare|contract|copy|count|cross|datasignature|d|ds|desc|describe|destring|tostring|drawnorm|edit|encode|decode|erase|expand|export|filefilter|fillin|format|frame|frget|frlink|gsort|import|dbase|delimited|excel|fred|haver|sas|sasxport5|sasxport8|spss|infile|infix|input|insobs|inspect|ipolate|isid|joinby|label|language|labelbook|lookfor|memory|mem|merge|mkdir|mvencode|notes|obs|odbc|order|outfile|pctile|xtile|_pctile|putmata|range|recast|recode|rename|group|reshape|rm|rmdir|sample|save|saveold|separate|shell|snapshot|sort|split|splitsample|stack|statsby|sysuse|type|unicode|use|varmanage|vl|webuse|xpose|zipfile|number|keep|tab|table|tabulate|stset|stcox|tsset|xtset)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"tok","re":"[\\n\\r]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/(\\\\\\n)?[*].*?[*](\\\\\\n)?/","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"`\"(\\\\.|.)*?\"'","opts":0,"tok":"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":null},{"kind":"tok","re":"(?<!\\w)\\$\\w+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\\%\\S+","opts":0,"tok":"Name.Property","next":null},{"kind":"tok","re":"\\bstr(204[0-5]|20[0-3][0-9]|[01][0-9][0-9][0-9]|[0-9][0-9][0-9]|[0-9][0-9]|[1-9])\\b","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"\\b(abbrev|abs|acos|acosh|age|age_frac|asin|asinh|atan|atan2|atanh|autocode|betaden|binomial|binomialp|binomialtail|binormal|birthday|bofd|byteorder|c|_caller|cauchy|cauchyden|cauchytail|Cdhms|ceil|char|chi2|chi2den|chi2tail|Chms|chop|cholesky|clip|Clock|clock|clockdiff|cloglog|Cmdyhms|Cofc|cofC|Cofd|cofd|coleqnumb|collatorlocale|collatorversion|colnfreeparms|colnumb|colsof|comb|cond|corr|cos|cosh|daily|date|datediff|datediff_frac|day|det|dgammapda|dgammapdada|dgammapdadx|dgammapdxdx|dhms|diag|diag0cnt|digamma|dofb|dofC|dofc|dofh|dofm|dofq|dofw|dofy|dow|doy|dunnettprob|e|el|epsdouble|epsfloat|exp|expm1|exponential|exponentialden|exponentialtail|F|Fden|fileexists|fileread|filereaderror|filewrite|float|floor|fmtwidth|frval|_frval|Ftail|fammaden|gammap|gammaptail|get|hadamard|halfyear|halfyearly|has_eprop|hh|hhC|hms|hofd|hours|hypergeometric|hypergeometricp|I|ibeta|ibetatail|igaussian|igaussianden|igaussiantail|indexnot|inlist|inrange|int|inv|invbinomial|invbinomialtail|invcauchy|invcauchytail|invchi2|invchi2tail|invcloglog|invdunnettprob|invexponential|invexponentialtail|invF|invFtail|invgammap|invgammaptail|invibeta|invibetatail|invigaussian|invigaussiantail|invlaplace|invlaplacetail|invlogistic|invlogistictail|invlogit|invnbinomial|invnbinomialtail|invnchi2|invnchi2tail|invnF|invnFtail|invnibeta|invnormal|invnt|invnttail|invpoisson|invpoissontail|invsym|invt|invttail|invtukeyprob|invweibull|invweibullph|invweibullphtail|invweibulltail|irecode|islepyear|issymmetric|J|laplace|laplaceden|laplacetail|ln|ln1m|ln1p|lncauchyden|lnfactorial|lngamma|lnigammaden|lnigaussianden|lniwishartden|lnlaplaceden|lnmvnormalden|lnnormal|lnnormalden|lnnormalden|lnnormalden|lnwishartden|log|log10|log1m|log1p|logistic|logisticden|logistictail|logit|matmissing|matrix|matuniform|max|maxbyte|maxdouble|maxfloat|maxint|maxlong|mdy|mdyhms|mi|min|minbyte|mindouble|minfloat|minint|minlong|minutes|missing|mm|mmC|mod|mofd|month|monthly|mreldif|msofhours|msofminutes|msofseconds|nbetaden|nbinomial|nbinomialp|nbinomialtail|nchi2|nchi2den|nchi2tail|nextbirthday|nextleapyear|nF|nFden|nFtail|nibeta|normal|normalden|npnchi2|npnF|npnt|nt|ntden|nttail|nullmat|plural|poisson|poissonp|poissontail|previousbirthday|previousleapyear|qofd|quarter|quarterly|r|rbeta|rbinomial|rcauchy|rchi2|recode|real|regexm|regexr|regexs|reldif|replay|return|rexponential|rgamma|rhypergeometric|rigaussian|rlaplace|rlogistic|rnormal|round|roweqnumb|rownfreeparms|rownumb|rowsof|rpoisson|rt|runiform|runiformint|rweibull|rweibullph|s|scalar|seconds|sign|sin|sinh|smallestdouble|soundex|soundex_nara|sqrt|ss|ssC|strcat|strdup|string|stritrim|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrpos|strrtrim|strtoname|strtrim|strupper|subinstr|subinword|substr|sum|sweep|t|tan|tanh|tC|tc|td|tden|th|tin|tm|tobytes|tq|trace|trigamma|trunc|ttail|tukeyprob|tw|twithin|uchar|udstrlen|udsubstr|uisdigit|uisletter|uniform|ustrcompare|ustrcompareex|ustrfix|ustrfrom|ustrinvalidcnt|ustrleft|ustrlen|ustrlower|ustrltrim|ustrnormalize|ustrpos|ustrregexm|ustrregexra|ustrregexrf|ustrregexs|ustrreverse|ustrright|ustrrpos|ustrrtrim|ustrsortkey|ustrsortkeyex|ustrtitle|ustrto|ustrtohex|ustrtoname|ustrtrim|ustrunescape|ustrupper|ustrword|ustrwordcount|usubinstr|usubstr|vec|vecdiag|week|weekly|weibull|weibullden|weibullph|weibullphden|weibullphtail|weibulltail|wofd|word|wordbreaklocale|wordcount|year|yearly|yh|ym|yofd|yq|yw)(?=\\()","opts":0,"tok":"Name.Function","next":null},{"kind":"tok","re":"\\.\\.(?=.*\\])","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[+-]?(\\d+([.]\\d+)?|[.]\\d+)([eE][+-]?\\d+)?","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"\\b[ICOicoLFDSlfds]\\w*\\.","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\b[ICOicoLFDSlfds]\\w*(?=\\(.*\\)\\.)","opts":0,"tok":"Operator","next":null},{"kind":"ir","re":"\\w+","opts":0,"ops":[["if",["gin",0,["if","else","foreach","forv","forva","forval","forvalu","forvalue","forvalues","to","while","in","of","continue","break","nobreak"]],[["token","Keyword.Reserved"]],[["if",["gin",0,["byte","int","long","float","double","str","strL","numeric","string","integer","scalar","matrix","local","global","numlist","varlist","newlist"]],[["token","Keyword.Type"]],[["token","Name"]]]]]]},{"kind":"tok","re":"[\\[\\]{}();,]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[-<>?*+'^/\\\\!#.=~:&|]","opts":0,"tok":"Operator","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::SuperCollider","start_push":[],"states":{"whitespace":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null}],"comments":[{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"actions","re":"/[*]","opts":0,"actions":[["token","Comment.Multiline"],["push","nested_comment"]]}],"nested_comment":[{"kind":"tok","re":"/[*]","opts":0,"tok":"Comment.Multiline","next":"nested_comment"},{"kind":"tok","re":"[*]/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[^*/]+","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":".","opts":0,"tok":"Comment.Multiline","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"mixin","state":"comments"},{"kind":"tok","re":"[\\-+]?0[xX]\\h+","opts":0,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"[\\-+]?\\d+r[0-9a-zA-Z]*(\\.[0-9A-Z]*)?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[\\-+]?((\\d+(\\.\\d+)?([eE][\\-+]?\\d+)?(pi)?)|pi)","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[\\-+]?\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\\$(\\\\.|.)","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"\"([^\\\\\"]|\\\\.)*\"","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"'([^\\\\']|\\\\.)*'","opts":0,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"\\\\\\w+","opts":0,"tok":"Literal.String.Other","next":null},{"kind":"tok","re":"[A-Za-z_]\\w*:","opts":0,"tok":"Name.Label","next":null},{"kind":"tok","re":"[A-Z]\\w*","opts":0,"tok":"Name.Class","next":null},{"kind":"tok","re":"_\\w+","opts":0,"tok":"Name.Function","next":null},{"kind":"ir","re":"[a-z]\\w*","opts":0,"ops":[["if",["gin",0,["var","arg","classvar","const","super","this"]],[["token","Keyword"]],[["if",["gin",0,["true","false","nil","inf","thisThread","thisMethod","thisFunction","thisProcess","thisFunctionDef","currentEnvironment","topEnvironment"]],[["token","Keyword.Constant"]],[["if",["gin",0,["case","do","for","forBy","loop","if","while","new","newCopyArgs"]],[["token","Keyword.Reserved"]],[["token","Name"]]]]]]]]},{"kind":"tok","re":"~\\w+","opts":0,"tok":"Name.Variable.Global","next":null},{"kind":"tok","re":"[\\{\\}()\\[\\];,\\.]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[\\+\\-\\*/&\\|%<>=]+","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[\\^:#]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\\b_\\b","opts":0,"tok":"Name.Builtin","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::Svelte","start_push":[],"states":{"tag":[{"kind":"actions","re":"(\\{)\\s*([a-zA-Z0-9_]+)\\s*(})","opts":4,"actions":[["groups",["Literal.String.Interpol","Name.Variable","Literal.String.Interpol"]],["pop",1]]},{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[\\p{L}:_\\[\\]()*.-][\\p{Word}\\p{Cf}:.·\\[\\]()*-]*\\s*=\\s*","opts":20,"tok":"Name.Attribute","next":"attr"},{"kind":"tok","re":"[\\p{L}:_*#-][\\p{Word}\\p{Cf}:.·*#-]*","opts":16,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"/?\\s*>","opts":4,"tok":"Name.Tag","next":"pop!"}],"attr":[{"kind":"actions","re":"\\{","opts":0,"actions":[["token","Literal.String.Interpol"],["pop",1],["push","template"]]},{"kind":"actions","re":"\"","opts":0,"actions":[["token","Literal.String"],["goto","dq"]]},{"kind":"actions","re":"'","opts":0,"actions":[["token","Literal.String"],["goto","sq"]]},{"kind":"tok","re":"[^\\s>]+","opts":0,"tok":"Literal.String","next":"pop!"}],"dq":[{"kind":"mixin","state":"template_start"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^\"]+","opts":0,"tok":"Literal.String","next":null}],"sq":[{"kind":"mixin","state":"template_start"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^']+","opts":0,"tok":"Literal.String","next":null}],"root":[{"kind":"actions","re":"([^<&{]*)(\\{)(\\s*)","opts":0,"actions":[["groups",["Text","Literal.String.Interpol","Text"]],["push","template"]]},{"kind":"tok","re":"[^<&]+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"&\\S*?;","opts":0,"tok":"Name.Entity","next":null},{"kind":"tok","re":"<!DOCTYPE .*?>","opts":5,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<!\\[CDATA\\[.*?\\]\\]>","opts":4,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"<!--","opts":0,"tok":"Comment","next":"comment"},{"kind":"tok","re":"<\\?.*?\\?>","opts":4,"tok":"Comment.Preproc","next":null},{"kind":"callback","re":"<\\s*script\\s*","opts":4},{"kind":"callback","re":"<\\s*style\\s*","opts":4},{"kind":"tok","re":"</","opts":0,"tok":"Name.Tag","next":"tag_end"},{"kind":"tok","re":"<","opts":0,"tok":"Name.Tag","next":"tag_start"},{"kind":"tok","re":"<\\s*[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*","opts":16,"tok":"Name.Tag","next":"tag"},{"kind":"tok","re":"<\\s*/\\s*[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*\\s*>","opts":16,"tok":"Name.Tag","next":null}],"template_start":[{"kind":"tok","re":"\\s*\\{\\s*","opts":0,"tok":"Literal.String.Interpol","next":"template"}],"template":[{"kind":"tok","re":"}","opts":0,"tok":"Literal.String.Interpol","next":"pop!"},{"kind":"callback","re":"(?<=^|[^\\\\])\\{+.*?(?<=^|[^\\\\])\\}+","opts":0},{"kind":"tok","re":"@(debug|html)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"callback","re":"(#await)(.*)(then|catch)(\\s+)(\\w+)","opts":0},{"kind":"tok","re":"([#/])(await|each|if|key)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":"(:else)(\\s+)(if)?\\b","opts":0,"actions":[["groups",["Keyword","Text","Keyword"]]]},{"kind":"tok","re":":?(catch|then)\\b","opts":0,"tok":"Keyword","next":null},{"kind":"callback","re":"[^{}]+","opts":0}],"tag_end":[{"kind":"mixin","state":"tag_end_end"},{"kind":"actions","re":"[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*","opts":16,"actions":[["token","Name.Tag"],["goto","tag_end_end"]]}],"tag_end_end":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":">","opts":0,"tok":"Name.Tag","next":"pop!"}],"tag_start":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"actions","re":"[\\p{L}:_-][\\p{Word}\\p{Cf}:.·-]*","opts":16,"actions":[["token","Name.Tag"],["goto","tag"]]},{"kind":"actions","re":"","opts":0,"actions":[["goto","tag"]]}],"comment":[{"kind":"tok","re":"[^-]+","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"-->","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":"-","opts":0,"tok":"Comment","next":null}],"script_content":[{"kind":"callback","re":"[^<]+","opts":0},{"kind":"tok","re":"<\\s*/\\s*script\\s*>","opts":4,"tok":"Name.Tag","next":"pop!"},{"kind":"callback","re":"<","opts":0}],"style_content":[{"kind":"callback","re":"[^<]+","opts":0},{"kind":"tok","re":"<\\s*/\\s*style\\s*>","opts":4,"tok":"Name.Tag","next":"pop!"},{"kind":"callback","re":"<","opts":0}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Swift","start_push":["bol"],"states":{"bol":[{"kind":"tok","re":"#(?![#\"/]).*","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"mixin","state":"inline_whitespace"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"inline_whitespace":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"mixin","state":"has_comments"}],"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"}],"has_comments":[{"kind":"tok","re":"/[*]","opts":0,"tok":"Comment.Multiline","next":"nested_comment"}],"nested_comment":[{"kind":"mixin","state":"has_comments"},{"kind":"tok","re":"[*]/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[^*/]+","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":".","opts":0,"tok":"Comment.Multiline","next":null}],"root":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"\\$(([1-9]\\d*)?\\d)","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"\\$(?-mix:(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*)","opts":16,"tok":"Name","next":null},{"kind":"tok","re":"~Copyable\\b","opts":0,"tok":"Keyword.Type","next":null},{"kind":"tok","re":"[()\\[\\]{}:;,?\\\\]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"(#*)/(?!\\s).*(?<![\\s\\\\])/\\1","opts":0,"tok":"Literal.String.Regex","next":null},{"kind":"tok","re":"[-/=+*%<>!&|^.~]+","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"@?\"","opts":0,"tok":"Literal.String","next":"dq"},{"kind":"tok","re":"'(\\\\.|.)'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"(\\d+(?:_\\d+)*\\*|(?:\\d+(?:_\\d+)*)*\\.\\d+(?:_\\d)*)(e[+-]?\\d+(?:_\\d)*)?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"\\d+e[+-]?[0-9]+","opts":1,"tok":"Literal.Number.Float","next":null},{"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]+)*((\\.[0-9A-F]+(?:_[0-9A-F]+)*)?p[+-]?\\d+)?","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+)*","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"@(?-mix:(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*)","opts":16,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"#(?-mix:(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*)","opts":16,"tok":"Keyword","next":null},{"kind":"ir","re":"(private|internal)(\\([ ]*)(\\w+)([ ]*\\))","opts":0,"ops":[["if",["geq",3,"set"],[["token","Keyword.Declaration"]],[["groups",["Keyword.Declaration","Keyword.Declaration","Error","Keyword.Declaration"]]]]]},{"kind":"ir","re":"(unowned\\([ ]*)(\\w+)([ ]*\\))","opts":0,"ops":[["if",["or",["geq",2,"safe"],["geq",2,"unsafe"]],[["token","Keyword.Declaration"]],[["groups",["Keyword.Declaration","Error","Keyword.Declaration"]]]]]},{"kind":"actions","re":"(let|var)\\b(\\s*)((?-mix:(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*))","opts":16,"actions":[["groups",["Keyword","Text","Name.Variable"]]]},{"kind":"actions","re":"(let|var)\\b(\\s*)([(])","opts":0,"actions":[["groups",["Keyword","Text","Punctuation"]],["push","tuple"]]},{"kind":"ir","re":"(?!\\b(if|while|for|private|internal|unowned|switch|case)\\b)\\b(?-mix:(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*)(?=(\\?|!)?\\s*[(])","opts":16,"ops":[["if",["gmatch",0,"^[[:upper:]]",0],[["token","Keyword.Type"]],[["token","Name.Function"]]]]},{"kind":"tok","re":"as[?!]?(?=\\s)","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"try[!]?(?=\\s)","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":"(#?(?!default)(?![[:upper:]])(?-mix:(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*))(\\s*)(:)","opts":16,"actions":[["groups",["Name.Variable","Text","Punctuation"]]]},{"kind":"callback","re":"(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*","opts":16},{"kind":"actions","re":"(`)((?-mix:(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*))(`)","opts":16,"actions":[["groups",["Punctuation","Name.Variable","Punctuation"]]]},{"kind":"ir","re":"(#+)/\\n","opts":0,"ops":[["iset","re_delim",["g",1]],["token","Literal.String.Regex"],["push","re_multi"]]}],"tuple":[{"kind":"tok","re":"((?-mix:(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*))","opts":16,"tok":"Name.Variable","next":null},{"kind":"actions","re":"(`)((?-mix:(?-mix:_|(?!\\p{Mc})\\p{Alpha}|[^\\u0000-\\uFFFF])(?-mix:[\\p{Alnum}_]|[^\\u0000-\\uFFFF])*))(`)","opts":16,"actions":[["groups",["Punctuation","Name.Variable","Punctuation"]]]},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[(]","opts":0,"tok":"Punctuation","next":"push"},{"kind":"tok","re":"[)]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"inline_whitespace"}],"dq":[{"kind":"tok","re":"\\\\[\\\\0tnr'\"]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\[(]","opts":0,"tok":"Literal.String.Escape","next":"interp"},{"kind":"tok","re":"\\\\u\\{\\h{1,8}\\}","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\"\"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"}],"interp":[{"kind":"tok","re":"[(]","opts":0,"tok":"Punctuation","next":"interp_inner"},{"kind":"tok","re":"[)]","opts":0,"tok":"Literal.String.Escape","next":"pop!"},{"kind":"mixin","state":"root"}],"interp_inner":[{"kind":"tok","re":"[(]","opts":0,"tok":"Punctuation","next":"push"},{"kind":"tok","re":"[)]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"re_multi":[{"kind":"callback","re":"^\\s*/#+","opts":0},{"kind":"tok","re":"#.*","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":".","opts":4,"tok":"Literal.String.Regex","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::SystemD","start_push":[],"states":{"root":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"[;#].*","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"\\[.*?\\]$","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":"(.*?)(=)(.*)(\\\\\\n)","opts":0,"actions":[["groups",["Name.Tag","Punctuation","Text","Literal.String.Escape"]],["push","continuation"]]},{"kind":"actions","re":"(.*?)(=)(.*)","opts":0,"actions":[["groups",["Name.Tag","Punctuation","Text"]]]}],"continuation":[{"kind":"actions","re":"(.*?)(\\\\\\n)","opts":0,"actions":[["groups",["Text","Literal.String.Escape"]]]},{"kind":"tok","re":"(.*)'?","opts":0,"tok":"Text","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::Syzlang","start_push":[],"states":{"inline_break":[{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"space_break":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"mixin_name":[{"kind":"tok","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"tok":"Name","next":null}],"mixin_number":[{"kind":"tok","re":"-?0x[\\da-f]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"-?\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"'[^']?'","opts":0,"tok":"Literal.String.Char","next":null}],"mixin_string":[{"kind":"tok","re":"\"[^\"]*\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"`[^`]*`","opts":0,"tok":"Literal.String.Backtick","next":null}],"mixin_term":[{"kind":"mixin","state":"mixin_number"},{"kind":"mixin","state":"mixin_string"},{"kind":"ir","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"ops":[["if",["gin",0,["align","breaks_returns","dec","define","disabled","hex","ignore_return","in","incdir","include","inet","inout","oct","opt","out","packed","parent","prog_timeout","pseudo","resource","size","syscall","timeout","type","varlen"]],[["token","Keyword"]],[["if",["gin",0,["array","bitsize","bool16","bool32","bool64","bool8","boolptr","buffer","bytesize","bytesize2","bytesize4","bytesize8","const","csum","filename","fileoff","flags","fmt","int16","int16be","int32","int32be","int64","int64be","int8","int8be","intptr","len","offsetof","optional","proc","ptr","ptr64","string","stringnoz","text","vma","vma64","void"]],[["token","Keyword.Type"]],[["token","Name"]]]]]]},{"kind":"tok","re":":","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\$","opts":0,"tok":"Name","next":null}],"term_list":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"mixin","state":"mixin_term"},{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":"term_list"},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[\\]\\)]","opts":0,"tok":"Punctuation","next":"pop!"}],"arg_type":[{"kind":"mixin","state":"mixin_term"},{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":"term_list"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"include":[{"kind":"actions","re":"(<)([^>]+)(>)","opts":0,"actions":[["groups",["Punctuation","Literal.String","Punctuation"]]]},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"define_name":[{"kind":"mixin","state":"mixin_name"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"define_exp":[{"kind":"mixin","state":"mixin_name"},{"kind":"mixin","state":"mixin_number"},{"kind":"mixin","state":"mixin_string"},{"kind":"tok","re":"[~!%\\^&\\*\\-\\+/\\|<>\\?:]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[\\(\\){}\\[\\];,]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"resource_name":[{"kind":"mixin","state":"mixin_name"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"resource_type":[{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":"arg_type"},{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation","next":"pop!"}],"resource_values":[{"kind":"actions","re":":","opts":0,"actions":[["token","Punctuation"],["push","resource_values_list"],["push","space_break"]]},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"resource_values_list":[{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text","next":null},{"kind":"mixin","state":"mixin_name"},{"kind":"mixin","state":"mixin_number"},{"kind":"mixin","state":"mixin_string"},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":"space_break"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"flags_list":[{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\.","opts":0,"tok":"Punctuation","next":null},{"kind":"mixin","state":"mixin_name"},{"kind":"mixin","state":"mixin_number"},{"kind":"mixin","state":"mixin_string"},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":"space_break"},{"kind":"tok","re":"","opts":0,"tok":"Punctuation","next":"pop!"}],"syscall_args":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"\\.","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"actions":[["token","Name"],["push","arg_type"],["push","space_break"]]},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}],"syscall_retval":[{"kind":"mixin","state":"mixin_name"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"syscall_mods":[{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"term_list"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"struct_fields":[{"kind":"actions","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"actions":[["token","Name"],["push","space_break"],["push","struct_field_mods"],["push","inline_break"],["push","arg_type"],["push","space_break"]]},{"kind":"tok","re":"[}\\]]","opts":0,"tok":"Punctuation","next":"pop!"}],"struct_field_mods":[{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"term_list"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"struct_mods":[{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":"term_list"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"type_name":[{"kind":"mixin","state":"mixin_name"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"type_args":[{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":"type_args_list"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"type_args_list":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"mixin","state":"mixin_name"},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation","next":"pop!"}],"type_body":[{"kind":"actions","re":"[{\\[]","opts":0,"actions":[["token","Punctuation"],["pop",1],["push","space_break"],["push","struct_mods"],["push","inline_break"],["push","struct_fields"],["push","space_break"]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1],["push","arg_type"]]}],"root":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"actions","re":"(include|incdir)","opts":0,"actions":[["token","Keyword"],["push","include"],["push","space_break"]]},{"kind":"actions","re":"define","opts":0,"actions":[["token","Keyword"],["push","define_exp"],["push","space_break"],["push","define_name"],["push","space_break"]]},{"kind":"actions","re":"resource","opts":0,"actions":[["token","Keyword"],["push","resource_values"],["push","inline_break"],["push","resource_type"],["push","inline_break"],["push","resource_name"],["push","space_break"]]},{"kind":"ir","re":"((?-mix:[a-zA-Z_][a-zA-Z0-9_]*)|_)((?-mix:\\s+))(=)","opts":0,"ops":[["if",["geq",1,"_"],[["groups",["Keyword","Text","Punctuation"]]],[["groups",["Name","Text","Punctuation"]]]],["push","flags_list"],["push","space_break"]]},{"kind":"actions","re":"((?-mix:[a-zA-Z_][a-zA-Z0-9_]*))(\\$)?((?-mix:[a-zA-Z0-9_]+))?((?-mix:\\s+))?(\\()","opts":0,"actions":[["groups",["Name.Function","Punctuation","Name.Function.Magic","Text","Punctuation"]],["push","syscall_mods"],["push","inline_break"],["push","syscall_retval"],["push","inline_break"],["push","syscall_args"],["push","space_break"]]},{"kind":"actions","re":"((?-mix:[a-zA-Z_][a-zA-Z0-9_]*)|(?-mix:[a-zA-Z_][a-zA-Z0-9_]*)\\$(?-mix:[a-zA-Z0-9_]+))((?-mix:\\s+))?([{\\[])","opts":0,"actions":[["groups",["Name","Text","Punctuation"]],["push","inline_break"],["push","struct_mods"],["push","inline_break"],["push","struct_fields"],["push","space_break"]]},{"kind":"actions","re":"type","opts":0,"actions":[["token","Keyword"],["push","type_body"],["push","space_break"],["push","type_args"],["push","type_name"],["push","space_break"]]}]},"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::Syzprog","start_push":[],"states":{"inline_break":[{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"eol_break":[{"kind":"tok","re":"[\\n\\r]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"space_break":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"mixin_number":[{"kind":"tok","re":"-?0x[\\da-f]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"-?\\d+","opts":0,"tok":"Literal.Number.Integer","next":null}],"mixin_string":[{"kind":"tok","re":"\"[^\"]*\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"`[^`]*`","opts":0,"tok":"Literal.String.Backtick","next":null},{"kind":"tok","re":"'[^']*'","opts":0,"tok":"Literal.String.Single","next":null}],"mixin_term":[{"kind":"mixin","state":"mixin_number"},{"kind":"mixin","state":"mixin_string"},{"kind":"tok","re":"(?-mix:r[0-9]+)","opts":0,"tok":"Keyword.Pseudo","next":null},{"kind":"ir","re":"[a-zA-Z_][a-zA-Z0-9_]*","opts":0,"ops":[["if",["gin",0,["ANY","ANYBLOB","ANYPTR","ANYPTR64","ANYPTRS","ANYRES16","ANYRES32","ANYRES64","ANYRESDEC","ANYRESHEX","ANYRESOCT","ANYUNION","AUTO","false","nil","true","void","async","fail_nth","rerun"]],[["token","Keyword"]],[["token","Name"]]]]}],"mods_list":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"mixin","state":"mixin_term"},{"kind":"tok","re":"[,:]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}],"syscall_mods":[{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"mods_list"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"syscall_args":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"mixin","state":"mixin_term"},{"kind":"mixin","state":"mixin_number"},{"kind":"mixin","state":"mixin_string"},{"kind":"tok","re":"[@&=,<>{}\\[\\]]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[!#\\$%\\^\\*\\-\\+/\\|~:;.\\?]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"syscall_args"},{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"}],"root":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment","next":null},{"kind":"actions","re":"((?-mix:r[0-9]+))((?-mix:\\s+))(=)","opts":0,"actions":[["groups",["Keyword.Pseudo","Text","Punctuation"]]]},{"kind":"actions","re":"((?-mix:[a-zA-Z_][a-zA-Z0-9_]*))(\\$)?((?-mix:[a-zA-Z0-9_]+))?((?-mix:\\s+))?(\\()","opts":0,"actions":[["groups",["Name.Function","Punctuation","Name.Function.Magic","Text","Punctuation"]],["push","syscall_mods"],["push","inline_break"],["push","syscall_args"],["push","space_break"]]}]},"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::Tap","start_push":[],"states":{"root":[{"kind":"tok","re":"^TAP version \\d+\\n","opts":0,"tok":"Name.Namespace","next":null},{"kind":"tok","re":"^1\\.\\.\\d+","opts":0,"tok":"Keyword.Declaration","next":"plan"},{"kind":"actions","re":"^(not ok)([^\\S\\n]*)(\\d*)","opts":0,"actions":[["groups",["Generic.Error","Text","Literal.Number.Integer"]],["push","test"]]},{"kind":"actions","re":"^(ok)([^\\S\\n]*)(\\d*)","opts":0,"actions":[["groups",["Keyword.Reserved","Text","Literal.Number.Integer"]],["push","test"]]},{"kind":"tok","re":"^#.*\\n","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"^Bail out!.*\\n","opts":0,"tok":"Generic.Error","next":null},{"kind":"tok","re":"^.*\\n","opts":0,"tok":"Text","next":null}],"plan":[{"kind":"tok","re":"[^\\S\\n]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#","opts":0,"tok":"Comment","next":"directive"},{"kind":"tok","re":"\\n","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":".*\\n","opts":0,"tok":"Generic.Error","next":"pop!"}],"test":[{"kind":"tok","re":"[^\\S\\n]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#","opts":0,"tok":"Comment","next":"directive"},{"kind":"tok","re":"\\S+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"pop!"}],"directive":[{"kind":"tok","re":"[^\\S\\n]+","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"(?i)\\bTODO\\b","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"(?i)\\bSKIP\\S*","opts":0,"tok":"Comment.Preproc","next":null},{"kind":"tok","re":"\\S+","opts":0,"tok":"Comment","next":null},{"kind":"actions","re":"\\n","opts":0,"actions":[["token","Comment"],["pop",2]]}]},"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::TCL","start_push":[],"states":{"word":[{"kind":"tok","re":"\\{\\*\\}","opts":0,"tok":"Keyword","next":null},{"kind":"mixin","state":"brace_abort"},{"kind":"mixin","state":"interp"},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":"brace"},{"kind":"tok","re":"\\(","opts":0,"tok":"Punctuation","next":"paren"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"string"},{"kind":"tok","re":"(?-mix:[^\\)\\]\\};\\n\\r\\t\\v])+?(?=(?-mix:[\\(\\[\\{\"\\\\]))","opts":0,"tok":"Text","next":null}],"brace_abort":[{"kind":"callback","re":"}","opts":0}],"params":[{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"\\n","opts":0,"tok":"Text","next":"pop!"},{"kind":"tok","re":"else|elseif|then","opts":0,"tok":"Keyword","next":null},{"kind":"mixin","state":"word"},{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":"(?-mix:[^\\)\\]\\};\\n\\r\\t\\v])+","opts":0,"tok":"Text","next":null}],"command_in_brace":[{"kind":"tok","re":"#","opts":0,"tok":"Comment","next":"comment"},{"kind":"mixin","state":"word"},{"kind":"actions","re":"(?=(?-mix:[\\)\\]\\};\\n\\r\\t\\v]))","opts":0,"actions":[["push","params_in_brace"]]},{"kind":"wordlist","re":"(?-mix:[^\\)\\]\\};\\n\\r\\t\\v])+","opts":0,"sets":[["Keyword",["after","apply","array","break","catch","continue","elseif","else","error","eval","expr","for","foreach","global","if","namespace","proc","rename","return","set","switch","then","trace","unset","update","uplevel","upvar","variable","vwait","while"]],["Name.Builtin",["append","bgerror","binary","cd","chan","clock","close","concat","dde","dict","encoding","eof","exec","exit","fblocked","fconfigure","fcopy","file","fileevent","flush","format","gets","glob","history","http","incr","info","interp","join","lappend","lassign","lindex","linsert","list","llength","load","loadTk","lrange","lrepeat","lreplace","lreverse","lsearch","lset","lsort","mathfunc","mathop","memory","msgcat","open","package","pid","pkg::create","pkg_mkIndex","platform","platform::shell","puts","pwd","re_syntax","read","refchan","regexp","registry","regsub","scan","seek","socket","source","split","string","subst","tell","time","tm","unknown","unload"]]],"default":"Text"},{"kind":"mixin","state":"whitespace"}],"params_in_brace":[{"kind":"actions","re":"\\}","opts":0,"actions":[["token","Punctuation"],["pop",2]]},{"kind":"tok","re":"[\\)\\]\\}]","opts":0,"tok":"Text","next":null},{"kind":"mixin","state":"params"}],"brace":[{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"command_in_brace"}],"command_in_paren":[{"kind":"tok","re":"#","opts":0,"tok":"Comment","next":"comment"},{"kind":"mixin","state":"word"},{"kind":"actions","re":"(?=(?-mix:[\\)\\]\\};\\n\\r\\t\\v]))","opts":0,"actions":[["push","params_in_paren"]]},{"kind":"wordlist","re":"(?-mix:[^\\)\\]\\};\\n\\r\\t\\v])+","opts":0,"sets":[["Keyword",["after","apply","array","break","catch","continue","elseif","else","error","eval","expr","for","foreach","global","if","namespace","proc","rename","return","set","switch","then","trace","unset","update","uplevel","upvar","variable","vwait","while"]],["Name.Builtin",["append","bgerror","binary","cd","chan","clock","close","concat","dde","dict","encoding","eof","exec","exit","fblocked","fconfigure","fcopy","file","fileevent","flush","format","gets","glob","history","http","incr","info","interp","join","lappend","lassign","lindex","linsert","list","llength","load","loadTk","lrange","lrepeat","lreplace","lreverse","lsearch","lset","lsort","mathfunc","mathop","memory","msgcat","open","package","pid","pkg::create","pkg_mkIndex","platform","platform::shell","puts","pwd","re_syntax","read","refchan","regexp","registry","regsub","scan","seek","socket","source","split","string","subst","tell","time","tm","unknown","unload"]]],"default":"Text"},{"kind":"mixin","state":"whitespace"}],"params_in_paren":[{"kind":"actions","re":"\\)","opts":0,"actions":[["token","Punctuation"],["pop",2]]},{"kind":"tok","re":"[\\)\\]\\}]","opts":0,"tok":"Error","next":null},{"kind":"mixin","state":"params"}],"paren":[{"kind":"tok","re":"\\)","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"command_in_paren"}],"command_in_bracket":[{"kind":"tok","re":"#","opts":0,"tok":"Comment","next":"comment"},{"kind":"mixin","state":"word"},{"kind":"actions","re":"(?=(?-mix:[\\)\\]\\};\\n\\r\\t\\v]))","opts":0,"actions":[["push","params_in_bracket"]]},{"kind":"wordlist","re":"(?-mix:[^\\)\\]\\};\\n\\r\\t\\v])+","opts":0,"sets":[["Keyword",["after","apply","array","break","catch","continue","elseif","else","error","eval","expr","for","foreach","global","if","namespace","proc","rename","return","set","switch","then","trace","unset","update","uplevel","upvar","variable","vwait","while"]],["Name.Builtin",["append","bgerror","binary","cd","chan","clock","close","concat","dde","dict","encoding","eof","exec","exit","fblocked","fconfigure","fcopy","file","fileevent","flush","format","gets","glob","history","http","incr","info","interp","join","lappend","lassign","lindex","linsert","list","llength","load","loadTk","lrange","lrepeat","lreplace","lreverse","lsearch","lset","lsort","mathfunc","mathop","memory","msgcat","open","package","pid","pkg::create","pkg_mkIndex","platform","platform::shell","puts","pwd","re_syntax","read","refchan","regexp","registry","regsub","scan","seek","socket","source","split","string","subst","tell","time","tm","unknown","unload"]]],"default":"Text"},{"kind":"mixin","state":"whitespace"}],"params_in_bracket":[{"kind":"actions","re":"\\]","opts":0,"actions":[["token","Punctuation"],["pop",2]]},{"kind":"tok","re":"[\\)\\]\\}]","opts":0,"tok":"Error","next":null},{"kind":"mixin","state":"params"}],"bracket":[{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"command_in_bracket"}],"command":[{"kind":"tok","re":"#","opts":0,"tok":"Comment","next":"comment"},{"kind":"mixin","state":"word"},{"kind":"actions","re":"(?=(?-mix:[\\)\\]\\};\\n\\r\\t\\v]))","opts":0,"actions":[["push","params"]]},{"kind":"wordlist","re":"(?-mix:[^\\)\\]\\};\\n\\r\\t\\v])+","opts":0,"sets":[["Keyword",["after","apply","array","break","catch","continue","elseif","else","error","eval","expr","for","foreach","global","if","namespace","proc","rename","return","set","switch","then","trace","unset","update","uplevel","upvar","variable","vwait","while"]],["Name.Builtin",["append","bgerror","binary","cd","chan","clock","close","concat","dde","dict","encoding","eof","exec","exit","fblocked","fconfigure","fcopy","file","fileevent","flush","format","gets","glob","history","http","incr","info","interp","join","lappend","lassign","lindex","linsert","list","llength","load","loadTk","lrange","lrepeat","lreplace","lreverse","lsearch","lset","lsort","mathfunc","mathop","memory","msgcat","open","package","pid","pkg::create","pkg_mkIndex","platform","platform::shell","puts","pwd","re_syntax","read","refchan","regexp","registry","regsub","scan","seek","socket","source","split","string","subst","tell","time","tm","unknown","unload"]]],"default":"Text"},{"kind":"mixin","state":"whitespace"}],"root":[{"kind":"mixin","state":"command"}],"whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null}],"interp":[{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":"bracket"},{"kind":"tok","re":"\\$[a-z0-9.:-]+","opts":0,"tok":"Name.Variable","next":null},{"kind":"tok","re":"\\$\\{.*?\\}","opts":4,"tok":"Name.Variable","next":null},{"kind":"tok","re":"\\$","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\\\[0-7]{3}","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\x[0-9a-f]{2}","opts":1,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\u[0-9a-f]{4}","opts":1,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"\\\\.","opts":4,"tok":"Literal.String.Escape","next":null}],"comment":[{"kind":"tok","re":".*[^\\\\]\\n","opts":0,"tok":"Comment","next":"pop!"},{"kind":"tok","re":".*\\\\\\n","opts":0,"tok":"Comment","next":null}],"string":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"},{"kind":"mixin","state":"interp"},{"kind":"tok","re":"[^\\\\\\[\\$\"{}]+","opts":4,"tok":"Literal.String.Double","next":null},{"kind":"actions","re":"{","opts":0,"actions":[["token","Literal.String.Double"]]},{"kind":"callback","re":"}","opts":0}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Terraform","start_push":[],"states":{"strings":[{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"(\\$[\\$]+|%[%]+)(\\{)","opts":0,"tok":"Literal.String","next":null},{"kind":"actions","re":"\\$\\{","opts":0,"actions":[["token","Punctuation"],["push","interpolation"]]}],"dq":[{"kind":"tok","re":"[^\\\\\"\\$]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"mixin","state":"strings"},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"pop!"}],"sq":[{"kind":"tok","re":"[^\\\\'\\$]+","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"mixin","state":"strings"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"pop!"}],"heredoc":[{"kind":"tok","re":"\\n","opts":0,"tok":"Literal.String.Heredoc","next":"heredoc_nl"},{"kind":"tok","re":"[^$\\n]+","opts":0,"tok":"Literal.String.Heredoc","next":null},{"kind":"tok","re":"[$]","opts":0,"tok":"Literal.String.Heredoc","next":null},{"kind":"mixin","state":"strings"}],"interpolation":[{"kind":"actions","re":"\\}","opts":0,"actions":[["token","Punctuation"],["pop",1]]},{"kind":"mixin","state":"expression"}],"regexps":[{"kind":"actions","re":"\"/","opts":0,"actions":[["token","Literal.String.Delimiter"],["goto","regexp_inner"]]}],"regexp_inner":[{"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.Delimiter","next":"pop!"},{"kind":"tok","re":"[\"/]","opts":0,"tok":"Literal.String.Regex","next":null}],"expression":[{"kind":"mixin","state":"regexps"},{"kind":"mixin","state":"primitives"},{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\+\\+ | -- | ~ | && | \\|\\| | \\\\(?=\\n) | << | >>>? | == | != ","opts":2,"tok":"Operator","next":null},{"kind":"tok","re":"[-<>+*%&|\\^/!=?:]=?","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[(\\[,]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[)\\].]","opts":0,"tok":"Punctuation","next":null},{"kind":"callback","re":"[$a-z_\\-][a-z0-9_\\-]*","opts":1}],"multiline_comment":[{"kind":"tok","re":"[*]/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[^*/]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"[*/]","opts":0,"tok":"Comment.Multiline","next":null}],"comments_and_whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"#.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/[*]","opts":0,"tok":"Comment.Multiline","next":"multiline_comment"}],"primitives":[{"kind":"tok","re":"[0-9][0-9]*\\.[0-9]+([eE][0-9]+)?[fd]?([kKmMgG]b?)?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[0-9]+([kKmMgG]b?)?","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[-+*/!%&<>|=:?]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Double","next":"dq"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Single","next":"sq"},{"kind":"callback","re":"(<<-?)(\\s*)(\\'?)(\\\\?)(\\w+)(\\3)","opts":0}],"root":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"mixin","state":"primitives"},{"kind":"actions","re":"\\{","opts":0,"actions":[["token","Punctuation"],["push","hash"]]},{"kind":"actions","re":"\\[","opts":0,"actions":[["token","Punctuation"],["push","array"]]},{"kind":"callback","re":"[$a-z_\\-][a-z0-9_\\-]*","opts":1}],"composite":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"[{]","opts":0,"actions":[["token","Punctuation"],["pop",1],["push","hash"]]},{"kind":"actions","re":"[\\[]","opts":0,"actions":[["token","Punctuation"],["pop",1],["push","array"]]},{"kind":"mixin","state":"root"},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"hash":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"tok","re":"[.,()\\\\/*]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\=","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"array":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"tok","re":"[.,()\\\\/*]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}],"heredoc_nl":[{"kind":"callback","re":"\\s*(\\w+)\\s*\\n","opts":0},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::TeX","start_push":[],"states":{"general":[{"kind":"tok","re":"%.*$","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"[{}&_^]","opts":0,"tok":"Punctuation","next":null}],"root":[{"kind":"tok","re":"\\\\\\[","opts":0,"tok":"Punctuation","next":"displaymath"},{"kind":"tok","re":"\\\\\\(","opts":0,"tok":"Punctuation","next":"inlinemath"},{"kind":"tok","re":"\\$\\$","opts":0,"tok":"Punctuation","next":"displaymath"},{"kind":"tok","re":"\\$","opts":0,"tok":"Punctuation","next":"inlinemath"},{"kind":"tok","re":"\\\\(begin|end)\\{.*?\\}","opts":0,"tok":"Name.Tag","next":null},{"kind":"actions","re":"(\\\\verb)\\b(\\S)(.*?)(\\2)","opts":0,"actions":[["groups",["Name.Builtin","Keyword.Pseudo","Literal.String.Other","Keyword.Pseudo"]]]},{"kind":"tok","re":"\\\\([a-z]+|\\s+|.)","opts":1,"tok":"Keyword","next":"command"},{"kind":"mixin","state":"general"},{"kind":"tok","re":"[^\\\\$%&_^{}]+","opts":0,"tok":"Text","next":null}],"math":[{"kind":"tok","re":"\\\\([a-z]+|\\s+|.)","opts":1,"tok":"Name.Variable","next":null},{"kind":"mixin","state":"general"},{"kind":"tok","re":"[0-9]+","opts":0,"tok":"Literal.Number","next":null},{"kind":"tok","re":"[-=!+*/()\\[\\]]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[^=!+*/()\\[\\]\\\\$%&_^{}0-9-]+","opts":0,"tok":"Name.Builtin","next":null}],"inlinemath":[{"kind":"tok","re":"\\\\\\)","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"\\$","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"math"}],"displaymath":[{"kind":"tok","re":"\\\\\\]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"\\$\\$","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"\\$","opts":0,"tok":"Name.Builtin","next":null},{"kind":"mixin","state":"math"}],"command":[{"kind":"tok","re":"\\[.*?\\]","opts":0,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"\\*","opts":0,"tok":"Keyword","next":null},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::Thrift","start_push":[],"states":{"comments_and_whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"//.*$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/\\*","opts":0,"tok":"Comment.Multiline","next":"comment"}],"comment":[{"kind":"tok","re":"[^*]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"\\*+/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"\\*+","opts":0,"tok":"Comment.Multiline","next":null}],"namespace_scope":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"\\*","opts":0,"actions":[["token","Punctuation"],["goto","namespace_name"]]},{"kind":"actions","re":"[a-zA-Z_][a-zA-Z0-9_]*(?:\\.[a-zA-Z0-9_]+)*","opts":0,"actions":[["token","Keyword.Namespace"],["goto","namespace_name"]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"namespace_name":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"[a-zA-Z_][a-zA-Z0-9_.-]*","opts":0,"actions":[["token","Name.Namespace"],["pop",1]]},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"root":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"(namespace)(\\s+)","opts":0,"actions":[["groups",["Keyword.Declaration","Text"]],["push","namespace_scope"]]},{"kind":"actions","re":"((?:enum|exception|service|struct|union))(\\s+)((?-mix:[a-zA-Z_][a-zA-Z0-9_]*(?:\\.[a-zA-Z0-9_]+)*))","opts":0,"actions":[["groups",["Keyword.Declaration","Text","Name.Class"]]]},{"kind":"tok","re":"\"(?:\\\\.|[^\"\\\\\\n])*\"","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"'(?:\\\\.|[^'\\\\\\n])*'","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"[+-]?0x[0-9a-f]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"[+-]?(?:(?:\\d+\\.\\d+|\\.\\d+)(?:[eE][+-]?\\d+)?|\\d+[eE][+-]?\\d+)","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"[+-]?\\d+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"ir","re":"[a-zA-Z_][a-zA-Z0-9_]*(?:\\.[a-zA-Z0-9_]+)*","opts":0,"ops":[["if",["gin",0,["include","cpp_include","namespace","const","typedef","enum","struct","union","exception","service"]],[["token","Keyword.Declaration"]],[["if",["gin",0,["async","cpp_type","extends","oneway","optional","required","throws","xsd_all","xsd_attrs","xsd_nillable","xsd_optional"]],[["token","Keyword"]],[["if",["gin",0,["binary","bool","byte","double","i8","i16","i32","i64","list","map","set","string","uuid","void"]],[["token","Keyword.Type"]],[["if",["gin",0,["false","true"]],[["token","Keyword.Constant"]],[["token","Name"]]]]]]]]]]},{"kind":"tok","re":"[&=+\\-]","opts":0,"tok":"Operator","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::TOML","start_push":[],"states":{"root":[{"kind":"mixin","state":"whitespace"},{"kind":"mixin","state":"key"},{"kind":"actions","re":"(=)(\\s*)","opts":0,"actions":[["groups",["Operator","Text.Whitespace"]],["push","value"]]},{"kind":"tok","re":"\\[\\[?","opts":0,"tok":"Keyword","next":"table_key"}],"key":[{"kind":"tok","re":"[A-Za-z0-9_-]+","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"dq"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"sq"},{"kind":"tok","re":"\\.","opts":0,"tok":"Punctuation","next":null}],"table_key":[{"kind":"tok","re":"[A-Za-z0-9_-]+","opts":0,"tok":"Name","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"dq"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"sq"},{"kind":"tok","re":"\\.","opts":0,"tok":"Keyword","next":null},{"kind":"tok","re":"\\]\\]?","opts":0,"tok":"Keyword","next":"pop!"},{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text.Whitespace","next":null}],"value":[{"kind":"tok","re":"\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z","opts":0,"tok":"Literal.Date","next":"pop!"},{"kind":"tok","re":"\\d\\d:\\d\\d:\\d\\d(\\.\\d+)?","opts":0,"tok":"Literal.Date","next":"pop!"},{"kind":"tok","re":"[+-]?\\d+(?:_\\d+)*\\.\\d+(?:_\\d+)*(?:[eE][+-]?\\d+(?:_\\d+)*)?","opts":0,"tok":"Literal.Number.Float","next":"pop!"},{"kind":"tok","re":"[+-]?\\d+(?:_\\d+)*[eE][+-]?\\d+(?:_\\d+)*","opts":0,"tok":"Literal.Number.Float","next":"pop!"},{"kind":"tok","re":"[+-]?(?:nan|inf)","opts":0,"tok":"Literal.Number.Float","next":"pop!"},{"kind":"tok","re":"0x\\h+(?:_\\h+)*","opts":0,"tok":"Literal.Number.Hex","next":"pop!"},{"kind":"tok","re":"0o[0-7]+(?:_[0-7]+)*","opts":0,"tok":"Literal.Number.Oct","next":"pop!"},{"kind":"tok","re":"0b[01]+(?:_[01]+)*","opts":0,"tok":"Literal.Number.Bin","next":"pop!"},{"kind":"tok","re":"[+-]?\\d+(?:_\\d+)*","opts":0,"tok":"Literal.Number.Integer","next":"pop!"},{"kind":"tok","re":"\"\"\"","opts":0,"tok":"Literal.String","next":["pop!","mdq"]},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":["pop!","dq"]},{"kind":"tok","re":"'''","opts":0,"tok":"Literal.String","next":["pop!","msq"]},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":["pop!","sq"]},{"kind":"tok","re":"(true|false)","opts":0,"tok":"Keyword.Constant","next":"pop!"},{"kind":"tok","re":"\\[","opts":0,"tok":"Punctuation","next":["pop!","array"]},{"kind":"tok","re":"\\{","opts":0,"tok":"Punctuation","next":["pop!","inline"]}],"dq":[{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\\n","opts":0,"tok":"Error","next":"pop!"},{"kind":"mixin","state":"esc_str"},{"kind":"tok","re":"[^\\\\\"\\n]+","opts":0,"tok":"Literal.String","next":null}],"mdq":[{"kind":"tok","re":"\"\"\"","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"mixin","state":"esc_str"},{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"\"+","opts":0,"tok":"Literal.String","next":null}],"sq":[{"kind":"tok","re":"'","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"\\n","opts":0,"tok":"Error","next":"pop!"},{"kind":"tok","re":"[^'\\n]+","opts":0,"tok":"Literal.String","next":null}],"msq":[{"kind":"tok","re":"'''","opts":0,"tok":"Literal.String","next":"pop!"},{"kind":"tok","re":"[^']+","opts":0,"tok":"Literal.String","next":null},{"kind":"tok","re":"'+","opts":0,"tok":"Literal.String","next":null}],"esc_str":[{"kind":"tok","re":"\\\\[0t\\tn\\n \"\\\\r]","opts":0,"tok":"Literal.String.Escape","next":null}],"array":[{"kind":"mixin","state":"whitespace"},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\]","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"tok","re":"","opts":0,"tok":"","next":"value"}],"inline":[{"kind":"tok","re":"[ \\t]+","opts":0,"tok":"Text.Whitespace","next":null},{"kind":"mixin","state":"key"},{"kind":"actions","re":"(=)(\\s*)","opts":0,"actions":[["groups",["Punctuation","Text.Whitespace"]],["push","value"]]},{"kind":"tok","re":",","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"\\}","opts":0,"tok":"Punctuation","next":"pop!"}],"whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"#.*?$","opts":0,"tok":"Comment","next":null}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::TSX","start_push":["expr_start"],"states":{"root":[{"kind":"tok","re":"[?][.]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"[?]{2}","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"(?<![_$[:alnum:]])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(as)|(satisfies))\\s+","opts":0,"tok":"Keyword.Declaration","next":null},{"kind":"tok","re":"\\A\\s*#!.*?\\n","opts":4,"tok":"Comment.Preproc","next":"statement"},{"kind":"tok","re":"(?<=\\n)(?=\\s|/|<!--)","opts":0,"tok":"Text","next":"expr_start"},{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"tok","re":"\\+\\+ | -- | ~ | \\?\\?=? | && | \\|\\| | \\\\(?=\\n) | << | >>>? | ===\n | !== ","opts":2,"tok":"Operator","next":"expr_start"},{"kind":"tok","re":"[-<>+*%&|\\^/!=]=?","opts":0,"tok":"Operator","next":"expr_start"},{"kind":"tok","re":"[(\\[,]","opts":0,"tok":"Punctuation","next":"expr_start"},{"kind":"tok","re":";","opts":0,"tok":"Punctuation","next":"statement"},{"kind":"tok","re":"[)\\].]","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"`","opts":0,"actions":[["token","Literal.String.Double"],["push","template_string"]]},{"kind":"tok","re":"[?][.]","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"[?]","opts":0,"actions":[["token","Punctuation"],["push","ternary"],["push","expr_start"]]},{"kind":"actions","re":"(\\@)(\\w+)?","opts":0,"actions":[["groups",["Punctuation","Name.Decorator"]],["push","expr_start"]]},{"kind":"actions","re":"(class)((?:\\s|\\\\\\s)+)","opts":0,"actions":[["groups",["Keyword.Declaration","Text"]],["push","classname"]]},{"kind":"tok","re":"([\\p{Nl}$_]*\\p{Lu}[\\p{Word}]*)[ \\t]*(?=(\\(.*\\)))","opts":20,"tok":"Name.Class","next":null},{"kind":"actions","re":"(function)((?:\\s|\\\\\\s)+)((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))","opts":16,"actions":[["groups",["Keyword.Declaration","Text","Name.Function"]]]},{"kind":"tok","re":"function(?=(\\(.*\\)))","opts":0,"tok":"Keyword.Declaration","next":null},{"kind":"ir","re":"(#?(?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))[ \\t]*(?=(\\(.*\\)))","opts":20,"ops":[["if",["gin",1,["async","await","break","case","catch","continue","debugger","default","delete","do","else","export","finally","from","for","if","import","in","instanceof","new","of","return","super","switch","this","throw","try","typeof","void","while","yield","is","namespace","static","private","protected","public","implements","readonly"]],[["token","Keyword"]],[["token","Name.Function"]]]]},{"kind":"tok","re":"[{}]","opts":0,"tok":"Punctuation","next":"statement"},{"kind":"ir","re":"#?(?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*)","opts":16,"ops":[["if",["gin",0,["async","await","break","case","catch","continue","debugger","default","delete","do","else","export","finally","from","for","if","import","in","instanceof","new","of","return","super","switch","this","throw","try","typeof","void","while","yield","is","namespace","static","private","protected","public","implements","readonly"]],[["token","Keyword"],["push","expr_start"]],[["if",["gin",0,["var","let","const","with","function","class","extends","constructor","get","set","static","type","abstract"]],[["token","Keyword.Declaration"],["push","expr_start"]],[["if",["gin",0,["enum","implements","interface","package","private","protected","public","string","any","void","number","namespace","module","declare","default","keyof"]],[["token","Keyword.Reserved"]],[["if",["gin",0,["true","false","null","NaN","Infinity","undefined"]],[["token","Keyword.Constant"]],[["if",["gin",0,["Array","Boolean","Date","Error","Function","Math","netscape","Number","Object","Packages","RegExp","String","sun","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","Error","eval","isFinite","isNaN","parseFloat","parseInt","document","window","navigator","self","global","Promise","Set","Map","WeakSet","WeakMap","Symbol","Proxy","Reflect","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Uint16ClampedArray","Int32Array","Uint32Array","Uint32ClampedArray","Float32Array","Float64Array","DataView","ArrayBuffer","Capitalize","ConstructorParameters","Exclude","Extract","InstanceType","Lowercase","NonNullable","Omit","OmitThisParameter","Parameters","Partial","Pick","Readonly","Record","Required","ReturnType","ThisParameterType","ThisType","Uncapitalize","Uppercase"]],[["token","Name.Builtin"]],[["token","Name.Other"]]]]]]]]]]]]},{"kind":"tok","re":"[0-9][0-9]*\\.[0-9]+([eE][0-9]+)?[fd]?","opts":0,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"0x[0-9a-fA-F]+","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"0o[0-7][0-7_]*","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"0b[01][01_]*","opts":1,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"[0-9]+","opts":0,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Delimiter","next":"dq"},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Delimiter","next":"sq"},{"kind":"tok","re":":","opts":0,"tok":"Punctuation","next":null}],"statement":[{"kind":"actions","re":"((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))(\\??)(\\s*)(:)","opts":16,"actions":[["groups",["Name.Label","Punctuation","Text","Punctuation"]],["push","expr_start"]]},{"kind":"actions","re":"case\\b","opts":0,"actions":[["token","Keyword"],["goto","expr_start"]]},{"kind":"actions","re":"((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))(\\s*)(:)","opts":16,"actions":[["groups",["Name.Label","Text","Punctuation"]]]},{"kind":"mixin","state":"expr_start"}],"element_name":[{"kind":"actions","re":"(\\w+)(,)","opts":0,"actions":[["groups",["Name.Other","Punctuation"]],["pop",3]]},{"kind":"tok","re":"<","opts":0,"tok":"Punctuation","next":"type"},{"kind":"tok","re":"[A-Z]\\w*","opts":0,"tok":"Name.Class","next":null},{"kind":"tok","re":"\\w+","opts":0,"tok":"Name.Tag","next":null},{"kind":"tok","re":"\\.","opts":0,"tok":"Punctuation","next":null},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"type":[{"kind":"mixin","state":"object"},{"kind":"tok","re":">","opts":0,"tok":"Punctuation","next":"pop!"}],"expr_start":[{"kind":"mixin","state":"tag"},{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"/","opts":0,"actions":[["token","Literal.String.Regex"],["goto","regex"]]},{"kind":"actions","re":"[{]","opts":0,"actions":[["token","Punctuation"],["goto","object"]]},{"kind":"tok","re":"","opts":0,"tok":"Text","next":"pop!"}],"tag":[{"kind":"actions","re":"<","opts":0,"actions":[["token","Punctuation"],["push","tag_opening"],["push","element"],["push","element_name"]]}],"tag_opening":[{"kind":"actions","re":"</","opts":0,"actions":[["token","Punctuation"],["goto","element"],["push","element_name"]]},{"kind":"mixin","state":"tag"},{"kind":"actions","re":"{","opts":0,"actions":[["token","Literal.String.Interpol"],["push","interpol"],["push","expr_start"]]},{"kind":"callback","re":"[^<{]+","opts":0}],"element":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"/>","opts":0,"actions":[["token","Punctuation"],["pop",2]]},{"kind":"tok","re":">","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"actions","re":"{","opts":0,"actions":[["token","Literal.String.Interpol"],["push","interpol"],["push","expr_start"]]},{"kind":"tok","re":"\\w[\\w-]*","opts":0,"tok":"Name.Attribute","next":null},{"kind":"tok","re":"=","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"([\"']).*?(\\1)","opts":0,"tok":"Literal.String","next":null}],"interpol":[{"kind":"tok","re":"}","opts":0,"tok":"Literal.String.Interpol","next":"pop!"},{"kind":"actions","re":"{","opts":0,"actions":[["token","Punctuation"],["push","interpol_inner"],["push","statement"]]},{"kind":"mixin","state":"root"}],"interpol_inner":[{"kind":"actions","re":"}","opts":0,"actions":[["token","Punctuation"],["goto","statement"]]},{"kind":"mixin","state":"root"}],"multiline_comment":[{"kind":"tok","re":"[*]/","opts":0,"tok":"Comment.Multiline","next":"pop!"},{"kind":"tok","re":"[^*/]+","opts":0,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"[*/]","opts":0,"tok":"Comment.Multiline","next":null}],"comments_and_whitespace":[{"kind":"tok","re":"\\s+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"<!--","opts":0,"tok":"Comment","next":null},{"kind":"tok","re":"//.*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/[*]","opts":0,"tok":"Comment.Multiline","next":"multiline_comment"}],"regex":[{"kind":"actions","re":"/","opts":0,"actions":[["token","Literal.String.Regex"],["goto","regex_end"]]},{"kind":"tok","re":"[^/]\\n","opts":0,"tok":"Error","next":"pop!"},{"kind":"tok","re":"\\n","opts":0,"tok":"Error","next":"pop!"},{"kind":"tok","re":"\\[\\^","opts":0,"tok":"Literal.String.Escape","next":"regex_group"},{"kind":"tok","re":"\\[","opts":0,"tok":"Literal.String.Escape","next":"regex_group"},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[(][?][:=<!]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[{][\\d,]+[}]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[()?]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":".","opts":0,"tok":"Literal.String.Regex","next":null}],"regex_end":[{"kind":"tok","re":"[gimuy]+","opts":0,"tok":"Literal.String.Regex","next":"pop!"},{"kind":"actions","re":"","opts":0,"actions":[["pop",1]]}],"regex_group":[{"kind":"tok","re":"/","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"actions","re":"[^/]\\n","opts":0,"actions":[["token","Error"],["pop",2]]},{"kind":"tok","re":"\\]","opts":0,"tok":"Literal.String.Escape","next":"pop!"},{"kind":"tok","re":"\\\\.","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":".","opts":0,"tok":"Literal.String.Regex","next":null}],"bad_regex":[{"kind":"tok","re":"[^\\n]+","opts":0,"tok":"Error","next":"pop!"}],"dq":[{"kind":"tok","re":"\\\\[\\\\nrt\"]?","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^\\\\\"]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String.Delimiter","next":"pop!"}],"sq":[{"kind":"tok","re":"\\\\[\\\\nrt']?","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^\\\\']+","opts":0,"tok":"Literal.String.Single","next":null},{"kind":"tok","re":"'","opts":0,"tok":"Literal.String.Delimiter","next":"pop!"}],"classname":[{"kind":"actions","re":"((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))((?:\\s|\\\\\\s)+)(extends)((?:\\s|\\\\\\s)+)","opts":16,"actions":[["groups",["Name.Class","Text","Keyword.Declaration","Text"]]]},{"kind":"tok","re":"[\\p{L}\\p{Nl}$_][\\p{Word}]*","opts":17,"tok":"Name.Class","next":"pop!"}],"object":[{"kind":"mixin","state":"comments_and_whitespace"},{"kind":"actions","re":"[{]","opts":0,"actions":[["token","Punctuation"],["push","__self__"]]},{"kind":"actions","re":"[}]","opts":0,"actions":[["token","Punctuation"],["goto","statement"]]},{"kind":"actions","re":"((?i-mx:[\\p{L}\\p{Nl}$_][\\p{Word}]*))(\\s*)(:)","opts":16,"actions":[["groups",["Name.Attribute","Text","Punctuation"]],["push","expr_start"]]},{"kind":"tok","re":":","opts":0,"tok":"Punctuation","next":null},{"kind":"mixin","state":"root"}],"ternary":[{"kind":"actions","re":":","opts":0,"actions":[["token","Punctuation"],["goto","expr_start"]]},{"kind":"mixin","state":"root"}],"template_string":[{"kind":"tok","re":"[$]{","opts":0,"tok":"Punctuation","next":"template_string_expr"},{"kind":"tok","re":"`","opts":0,"tok":"Literal.String.Double","next":"pop!"},{"kind":"tok","re":"\\\\[$`\\\\]","opts":0,"tok":"Literal.String.Escape","next":null},{"kind":"tok","re":"[^$`\\\\]+","opts":0,"tok":"Literal.String.Double","next":null},{"kind":"tok","re":"[\\\\$]","opts":0,"tok":"Literal.String.Double","next":null}],"template_string_expr":[{"kind":"tok","re":"}","opts":0,"tok":"Punctuation","next":"pop!"},{"kind":"mixin","state":"root"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"lexer":"Rouge::Lexers::TTCN3","start_push":[],"states":{"statements":[{"kind":"tok","re":"\\n+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[ \\t\\r]+","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"\\\\\\n","opts":0,"tok":"Text","next":null},{"kind":"tok","re":"//(\\\\.|.)*?$","opts":0,"tok":"Comment.Single","next":null},{"kind":"tok","re":"/(\\\\\\n)?[*].*?[*](\\\\\\n)?/","opts":4,"tok":"Comment.Multiline","next":null},{"kind":"tok","re":"\"","opts":0,"tok":"Literal.String","next":"string"},{"kind":"tok","re":"'(?:\\\\.|[^\\\\]|\\\\u[0-9a-f]{4})'","opts":0,"tok":"Literal.String.Char","next":null},{"kind":"tok","re":"(?-mix:\\d_+\\d|\\d)+\\.(?-mix:\\d_+\\d|\\d)+([eE](?-mix:\\d_+\\d|\\d)+)?[fd]?","opts":1,"tok":"Literal.Number.Float","next":null},{"kind":"tok","re":"'(?-mix:[01]_+[01]|[01])+'B","opts":1,"tok":"Literal.Number.Bin","next":null},{"kind":"tok","re":"'(?-mix:\\h_+\\h|\\h)+'H","opts":1,"tok":"Literal.Number.Hex","next":null},{"kind":"tok","re":"'(?-mix:[0-7]_+[0-7]|[0-7])+'O","opts":1,"tok":"Literal.Number.Oct","next":null},{"kind":"tok","re":"(?-mix:\\d_+\\d|\\d)+","opts":1,"tok":"Literal.Number.Integer","next":null},{"kind":"tok","re":"[~!%^&*+:=\\|?<>/-]","opts":0,"tok":"Operator","next":null},{"kind":"tok","re":"[()\\[\\]{},.;:]","opts":0,"tok":"Punctuation","next":null},{"kind":"tok","re":"(?:true|false|null)\\b","opts":0,"tok":"Name.Builtin","next":null},{"kind":"ir","re":"[a-zA-Z_]\\w*","opts":0,"ops":[["if",["gin",0,["module","import","group","type","port","component","signature","external","execute","const","template","function","altstep","testcase","var","timer","if","else","select","case","for","while","do","label","goto","start","stop","return","break","int2char","int2unichar","int2bit","int2enum","int2hex","int2oct","int2str","int2float","float2int","char2int","char2oct","unichar2int","unichar2oct","bit2int","bit2hex","bit2oct","bit2str","hex2int","hex2bit","hex2oct","hex2str","oct2int","oct2bit","oct2hex","oct2str","oct2char","oct2unichar","str2int","str2hex","str2oct","str2float","enum2int","any2unistr","lengthof","sizeof","ispresent","ischosen","isvalue","isbound","istemplatekind","regexp","substr","replace","encvalue","decvalue","encvalue_unichar","decvalue_unichar","encvalue_o","decvalue_o","get_stringencoding","remove_bom","rnd","hostid","send","receive","setverdict"]],[["token","Keyword"]],[["if",["gin",0,["anytype","address","boolean","bitstring","charstring","hexstring","octetstring","component","enumerated","float","integer","port","record","set","of","union","universal"]],[["token","Keyword.Type"]],[["if",["gin",0,["all","alt","apply","assert","at","configuration","conjunct","const","control","delta","deterministic","disjunct","duration","fail","finished","fuzzy","from","history","implies","inconc","inv","lazy","mod","mode","notinv","now","omit","onentry","onexit","par","pass","prev","realtime","seq","setstate","static","stepsize","stream","timestamp","until","values","wait"]],[["token","Keyword.Reserved"]],[["token","Name"]]]]]]]]}],"root":[{"kind":"tok","re":"module\\b","opts":0,"tok":"Keyword.Declaration","next":"module"},{"kind":"tok","re":"import\\b","opts":0,"tok":"Keyword.Namespace","next":"import"},{"kind":"mixin","state":"statements"}],"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}],"module":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[a-zA-Z_]\\w*","opts":0,"tok":"Name.Class","next":"pop!"}],"import":[{"kind":"tok","re":"\\s+","opts":4,"tok":"Text","next":null},{"kind":"tok","re":"[\\w.]+\\*?","opts":0,"tok":"Name.Namespace","next":"pop!"}]},"shortnames":{"Text":"","Text.Whitespace":"w","Escape":"esc","Error":"err","Other":"x","Keyword":"k","Keyword.Constant":"kc","Keyword.Declaration":"kd","Keyword.Namespace":"kn","Keyword.Pseudo":"kp","Keyword.Reserved":"kr","Keyword.Type":"kt","Keyword.Variable":"kv","Name":"n","Name.Attribute":"na","Name.Builtin":"nb","Name.Builtin.Pseudo":"bp","Name.Class":"nc","Name.Constant":"no","Name.Decorator":"nd","Name.Entity":"ni","Name.Exception":"ne","Name.Function":"nf","Name.Function.Magic":"fm","Name.Property":"py","Name.Label":"nl","Name.Namespace":"nn","Name.Other":"nx","Name.Tag":"nt","Name.Variable":"nv","Name.Variable.Class":"vc","Name.Variable.Global":"vg","Name.Variable.Instance":"vi","Name.Variable.Magic":"vm","Literal":"l","Literal.Date":"ld","Literal.String":"s","Literal.String.Affix":"sa","Literal.String.Backtick":"sb","Literal.String.Char":"sc","Literal.String.Delimiter":"dl","Literal.String.Doc":"sd","Literal.String.Double":"s2","Literal.String.Escape":"se","Literal.String.Heredoc":"sh","Literal.String.Interpol":"si","Literal.String.Other":"sx","Literal.String.Regex":"sr","Literal.String.Single":"s1","Literal.String.Symbol":"ss","Literal.Number":"m","Literal.Number.Bin":"mb","Literal.Number.Float":"mf","Literal.Number.Hex":"mh","Literal.Number.Integer":"mi","Literal.Number.Integer.Long":"il","Literal.Number.Oct":"mo","Literal.Number.Other":"mx","Operator":"o","Operator.Word":"ow","Punctuation":"p","Punctuation.Indicator":"pi","Comment":"c","Comment.Hashbang":"ch","Comment.Doc":"cd","Comment.Multiline":"cm","Comment.Preproc":"cp","Comment.PreprocFile":"cpf","Comment.Single":"c1","Comment.Special":"cs","Generic":"g","Generic.Deleted":"gd","Generic.Emph":"ge","Generic.EmphStrong":"ges","Generic.Error":"gr","Generic.Heading":"gh","Generic.Inserted":"gi","Generic.Lineno":"gl","Generic.Output":"go","Generic.Prompt":"gp","Generic.Strong":"gs","Generic.Subheading":"gu","Generic.Traceback":"gt"}}
|