gitextract_6r0dturf/ ├── .dockerignore ├── .editorconfig ├── .eslintrc.js ├── .eslintrc.lang.js ├── .git-blame-ignore-revs ├── .gitattributes ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── 1_incorrect-syntax-highlighting.md │ │ ├── bug_report.md │ │ ├── config.yml │ │ ├── feature_request.md │ │ └── z_request_language_repo.md │ ├── dependabot.yml │ ├── pull_request_template.md │ └── workflows/ │ ├── lint.yml │ ├── release.yml │ ├── size_report_comment.yml │ └── size_report_create.yml ├── .gitignore ├── .mocharc.json ├── .readthedocs.yaml ├── .tokeignore ├── CHANGES.md ├── CONTRIBUTING.md ├── CONTRIBUTORS.md ├── Dockerfile ├── LICENSE ├── MAINTAINERS_GUIDE.md ├── README.CDN.md ├── README.md ├── SECURITY.md ├── SUPPORTED_LANGUAGES.md ├── VERSION_10_BREAKING_CHANGES.md ├── VERSION_10_UPGRADE.md ├── VERSION_11_UPGRADE.md ├── demo/ │ ├── demo.js │ ├── index.html │ ├── readme.md │ └── style.css ├── docs/ │ ├── Makefile │ ├── _static/ │ │ └── .gitkeep │ ├── _templates/ │ │ └── .gitkeep │ ├── api.rst │ ├── building-testing.rst │ ├── conf.py │ ├── css-classes-reference.rst │ ├── index.rst │ ├── language-contribution.rst │ ├── language-guide.rst │ ├── language-requests.rst │ ├── line-numbers.rst │ ├── mode-reference.rst │ ├── plugin-api.rst │ ├── plugin-recipes.rst │ ├── requirements.txt │ └── theme-guide.rst ├── package.json ├── src/ │ ├── core.d.ts │ ├── highlight.js │ ├── languages/ │ │ ├── 1c.js │ │ ├── abnf.js │ │ ├── accesslog.js │ │ ├── actionscript.js │ │ ├── ada.js │ │ ├── angelscript.js │ │ ├── apache.js │ │ ├── applescript.js │ │ ├── arcade.js │ │ ├── arduino.js │ │ ├── armasm.js │ │ ├── asciidoc.js │ │ ├── aspectj.js │ │ ├── autohotkey.js │ │ ├── autoit.js │ │ ├── avrasm.js │ │ ├── awk.js │ │ ├── axapta.js │ │ ├── bash.js │ │ ├── basic.js │ │ ├── bnf.js │ │ ├── brainfuck.js │ │ ├── c.js │ │ ├── cal.js │ │ ├── capnproto.js │ │ ├── ceylon.js │ │ ├── clean.js │ │ ├── clojure-repl.js │ │ ├── clojure.js │ │ ├── cmake.js │ │ ├── coffeescript.js │ │ ├── coq.js │ │ ├── cos.js │ │ ├── cpp.js │ │ ├── crmsh.js │ │ ├── crystal.js │ │ ├── csharp.js │ │ ├── csp.js │ │ ├── css.js │ │ ├── d.js │ │ ├── dart.js │ │ ├── delphi.js │ │ ├── diff.js │ │ ├── django.js │ │ ├── dns.js │ │ ├── dockerfile.js │ │ ├── dos.js │ │ ├── dsconfig.js │ │ ├── dts.js │ │ ├── dust.js │ │ ├── ebnf.js │ │ ├── elixir.js │ │ ├── elm.js │ │ ├── erb.js │ │ ├── erlang-repl.js │ │ ├── erlang.js │ │ ├── excel.js │ │ ├── fix.js │ │ ├── flix.js │ │ ├── fortran.js │ │ ├── fsharp.js │ │ ├── gams.js │ │ ├── gauss.js │ │ ├── gcode.js │ │ ├── gherkin.js │ │ ├── glsl.js │ │ ├── gml.js │ │ ├── go.js │ │ ├── golo.js │ │ ├── gradle.js │ │ ├── graphql.js │ │ ├── groovy.js │ │ ├── haml.js │ │ ├── handlebars.js │ │ ├── haskell.js │ │ ├── haxe.js │ │ ├── hsp.js │ │ ├── http.js │ │ ├── hy.js │ │ ├── inform7.js │ │ ├── ini.js │ │ ├── irpf90.js │ │ ├── isbl.js │ │ ├── java.js │ │ ├── javascript.js │ │ ├── jboss-cli.js │ │ ├── json.js │ │ ├── julia-repl.js │ │ ├── julia.js │ │ ├── kotlin.js │ │ ├── lasso.js │ │ ├── latex.js │ │ ├── ldif.js │ │ ├── leaf.js │ │ ├── less.js │ │ ├── lib/ │ │ │ ├── css-shared.js │ │ │ ├── ecmascript.js │ │ │ ├── java.js │ │ │ ├── kws_swift.js │ │ │ └── mathematica.js │ │ ├── lisp.js │ │ ├── livecodeserver.js │ │ ├── livescript.js │ │ ├── llvm.js │ │ ├── lsl.js │ │ ├── lua.js │ │ ├── makefile.js │ │ ├── markdown.js │ │ ├── mathematica.js │ │ ├── matlab.js │ │ ├── maxima.js │ │ ├── mel.js │ │ ├── mercury.js │ │ ├── mipsasm.js │ │ ├── mizar.js │ │ ├── mojolicious.js │ │ ├── monkey.js │ │ ├── moonscript.js │ │ ├── n1ql.js │ │ ├── nestedtext.js │ │ ├── nginx.js │ │ ├── nim.js │ │ ├── nix.js │ │ ├── node-repl.js │ │ ├── nsis.js │ │ ├── objectivec.js │ │ ├── ocaml.js │ │ ├── openscad.js │ │ ├── oxygene.js │ │ ├── parser3.js │ │ ├── perl.js │ │ ├── pf.js │ │ ├── pgsql.js │ │ ├── php-template.js │ │ ├── php.js │ │ ├── plaintext.js │ │ ├── pony.js │ │ ├── powershell.js │ │ ├── processing.js │ │ ├── profile.js │ │ ├── prolog.js │ │ ├── properties.js │ │ ├── protobuf.js │ │ ├── puppet.js │ │ ├── purebasic.js │ │ ├── python-repl.js │ │ ├── python.js │ │ ├── q.js │ │ ├── qml.js │ │ ├── r.js │ │ ├── reasonml.js │ │ ├── rib.js │ │ ├── roboconf.js │ │ ├── routeros.js │ │ ├── rsl.js │ │ ├── ruby.js │ │ ├── ruleslanguage.js │ │ ├── rust.js │ │ ├── sas.js │ │ ├── scala.js │ │ ├── scheme.js │ │ ├── scilab.js │ │ ├── scss.js │ │ ├── shell.js │ │ ├── smali.js │ │ ├── smalltalk.js │ │ ├── sml.js │ │ ├── sqf.js │ │ ├── sql.js │ │ ├── stan.js │ │ ├── stata.js │ │ ├── step21.js │ │ ├── stylus.js │ │ ├── subunit.js │ │ ├── swift.js │ │ ├── taggerscript.js │ │ ├── tap.js │ │ ├── tcl.js │ │ ├── thrift.js │ │ ├── tp.js │ │ ├── twig.js │ │ ├── typescript.js │ │ ├── vala.js │ │ ├── vbnet.js │ │ ├── vbscript-html.js │ │ ├── vbscript.js │ │ ├── verilog.js │ │ ├── vhdl.js │ │ ├── vim.js │ │ ├── wasm.js │ │ ├── wren.js │ │ ├── x86asm.js │ │ ├── xl.js │ │ ├── xml.js │ │ ├── xquery.js │ │ ├── yaml.js │ │ └── zephir.js │ ├── lib/ │ │ ├── compile_keywords.js │ │ ├── compiler_extensions.js │ │ ├── ext/ │ │ │ └── multi_class.js │ │ ├── exts/ │ │ │ └── before_match.js │ │ ├── html_injection_error.js │ │ ├── html_renderer.js │ │ ├── logger.js │ │ ├── mode_compiler.js │ │ ├── modes.js │ │ ├── regex.js │ │ ├── response.js │ │ ├── token_tree.js │ │ └── utils.js │ ├── stub.js │ └── styles/ │ ├── 1c-light.css │ ├── a11y-dark.css │ ├── a11y-light.css │ ├── agate.css │ ├── an-old-hope.css │ ├── androidstudio.css │ ├── arduino-light.css │ ├── arta.css │ ├── ascetic.css │ ├── atom-one-dark-reasonable.css │ ├── atom-one-dark.css │ ├── atom-one-light.css │ ├── base16/ │ │ ├── 3024.css │ │ ├── apathy.css │ │ ├── apprentice.css │ │ ├── ashes.css │ │ ├── atelier-cave-light.css │ │ ├── atelier-cave.css │ │ ├── atelier-dune-light.css │ │ ├── atelier-dune.css │ │ ├── atelier-estuary-light.css │ │ ├── atelier-estuary.css │ │ ├── atelier-forest-light.css │ │ ├── atelier-forest.css │ │ ├── atelier-heath-light.css │ │ ├── atelier-heath.css │ │ ├── atelier-lakeside-light.css │ │ ├── atelier-lakeside.css │ │ ├── atelier-plateau-light.css │ │ ├── atelier-plateau.css │ │ ├── atelier-savanna-light.css │ │ ├── atelier-savanna.css │ │ ├── atelier-seaside-light.css │ │ ├── atelier-seaside.css │ │ ├── atelier-sulphurpool-light.css │ │ ├── atelier-sulphurpool.css │ │ ├── atlas.css │ │ ├── bespin.css │ │ ├── black-metal-bathory.css │ │ ├── black-metal-burzum.css │ │ ├── black-metal-dark-funeral.css │ │ ├── black-metal-gorgoroth.css │ │ ├── black-metal-immortal.css │ │ ├── black-metal-khold.css │ │ ├── black-metal-marduk.css │ │ ├── black-metal-mayhem.css │ │ ├── black-metal-nile.css │ │ ├── black-metal-venom.css │ │ ├── black-metal.css │ │ ├── brewer.css │ │ ├── bright.css │ │ ├── brogrammer.css │ │ ├── brush-trees-dark.css │ │ ├── brush-trees.css │ │ ├── chalk.css │ │ ├── circus.css │ │ ├── classic-dark.css │ │ ├── classic-light.css │ │ ├── codeschool.css │ │ ├── colors.css │ │ ├── cupcake.css │ │ ├── cupertino.css │ │ ├── danqing.css │ │ ├── darcula.css │ │ ├── dark-violet.css │ │ ├── darkmoss.css │ │ ├── darktooth.css │ │ ├── decaf.css │ │ ├── default-dark.css │ │ ├── default-light.css │ │ ├── dirtysea.css │ │ ├── dracula.css │ │ ├── edge-dark.css │ │ ├── edge-light.css │ │ ├── eighties.css │ │ ├── embers.css │ │ ├── equilibrium-dark.css │ │ ├── equilibrium-gray-dark.css │ │ ├── equilibrium-gray-light.css │ │ ├── equilibrium-light.css │ │ ├── espresso.css │ │ ├── eva-dim.css │ │ ├── eva.css │ │ ├── flat.css │ │ ├── framer.css │ │ ├── fruit-soda.css │ │ ├── gigavolt.css │ │ ├── github.css │ │ ├── google-dark.css │ │ ├── google-light.css │ │ ├── grayscale-dark.css │ │ ├── grayscale-light.css │ │ ├── green-screen.css │ │ ├── gruvbox-dark-hard.css │ │ ├── gruvbox-dark-medium.css │ │ ├── gruvbox-dark-pale.css │ │ ├── gruvbox-dark-soft.css │ │ ├── gruvbox-light-hard.css │ │ ├── gruvbox-light-medium.css │ │ ├── gruvbox-light-soft.css │ │ ├── hardcore.css │ │ ├── harmonic16-dark.css │ │ ├── harmonic16-light.css │ │ ├── heetch-dark.css │ │ ├── heetch-light.css │ │ ├── helios.css │ │ ├── hopscotch.css │ │ ├── horizon-dark.css │ │ ├── horizon-light.css │ │ ├── humanoid-dark.css │ │ ├── humanoid-light.css │ │ ├── ia-dark.css │ │ ├── ia-light.css │ │ ├── icy-dark.css │ │ ├── ir-black.css │ │ ├── isotope.css │ │ ├── kimber.css │ │ ├── london-tube.css │ │ ├── macintosh.css │ │ ├── marrakesh.css │ │ ├── materia.css │ │ ├── material-darker.css │ │ ├── material-lighter.css │ │ ├── material-palenight.css │ │ ├── material-vivid.css │ │ ├── material.css │ │ ├── mellow-purple.css │ │ ├── mexico-light.css │ │ ├── mocha.css │ │ ├── monokai.css │ │ ├── nebula.css │ │ ├── nord.css │ │ ├── nova.css │ │ ├── ocean.css │ │ ├── oceanicnext.css │ │ ├── one-light.css │ │ ├── onedark.css │ │ ├── outrun-dark.css │ │ ├── papercolor-dark.css │ │ ├── papercolor-light.css │ │ ├── paraiso.css │ │ ├── pasque.css │ │ ├── phd.css │ │ ├── pico.css │ │ ├── pop.css │ │ ├── porple.css │ │ ├── qualia.css │ │ ├── railscasts.css │ │ ├── rebecca.css │ │ ├── ros-pine-dawn.css │ │ ├── ros-pine-moon.css │ │ ├── ros-pine.css │ │ ├── sagelight.css │ │ ├── sandcastle.css │ │ ├── seti-ui.css │ │ ├── shapeshifter.css │ │ ├── silk-dark.css │ │ ├── silk-light.css │ │ ├── snazzy.css │ │ ├── solar-flare-light.css │ │ ├── solar-flare.css │ │ ├── solarized-dark.css │ │ ├── solarized-light.css │ │ ├── spacemacs.css │ │ ├── summercamp.css │ │ ├── summerfruit-dark.css │ │ ├── summerfruit-light.css │ │ ├── synth-midnight-terminal-dark.css │ │ ├── synth-midnight-terminal-light.css │ │ ├── tango.css │ │ ├── tender.css │ │ ├── tomorrow-night.css │ │ ├── tomorrow.css │ │ ├── twilight.css │ │ ├── unikitty-dark.css │ │ ├── unikitty-light.css │ │ ├── vulcan.css │ │ ├── windows-10-light.css │ │ ├── windows-10.css │ │ ├── windows-95-light.css │ │ ├── windows-95.css │ │ ├── windows-high-contrast-light.css │ │ ├── windows-high-contrast.css │ │ ├── windows-nt-light.css │ │ ├── windows-nt.css │ │ ├── woodland.css │ │ ├── xcode-dusk.css │ │ └── zenburn.css │ ├── brown-paper.css │ ├── codepen-embed.css │ ├── color-brewer.css │ ├── cybertopia-cherry.css │ ├── cybertopia-dimmer.css │ ├── cybertopia-icecap.css │ ├── cybertopia-saturated.css │ ├── dark.css │ ├── default.css │ ├── devibeans.css │ ├── docco.css │ ├── far.css │ ├── felipec.css │ ├── foundation.css │ ├── github-dark-dimmed.css │ ├── github-dark.css │ ├── github.css │ ├── gml.css │ ├── googlecode.css │ ├── gradient-dark.css │ ├── gradient-light.css │ ├── grayscale.css │ ├── hybrid.css │ ├── idea.css │ ├── intellij-light.css │ ├── ir-black.css │ ├── isbl-editor-dark.css │ ├── isbl-editor-light.css │ ├── kimbie-dark.css │ ├── kimbie-light.css │ ├── lightfair.css │ ├── lioshi.css │ ├── magula.css │ ├── mono-blue.css │ ├── monokai-sublime.css │ ├── monokai.css │ ├── night-owl.css │ ├── nnfx-dark.css │ ├── nnfx-light.css │ ├── nord.css │ ├── obsidian.css │ ├── panda-syntax-dark.css │ ├── panda-syntax-light.css │ ├── paraiso-dark.css │ ├── paraiso-light.css │ ├── pojoaque.css │ ├── purebasic.css │ ├── qtcreator-dark.css │ ├── qtcreator-light.css │ ├── rainbow.css │ ├── rose-pine-dawn.css │ ├── rose-pine-moon.css │ ├── rose-pine.css │ ├── routeros.css │ ├── school-book.css │ ├── shades-of-purple.css │ ├── srcery.css │ ├── stackoverflow-dark.css │ ├── stackoverflow-light.css │ ├── sunburst.css │ ├── tokyo-night-dark.css │ ├── tokyo-night-light.css │ ├── tomorrow-night-blue.css │ ├── tomorrow-night-bright.css │ ├── vs-dark.css │ ├── vs.css │ ├── vs2015.css │ ├── xcode.css │ └── xt256.css ├── test/ │ ├── api/ │ │ ├── autoDetection.js │ │ ├── beginKeywords.js │ │ ├── binaryNumber.js │ │ ├── cNumber.js │ │ ├── getLanguage.js │ │ ├── highlight.js │ │ ├── ident.js │ │ ├── index.js │ │ ├── keywords.js │ │ ├── multiClassMatch.js │ │ ├── number.js │ │ ├── registerAlias.js │ │ ├── starters.js │ │ ├── underscoreIdent.js │ │ └── unregisterLanguage.js │ ├── browser/ │ │ ├── highlight_block_callbacks.js │ │ ├── index.js │ │ ├── plain.js │ │ └── worker.js │ ├── builds/ │ │ ├── browser_build_as_commonjs.js │ │ ├── cdn_build_as_esm.mjs │ │ ├── node_build_as_esm.mjs │ │ ├── package.js │ │ ├── rollup_import_cdn_build_esm.mjs │ │ ├── rollup_import_node_build_esm.mjs │ │ └── rollup_import_via_commonjs.mjs │ ├── detect/ │ │ ├── 1c/ │ │ │ └── default.txt │ │ ├── abnf/ │ │ │ └── default.txt │ │ ├── accesslog/ │ │ │ └── default.txt │ │ ├── actionscript/ │ │ │ └── default.txt │ │ ├── ada/ │ │ │ └── default.txt │ │ ├── angelscript/ │ │ │ └── default.txt │ │ ├── apache/ │ │ │ └── default.txt │ │ ├── applescript/ │ │ │ └── default.txt │ │ ├── arcade/ │ │ │ └── default.txt │ │ ├── arduino/ │ │ │ └── default.txt │ │ ├── armasm/ │ │ │ └── default.txt │ │ ├── asciidoc/ │ │ │ └── default.txt │ │ ├── aspectj/ │ │ │ └── default.txt │ │ ├── autohotkey/ │ │ │ └── default.txt │ │ ├── autoit/ │ │ │ └── default.txt │ │ ├── avrasm/ │ │ │ └── default.txt │ │ ├── awk/ │ │ │ └── default.txt │ │ ├── axapta/ │ │ │ └── default.txt │ │ ├── bash/ │ │ │ └── default.txt │ │ ├── basic/ │ │ │ └── default.txt │ │ ├── bnf/ │ │ │ └── default.txt │ │ ├── brainfuck/ │ │ │ └── default.txt │ │ ├── cal/ │ │ │ └── default.txt │ │ ├── capnproto/ │ │ │ └── default.txt │ │ ├── ceylon/ │ │ │ └── default.txt │ │ ├── clean/ │ │ │ └── default.txt │ │ ├── clojure/ │ │ │ └── default.txt │ │ ├── clojure-repl/ │ │ │ └── default.txt │ │ ├── cmake/ │ │ │ └── default.txt │ │ ├── coffeescript/ │ │ │ └── default.txt │ │ ├── coq/ │ │ │ └── default.txt │ │ ├── cos/ │ │ │ └── default.txt │ │ ├── cpp/ │ │ │ └── default.txt │ │ ├── crmsh/ │ │ │ └── default.txt │ │ ├── crystal/ │ │ │ └── default.txt │ │ ├── csharp/ │ │ │ └── default.txt │ │ ├── csp/ │ │ │ └── default.txt │ │ ├── css/ │ │ │ └── default.txt │ │ ├── d/ │ │ │ └── default.txt │ │ ├── dart/ │ │ │ └── default.txt │ │ ├── delphi/ │ │ │ └── default.txt │ │ ├── diff/ │ │ │ └── default.txt │ │ ├── django/ │ │ │ └── default.txt │ │ ├── dns/ │ │ │ └── default.txt │ │ ├── dockerfile/ │ │ │ └── default.txt │ │ ├── dos/ │ │ │ └── default.txt │ │ ├── dsconfig/ │ │ │ └── default.txt │ │ ├── dts/ │ │ │ └── default.txt │ │ ├── dust/ │ │ │ └── default.txt │ │ ├── ebnf/ │ │ │ └── default.txt │ │ ├── elixir/ │ │ │ └── default.txt │ │ ├── elm/ │ │ │ └── default.txt │ │ ├── erb/ │ │ │ └── default.txt │ │ ├── erlang/ │ │ │ └── default.txt │ │ ├── erlang-repl/ │ │ │ └── default.txt │ │ ├── excel/ │ │ │ └── default.txt │ │ ├── fix/ │ │ │ └── default.txt │ │ ├── flix/ │ │ │ └── default.txt │ │ ├── fortran/ │ │ │ └── default.txt │ │ ├── fsharp/ │ │ │ └── default.txt │ │ ├── gams/ │ │ │ └── default.txt │ │ ├── gauss/ │ │ │ └── default.txt │ │ ├── gcode/ │ │ │ └── default.txt │ │ ├── gherkin/ │ │ │ └── default.txt │ │ ├── glsl/ │ │ │ └── default.txt │ │ ├── gml/ │ │ │ └── default.txt │ │ ├── go/ │ │ │ ├── default.txt │ │ │ └── swift-like.txt │ │ ├── golo/ │ │ │ └── default.txt │ │ ├── gradle/ │ │ │ └── default.txt │ │ ├── graphql/ │ │ │ └── default.txt │ │ ├── groovy/ │ │ │ └── default.txt │ │ ├── haml/ │ │ │ └── default.txt │ │ ├── handlebars/ │ │ │ └── default.txt │ │ ├── haskell/ │ │ │ └── default.txt │ │ ├── haxe/ │ │ │ └── default.txt │ │ ├── hsp/ │ │ │ └── default.txt │ │ ├── http/ │ │ │ └── default.txt │ │ ├── hy/ │ │ │ └── default.txt │ │ ├── index.js │ │ ├── inform7/ │ │ │ └── default.txt │ │ ├── ini/ │ │ │ └── default.txt │ │ ├── irpf90/ │ │ │ └── default.txt │ │ ├── isbl/ │ │ │ └── default.txt │ │ ├── java/ │ │ │ └── default.txt │ │ ├── javascript/ │ │ │ ├── default.txt │ │ │ ├── sample1.txt │ │ │ └── short-plain.txt │ │ ├── jboss-cli/ │ │ │ └── default.txt │ │ ├── json/ │ │ │ └── default.txt │ │ ├── json5/ │ │ │ └── default.txt │ │ ├── julia/ │ │ │ └── default.txt │ │ ├── julia-repl/ │ │ │ └── default.txt │ │ ├── kotlin/ │ │ │ └── default.txt │ │ ├── lasso/ │ │ │ └── default.txt │ │ ├── latex/ │ │ │ └── default.txt │ │ ├── ldif/ │ │ │ └── default.txt │ │ ├── leaf/ │ │ │ └── default.txt │ │ ├── less/ │ │ │ └── default.txt │ │ ├── lisp/ │ │ │ └── default.txt │ │ ├── livecodeserver/ │ │ │ └── default.txt │ │ ├── livescript/ │ │ │ └── default.txt │ │ ├── llvm/ │ │ │ └── default.txt │ │ ├── lsl/ │ │ │ └── default.txt │ │ ├── lua/ │ │ │ └── default.txt │ │ ├── makefile/ │ │ │ └── default.txt │ │ ├── markdown/ │ │ │ └── default.txt │ │ ├── mathematica/ │ │ │ └── default.txt │ │ ├── matlab/ │ │ │ └── default.txt │ │ ├── maxima/ │ │ │ └── default.txt │ │ ├── mel/ │ │ │ └── default.txt │ │ ├── mercury/ │ │ │ └── default.txt │ │ ├── mipsasm/ │ │ │ └── default.txt │ │ ├── mizar/ │ │ │ └── default.txt │ │ ├── mojolicious/ │ │ │ └── default.txt │ │ ├── monkey/ │ │ │ └── default.txt │ │ ├── moonscript/ │ │ │ └── default.txt │ │ ├── n1ql/ │ │ │ └── default.txt │ │ ├── nestedtext/ │ │ │ └── default.txt │ │ ├── nginx/ │ │ │ └── default.txt │ │ ├── nim/ │ │ │ └── default.txt │ │ ├── nix/ │ │ │ └── default.txt │ │ ├── node-repl/ │ │ │ └── default.txt │ │ ├── nsis/ │ │ │ └── default.txt │ │ ├── objectivec/ │ │ │ └── default.txt │ │ ├── ocaml/ │ │ │ └── default.txt │ │ ├── openscad/ │ │ │ └── default.txt │ │ ├── oxygene/ │ │ │ └── default.txt │ │ ├── parser3/ │ │ │ └── default.txt │ │ ├── perl/ │ │ │ └── default.txt │ │ ├── pf/ │ │ │ └── default.txt │ │ ├── pgsql/ │ │ │ └── default.txt │ │ ├── php/ │ │ │ └── default.txt │ │ ├── php-template/ │ │ │ └── default.txt │ │ ├── plaintext/ │ │ │ └── default.txt │ │ ├── pony/ │ │ │ └── default.txt │ │ ├── powershell/ │ │ │ └── default.txt │ │ ├── processing/ │ │ │ └── default.txt │ │ ├── profile/ │ │ │ └── default.txt │ │ ├── prolog/ │ │ │ └── default.txt │ │ ├── properties/ │ │ │ └── default.txt │ │ ├── protobuf/ │ │ │ └── default.txt │ │ ├── puppet/ │ │ │ └── default.txt │ │ ├── purebasic/ │ │ │ └── default.txt │ │ ├── python/ │ │ │ └── default.txt │ │ ├── python-repl/ │ │ │ └── default.txt │ │ ├── q/ │ │ │ └── default.txt │ │ ├── qml/ │ │ │ └── default.txt │ │ ├── r/ │ │ │ └── default.txt │ │ ├── reasonml/ │ │ │ └── default.txt │ │ ├── rib/ │ │ │ └── default.txt │ │ ├── roboconf/ │ │ │ └── default.txt │ │ ├── routeros/ │ │ │ └── default.txt │ │ ├── rsl/ │ │ │ └── default.txt │ │ ├── ruby/ │ │ │ ├── default.txt │ │ │ └── double-colon.txt │ │ ├── ruleslanguage/ │ │ │ └── default.txt │ │ ├── rust/ │ │ │ └── default.txt │ │ ├── sas/ │ │ │ └── default.txt │ │ ├── scala/ │ │ │ └── default.txt │ │ ├── scheme/ │ │ │ └── default.txt │ │ ├── scilab/ │ │ │ └── default.txt │ │ ├── scss/ │ │ │ └── default.txt │ │ ├── shell/ │ │ │ └── default.txt │ │ ├── smali/ │ │ │ └── default.txt │ │ ├── smalltalk/ │ │ │ └── default.txt │ │ ├── sml/ │ │ │ └── default.txt │ │ ├── sqf/ │ │ │ └── default.txt │ │ ├── sql/ │ │ │ └── default.txt │ │ ├── stan/ │ │ │ └── default.txt │ │ ├── stata/ │ │ │ └── default.txt │ │ ├── step21/ │ │ │ └── default.txt │ │ ├── stylus/ │ │ │ └── default.txt │ │ ├── subunit/ │ │ │ └── default.txt │ │ ├── swift/ │ │ │ └── default.txt │ │ ├── taggerscript/ │ │ │ └── default.txt │ │ ├── tap/ │ │ │ └── default.txt │ │ ├── tcl/ │ │ │ └── default.txt │ │ ├── thrift/ │ │ │ └── default.txt │ │ ├── tp/ │ │ │ └── default.txt │ │ ├── twig/ │ │ │ └── default.txt │ │ ├── typescript/ │ │ │ └── default.txt │ │ ├── vala/ │ │ │ └── default.txt │ │ ├── vbnet/ │ │ │ └── default.txt │ │ ├── vbscript/ │ │ │ └── default.txt │ │ ├── vbscript-html/ │ │ │ └── default.txt │ │ ├── verilog/ │ │ │ └── default.txt │ │ ├── vhdl/ │ │ │ └── default.txt │ │ ├── vim/ │ │ │ └── default.txt │ │ ├── wasm/ │ │ │ └── default.txt │ │ ├── wren/ │ │ │ └── default.txt │ │ ├── x86asm/ │ │ │ └── default.txt │ │ ├── xl/ │ │ │ └── default.txt │ │ ├── xml/ │ │ │ ├── default.txt │ │ │ ├── groovy-julia.txt │ │ │ └── js.txt │ │ ├── xquery/ │ │ │ └── default.txt │ │ ├── yaml/ │ │ │ └── default.txt │ │ └── zephir/ │ │ └── default.txt │ ├── fixtures/ │ │ ├── expect/ │ │ │ ├── endsWithParentVariants.txt │ │ │ ├── explicit1.txt │ │ │ ├── explicit2.txt │ │ │ ├── languagealias.txt │ │ │ ├── sublanguages.txt │ │ │ └── useBr.txt │ │ ├── index.html │ │ └── nested.js │ ├── index.js │ ├── markup/ │ │ ├── 1c/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── abnf/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── accesslog/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── actionscript/ │ │ │ ├── method-call.expect.txt │ │ │ └── method-call.txt │ │ ├── ada/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── angelscript/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── apache/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── applescript/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── arcade/ │ │ │ ├── profile.expect.txt │ │ │ └── profile.txt │ │ ├── arduino/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── armasm/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── asciidoc/ │ │ │ ├── constrained.expect.txt │ │ │ ├── constrained.txt │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── unconstrained.expect.txt │ │ │ └── unconstrained.txt │ │ ├── aspectj/ │ │ │ ├── intertype-constructor.expect.txt │ │ │ ├── intertype-constructor.txt │ │ │ ├── intertype-method.expect.txt │ │ │ └── intertype-method.txt │ │ ├── autohotkey/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── autoit/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── avrasm/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── awk/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── axapta/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── bash/ │ │ │ ├── arithmetic.expect.txt │ │ │ ├── arithmetic.txt │ │ │ ├── escaped-apos.expect.txt │ │ │ ├── escaped-apos.txt │ │ │ ├── escaped-quote.expect.txt │ │ │ ├── escaped-quote.txt │ │ │ ├── no-numbers.expect.txt │ │ │ ├── no-numbers.txt │ │ │ ├── not-comments.expect.txt │ │ │ ├── not-comments.txt │ │ │ ├── strings.expect.txt │ │ │ ├── strings.txt │ │ │ ├── token-containing-keyword.expect.txt │ │ │ ├── token-containing-keyword.txt │ │ │ ├── variables.expect.txt │ │ │ └── variables.txt │ │ ├── basic/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── bnf/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── brainfuck/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── c/ │ │ │ ├── number-literals.expect.txt │ │ │ └── number-literals.txt │ │ ├── cal/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── capnproto/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── ceylon/ │ │ │ ├── nested-comments.expect.txt │ │ │ └── nested-comments.txt │ │ ├── clean/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── clojure/ │ │ │ ├── character.expect.txt │ │ │ ├── character.txt │ │ │ ├── comment-macro.expect.txt │ │ │ ├── comment-macro.txt │ │ │ ├── deps_edn.expect.txt │ │ │ ├── deps_edn.txt │ │ │ ├── globals_definition.expect.txt │ │ │ ├── globals_definition.txt │ │ │ ├── number.expect.txt │ │ │ ├── number.txt │ │ │ ├── symbols-numbers.expect.txt │ │ │ └── symbols-numbers.txt │ │ ├── clojure-repl/ │ │ │ ├── prompt.expect.txt │ │ │ └── prompt.txt │ │ ├── cmake/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── coffeescript/ │ │ │ ├── division.expect.txt │ │ │ ├── division.txt │ │ │ ├── freeze_bug.expect.txt │ │ │ ├── freeze_bug.txt │ │ │ ├── function.expect.txt │ │ │ ├── function.txt │ │ │ ├── regex.expect.txt │ │ │ └── regex.txt │ │ ├── coq/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── cos/ │ │ │ ├── basic.expect.txt │ │ │ ├── basic.txt │ │ │ ├── embedded.expect.txt │ │ │ └── embedded.txt │ │ ├── cpp/ │ │ │ ├── bitwise-keywords.expect.txt │ │ │ ├── bitwise-keywords.txt │ │ │ ├── bugs.expect.txt │ │ │ ├── bugs.txt │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── expression-keywords.expect.txt │ │ │ ├── expression-keywords.txt │ │ │ ├── function-declarations.expect.txt │ │ │ ├── function-declarations.txt │ │ │ ├── function-like-keywords.expect.txt │ │ │ ├── function-like-keywords.txt │ │ │ ├── function-params.expect.txt │ │ │ ├── function-params.txt │ │ │ ├── function-title.expect.txt │ │ │ ├── function-title.txt │ │ │ ├── initializers.expect.txt │ │ │ ├── initializers.txt │ │ │ ├── number-literals.expect.txt │ │ │ ├── number-literals.txt │ │ │ ├── pointers-returns.expect.txt │ │ │ ├── pointers-returns.txt │ │ │ ├── preprocessor.expect.txt │ │ │ ├── preprocessor.txt │ │ │ ├── primitive-types.expect.txt │ │ │ ├── primitive-types.txt │ │ │ ├── string-literals.expect.txt │ │ │ ├── string-literals.txt │ │ │ ├── template-complexity.expect.txt │ │ │ ├── template-complexity.txt │ │ │ ├── truncated-raw-string.expect.txt │ │ │ └── truncated-raw-string.txt │ │ ├── crmsh/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── crystal/ │ │ │ ├── defs.expect.txt │ │ │ ├── defs.txt │ │ │ ├── literals.expect.txt │ │ │ ├── literals.txt │ │ │ ├── macro.expect.txt │ │ │ ├── macro.txt │ │ │ ├── operators.expect.txt │ │ │ ├── operators.txt │ │ │ ├── regexes.expect.txt │ │ │ ├── regexes.txt │ │ │ ├── toplevel-keywords.expect.txt │ │ │ └── toplevel-keywords.txt │ │ ├── csharp/ │ │ │ ├── dotted-namespace.expect.txt │ │ │ ├── dotted-namespace.txt │ │ │ ├── floats.expect.txt │ │ │ ├── floats.txt │ │ │ ├── functions.expect.txt │ │ │ ├── functions.txt │ │ │ ├── generic_modifiers.expect.txt │ │ │ ├── generic_modifiers.txt │ │ │ ├── identifiers.expect.txt │ │ │ ├── identifiers.txt │ │ │ ├── records.expect.txt │ │ │ ├── records.txt │ │ │ ├── scoped.expect.txt │ │ │ ├── scoped.txt │ │ │ ├── string-interpolation.expect.txt │ │ │ ├── string-interpolation.txt │ │ │ ├── string-raw.expect.txt │ │ │ ├── string-raw.txt │ │ │ ├── titles.expect.txt │ │ │ ├── titles.txt │ │ │ ├── try-catch.expect.txt │ │ │ └── try-catch.txt │ │ ├── csp/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── css/ │ │ │ ├── css_consistency.expect.txt │ │ │ ├── css_consistency.txt │ │ │ ├── hex-colors.expect.txt │ │ │ ├── hex-colors.txt │ │ │ ├── pseudo-selector.expect.txt │ │ │ ├── pseudo-selector.txt │ │ │ ├── pseudo.expect.txt │ │ │ ├── pseudo.txt │ │ │ ├── sample.expect.txt │ │ │ ├── sample.txt │ │ │ ├── url.expect.txt │ │ │ ├── url.txt │ │ │ ├── variables.expect.txt │ │ │ └── variables.txt │ │ ├── d/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── dart/ │ │ │ ├── comment-markdown.expect.txt │ │ │ ├── comment-markdown.txt │ │ │ ├── string-interpolation.expect.txt │ │ │ └── string-interpolation.txt │ │ ├── delphi/ │ │ │ ├── character-string.expect.txt │ │ │ ├── character-string.txt │ │ │ ├── compiler-directive.expect.txt │ │ │ ├── compiler-directive.txt │ │ │ ├── numeric-literal.expect.txt │ │ │ └── numeric-literal.txt │ │ ├── diff/ │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── git-format-patch.expect.txt │ │ │ └── git-format-patch.txt │ │ ├── django/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── dns/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── dockerfile/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── dos/ │ │ │ ├── comments.expect.txt │ │ │ └── comments.txt │ │ ├── dsconfig/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── dts/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── dust/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── ebnf/ │ │ │ ├── quote-symbols.expect.txt │ │ │ ├── quote-symbols.txt │ │ │ ├── terminators.expect.txt │ │ │ ├── terminators.txt │ │ │ ├── underscore-production.expect.txt │ │ │ └── underscore-production.txt │ │ ├── elixir/ │ │ │ ├── char-literal.expect.txt │ │ │ ├── char-literal.txt │ │ │ ├── conditionals.expect.txt │ │ │ ├── conditionals.txt │ │ │ ├── function-not-regex.expect.txt │ │ │ ├── function-not-regex.txt │ │ │ ├── function-title.expect.txt │ │ │ ├── function-title.txt │ │ │ ├── module-references.expect.txt │ │ │ ├── module-references.txt │ │ │ ├── modules.expect.txt │ │ │ ├── modules.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── sigils.expect.txt │ │ │ ├── sigils.txt │ │ │ ├── strings.expect.txt │ │ │ ├── strings.txt │ │ │ ├── uppercase-string-sigil.expect.txt │ │ │ └── uppercase-string-sigil.txt │ │ ├── elm/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── erb/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── erlang/ │ │ │ ├── char_literal.expect.txt │ │ │ ├── char_literal.txt │ │ │ ├── doc_attribute.expect.txt │ │ │ ├── doc_attribute.txt │ │ │ ├── maybe.expect.txt │ │ │ ├── maybe.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── sigil.expect.txt │ │ │ ├── sigil.txt │ │ │ ├── triple_quote_string.expect.txt │ │ │ └── triple_quote_string.txt │ │ ├── erlang-repl/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── excel/ │ │ │ ├── comments.expect.txt │ │ │ └── comments.txt │ │ ├── fix/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── flix/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── fortran/ │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── dot_keywords.expect.txt │ │ │ ├── dot_keywords.txt │ │ │ ├── numbers.expect.txt │ │ │ └── numbers.txt │ │ ├── fsharp/ │ │ │ ├── attributes.expect.txt │ │ │ ├── attributes.txt │ │ │ ├── bang-keywords.expect.txt │ │ │ ├── bang-keywords.txt │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── computation-expressions.expect.txt │ │ │ ├── computation-expressions.txt │ │ │ ├── fsi-and-preprocessor.expect.txt │ │ │ ├── fsi-and-preprocessor.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── operators.expect.txt │ │ │ ├── operators.txt │ │ │ ├── strings.expect.txt │ │ │ ├── strings.txt │ │ │ ├── types.expect.txt │ │ │ └── types.txt │ │ ├── gams/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── gauss/ │ │ │ ├── function_defs.expect.txt │ │ │ ├── function_defs.txt │ │ │ ├── function_refs.expect.txt │ │ │ ├── function_refs.txt │ │ │ ├── keywords.expect.txt │ │ │ └── keywords.txt │ │ ├── gcode/ │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── extended.expect.txt │ │ │ └── extended.txt │ │ ├── gherkin/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── glsl/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── gml/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── go/ │ │ │ ├── functions.expect.txt │ │ │ ├── functions.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── strings.expect.txt │ │ │ └── strings.txt │ │ ├── golo/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── gradle/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── graphql/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── groovy/ │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── oneoffs.expect.txt │ │ │ └── oneoffs.txt │ │ ├── haml/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── handlebars/ │ │ │ ├── block-expression-variants-as-path-segment.expect.txt │ │ │ ├── block-expression-variants-as-path-segment.txt │ │ │ ├── block-expression-variants-in-helper-name.expect.txt │ │ │ ├── block-expression-variants-in-helper-name.txt │ │ │ ├── block-expression-variants-in-param.expect.txt │ │ │ ├── block-expression-variants-in-param.txt │ │ │ ├── block-parameters-as.expect.txt │ │ │ ├── block-parameters-as.txt │ │ │ ├── block-with-param.expect.txt │ │ │ ├── block-with-param.txt │ │ │ ├── block.expect.txt │ │ │ ├── block.txt │ │ │ ├── built-ins.expect.txt │ │ │ ├── built-ins.txt │ │ │ ├── combinations-with-text.expect.txt │ │ │ ├── combinations-with-text.txt │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── else-variants.expect.txt │ │ │ ├── else-variants.txt │ │ │ ├── escaped-mustaches.expect.txt │ │ │ ├── escaped-mustaches.txt │ │ │ ├── expression-variants.expect.txt │ │ │ ├── expression-variants.txt │ │ │ ├── hashes.expect.txt │ │ │ ├── hashes.txt │ │ │ ├── if-else.expect.txt │ │ │ ├── if-else.txt │ │ │ ├── literals-in-different-places.expect.txt │ │ │ ├── literals-in-different-places.txt │ │ │ ├── literals.expect.txt │ │ │ ├── literals.txt │ │ │ ├── partial-call.expect.txt │ │ │ ├── partial-call.txt │ │ │ ├── path-expressions.expect.txt │ │ │ ├── path-expressions.txt │ │ │ ├── raw-block.expect.txt │ │ │ ├── raw-block.txt │ │ │ ├── simple-expression.expect.txt │ │ │ ├── simple-expression.txt │ │ │ ├── sub-expressions.expect.txt │ │ │ ├── sub-expressions.txt │ │ │ ├── triple-mustache.expect.txt │ │ │ └── triple-mustache.txt │ │ ├── haskell/ │ │ │ ├── char.expect.txt │ │ │ ├── char.txt │ │ │ ├── infix.expect.txt │ │ │ ├── infix.txt │ │ │ ├── inline-comments.expect.txt │ │ │ ├── inline-comments.txt │ │ │ ├── nested-comments.expect.txt │ │ │ ├── nested-comments.txt │ │ │ ├── numbers.expect.txt │ │ │ └── numbers.txt │ │ ├── haxe/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── hsp/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── http/ │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── http3.expect.txt │ │ │ ├── http3.txt │ │ │ ├── just_headers.expect.txt │ │ │ ├── just_headers.txt │ │ │ ├── response.expect.txt │ │ │ └── response.txt │ │ ├── hy/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── index.js │ │ ├── inform7/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── ini/ │ │ │ ├── array.expect.txt │ │ │ ├── array.txt │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── keys.expect.txt │ │ │ ├── keys.txt │ │ │ ├── tables.expect.txt │ │ │ ├── tables.txt │ │ │ ├── types.expect.txt │ │ │ ├── types.txt │ │ │ ├── variable.expect.txt │ │ │ └── variable.txt │ │ ├── irpf90/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── isbl/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── java/ │ │ │ ├── annotations.expect.txt │ │ │ ├── annotations.txt │ │ │ ├── bugs.expect.txt │ │ │ ├── bugs.txt │ │ │ ├── functions.expect.txt │ │ │ ├── functions.txt │ │ │ ├── gh1031.expect.txt │ │ │ ├── gh1031.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── switch.expect.txt │ │ │ ├── switch.txt │ │ │ ├── textblock.expect.txt │ │ │ ├── textblock.txt │ │ │ ├── titles.expect.txt │ │ │ └── titles.txt │ │ ├── javascript/ │ │ │ ├── arrow-function.expect.txt │ │ │ ├── arrow-function.txt │ │ │ ├── block-comments.expect.txt │ │ │ ├── block-comments.txt │ │ │ ├── built-in.expect.txt │ │ │ ├── built-in.txt │ │ │ ├── class.expect.txt │ │ │ ├── class.txt │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── conventions.expect.txt │ │ │ ├── conventions.txt │ │ │ ├── default-parameters.expect.txt │ │ │ ├── default-parameters.txt │ │ │ ├── inline-languages.expect.txt │ │ │ ├── inline-languages.txt │ │ │ ├── jsdoc.expect.txt │ │ │ ├── jsdoc.txt │ │ │ ├── jsx-fragment.expect.txt │ │ │ ├── jsx-fragment.txt │ │ │ ├── jsx.expect.txt │ │ │ ├── jsx.txt │ │ │ ├── keyword-as-part-of-method-name.expect.txt │ │ │ ├── keyword-as-part-of-method-name.txt │ │ │ ├── keyword_as_identifier.expect.txt │ │ │ ├── keyword_as_identifier.txt │ │ │ ├── keywords.expect.txt │ │ │ ├── keywords.txt │ │ │ ├── method-call.expect.txt │ │ │ ├── method-call.txt │ │ │ ├── modules.expect.txt │ │ │ ├── modules.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── object-attr.expect.txt │ │ │ ├── object-attr.txt │ │ │ ├── regex.expect.txt │ │ │ ├── regex.txt │ │ │ ├── seperated-parameters.expect.txt │ │ │ ├── seperated-parameters.txt │ │ │ ├── shebang.expect.txt │ │ │ ├── shebang.txt │ │ │ ├── template-strings.expect.txt │ │ │ └── template-strings.txt │ │ ├── jboss-cli/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── json/ │ │ │ ├── comments.expect.txt │ │ │ └── comments.txt │ │ ├── json5/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── julia/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── julia-repl/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── kotlin/ │ │ │ ├── class.expect.txt │ │ │ ├── class.txt │ │ │ ├── function.expect.txt │ │ │ ├── function.txt │ │ │ ├── nested_comment.expect.txt │ │ │ ├── nested_comment.txt │ │ │ ├── string.expect.txt │ │ │ └── string.txt │ │ ├── lasso/ │ │ │ ├── delimiters.expect.txt │ │ │ └── delimiters.txt │ │ ├── latex/ │ │ │ ├── chars.expect.txt │ │ │ ├── chars.txt │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── control_sequences.expect.txt │ │ │ ├── control_sequences.txt │ │ │ ├── parameters.expect.txt │ │ │ ├── parameters.txt │ │ │ ├── verbatim.expect.txt │ │ │ └── verbatim.txt │ │ ├── ldif/ │ │ │ ├── ldapmodify.expect.txt │ │ │ ├── ldapmodify.txt │ │ │ ├── schema.expect.txt │ │ │ └── schema.txt │ │ ├── leaf/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── less/ │ │ │ ├── css_consistency.expect.txt │ │ │ ├── css_consistency.txt │ │ │ ├── selectors.expect.txt │ │ │ └── selectors.txt │ │ ├── lisp/ │ │ │ ├── mec.expect.txt │ │ │ └── mec.txt │ │ ├── livecodeserver/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── livescript/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── llvm/ │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── simple.expect.txt │ │ │ ├── simple.txt │ │ │ ├── string.expect.txt │ │ │ └── string.txt │ │ ├── lsl/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── lua/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── makefile/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── markdown/ │ │ │ ├── bold_italics.expect.txt │ │ │ ├── bold_italics.txt │ │ │ ├── code.expect.txt │ │ │ ├── code.txt │ │ │ ├── entity.expect.txt │ │ │ ├── entity.txt │ │ │ ├── links.expect.txt │ │ │ ├── links.txt │ │ │ ├── list.expect.txt │ │ │ ├── list.txt │ │ │ ├── sections.expect.txt │ │ │ └── sections.txt │ │ ├── mathematica/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── matlab/ │ │ │ ├── block_comment.expect.txt │ │ │ ├── block_comment.txt │ │ │ ├── transpose.expect.txt │ │ │ └── transpose.txt │ │ ├── maxima/ │ │ │ ├── example.expect.txt │ │ │ ├── example.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── symbols.expect.txt │ │ │ └── symbols.txt │ │ ├── mel/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── mercury/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── mipsasm/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── mizar/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── mojolicious/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── monkey/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── moonscript/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── n1ql/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── nestedtext/ │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── lists_of.expect.txt │ │ │ └── lists_of.txt │ │ ├── nginx/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── nim/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── nix/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── node-repl/ │ │ │ ├── sample.expect.txt │ │ │ └── sample.txt │ │ ├── nsis/ │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── variables.expect.txt │ │ │ └── variables.txt │ │ ├── objectivec/ │ │ │ ├── preprocessor.expect.txt │ │ │ ├── preprocessor.txt │ │ │ ├── string-literals.expect.txt │ │ │ └── string-literals.txt │ │ ├── ocaml/ │ │ │ ├── literals.expect.txt │ │ │ ├── literals.txt │ │ │ ├── types.expect.txt │ │ │ └── types.txt │ │ ├── openscad/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── oxygene/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── parser3/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── perl/ │ │ │ ├── class.expect.txt │ │ │ ├── class.txt │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── number.expect.txt │ │ │ ├── number.txt │ │ │ ├── regex.expect.txt │ │ │ └── regex.txt │ │ ├── pf/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── pgsql/ │ │ │ ├── clauses.expect.txt │ │ │ ├── clauses.txt │ │ │ ├── clauses2.expect.txt │ │ │ ├── clauses2.txt │ │ │ ├── constraints.expect.txt │ │ │ ├── constraints.txt │ │ │ ├── dollar_strings.expect.txt │ │ │ ├── dollar_strings.txt │ │ │ ├── options.expect.txt │ │ │ ├── options.txt │ │ │ ├── plpgsql.expect.txt │ │ │ ├── plpgsql.txt │ │ │ ├── sql-commands.expect.txt │ │ │ ├── sql-commands.txt │ │ │ ├── window-functions.expect.txt │ │ │ ├── window-functions.txt │ │ │ ├── xml.expect.txt │ │ │ └── xml.txt │ │ ├── php/ │ │ │ ├── attributes.expect.txt │ │ │ ├── attributes.txt │ │ │ ├── case.expect.txt │ │ │ ├── case.txt │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── functions.expect.txt │ │ │ ├── functions.txt │ │ │ ├── namespace.expect.txt │ │ │ ├── namespace.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── php80.expect.txt │ │ │ ├── php80.txt │ │ │ ├── strings.expect.txt │ │ │ ├── strings.txt │ │ │ ├── titles.expect.txt │ │ │ └── titles.txt │ │ ├── php-template/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── plaintext/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── pony/ │ │ │ ├── control-flow.expect.txt │ │ │ ├── control-flow.txt │ │ │ ├── creator.expect.txt │ │ │ ├── creator.txt │ │ │ ├── iterface-trait.expect.txt │ │ │ ├── iterface-trait.txt │ │ │ ├── lambda.expect.txt │ │ │ ├── lambda.txt │ │ │ ├── match.expect.txt │ │ │ ├── match.txt │ │ │ ├── method.expect.txt │ │ │ ├── method.txt │ │ │ ├── number-literals.expect.txt │ │ │ ├── number-literals.txt │ │ │ ├── objects.expect.txt │ │ │ ├── objects.txt │ │ │ ├── prime.expect.txt │ │ │ ├── prime.txt │ │ │ ├── triple-quote.expect.txt │ │ │ └── triple-quote.txt │ │ ├── powershell/ │ │ │ ├── apos-herestring.expect.txt │ │ │ ├── apos-herestring.txt │ │ │ ├── classes.expect.txt │ │ │ ├── classes.txt │ │ │ ├── flags.expect.txt │ │ │ ├── flags.txt │ │ │ ├── misc.expect.txt │ │ │ ├── misc.txt │ │ │ ├── quote-herestring.expect.txt │ │ │ └── quote-herestring.txt │ │ ├── processing/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── profile/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── prolog/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── properties/ │ │ │ ├── syntax.expect.txt │ │ │ └── syntax.txt │ │ ├── protobuf/ │ │ │ ├── message-message.expect.txt │ │ │ ├── message-message.txt │ │ │ ├── rpc.expect.txt │ │ │ └── rpc.txt │ │ ├── puppet/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── purebasic/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── python/ │ │ │ ├── class_self.expect.txt │ │ │ ├── class_self.txt │ │ │ ├── decorators.expect.txt │ │ │ ├── decorators.txt │ │ │ ├── diacritic_identifiers.expect.txt │ │ │ ├── diacritic_identifiers.txt │ │ │ ├── escaped-quotes.expect.txt │ │ │ ├── escaped-quotes.txt │ │ │ ├── f-strings.expect.txt │ │ │ ├── f-strings.txt │ │ │ ├── false_positives.expect.txt │ │ │ ├── false_positives.txt │ │ │ ├── function-header-comments.expect.txt │ │ │ ├── function-header-comments.txt │ │ │ ├── function-header.expect.txt │ │ │ ├── function-header.txt │ │ │ ├── identifiers.expect.txt │ │ │ ├── identifiers.txt │ │ │ ├── keywords.expect.txt │ │ │ ├── keywords.txt │ │ │ ├── matrix-multiplication.expect.txt │ │ │ ├── matrix-multiplication.txt │ │ │ ├── numbers.expect.txt │ │ │ └── numbers.txt │ │ ├── python-repl/ │ │ │ ├── sample.expect.txt │ │ │ └── sample.txt │ │ ├── q/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── qml/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── r/ │ │ │ ├── names.expect.txt │ │ │ ├── names.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── ops.expect.r │ │ │ ├── ops.r │ │ │ ├── roxygen.expect.txt │ │ │ ├── roxygen.txt │ │ │ ├── strings.expect.txt │ │ │ └── strings.txt │ │ ├── reasonml/ │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── functions.expect.txt │ │ │ ├── functions.txt │ │ │ ├── literals.expect.txt │ │ │ ├── literals.txt │ │ │ ├── modules.expect.txt │ │ │ ├── modules.txt │ │ │ ├── pattern-matching.expect.txt │ │ │ ├── pattern-matching.txt │ │ │ ├── types.expect.txt │ │ │ └── types.txt │ │ ├── rib/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── roboconf/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── routeros/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── rsl/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── ruby/ │ │ │ ├── blocks.expect.txt │ │ │ ├── blocks.txt │ │ │ ├── gemfile.expect.txt │ │ │ ├── gemfile.txt │ │ │ ├── heredoc.expect.txt │ │ │ ├── heredoc.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── prompt.expect.txt │ │ │ ├── prompt.txt │ │ │ ├── regexes.expect.txt │ │ │ ├── regexes.txt │ │ │ ├── strings.expect.txt │ │ │ └── strings.txt │ │ ├── ruleslanguage/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── rust/ │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── invoked-keywords.expect.txt │ │ │ ├── invoked-keywords.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── sample1.expect.txt │ │ │ ├── sample1.txt │ │ │ ├── strings.expect.txt │ │ │ ├── strings.txt │ │ │ ├── traits.expect.txt │ │ │ ├── traits.txt │ │ │ ├── types.expect.txt │ │ │ ├── types.txt │ │ │ ├── variables.expect.txt │ │ │ └── variables.txt │ │ ├── sas/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── scala/ │ │ │ ├── case-classes.expect.txt │ │ │ ├── case-classes.txt │ │ │ ├── end.expect.txt │ │ │ ├── end.txt │ │ │ ├── enum.expect.txt │ │ │ ├── enum.txt │ │ │ ├── export.expect.txt │ │ │ ├── export.txt │ │ │ ├── extension.expect.txt │ │ │ ├── extension.txt │ │ │ ├── for-do.expect.txt │ │ │ ├── for-do.txt │ │ │ ├── given.expect.txt │ │ │ ├── given.txt │ │ │ ├── if-then-else.expect.txt │ │ │ ├── if-then-else.txt │ │ │ ├── inline.expect.txt │ │ │ ├── inline.txt │ │ │ ├── quoted-code.expect.txt │ │ │ ├── quoted-code.txt │ │ │ ├── strings.expect.txt │ │ │ ├── strings.txt │ │ │ ├── symbol.expect.txt │ │ │ ├── symbol.txt │ │ │ ├── transparent.expect.txt │ │ │ ├── transparent.txt │ │ │ ├── using-directives.expect.txt │ │ │ ├── using-directives.txt │ │ │ ├── using.expect.txt │ │ │ ├── using.txt │ │ │ ├── while-do.expect.txt │ │ │ └── while-do.txt │ │ ├── scheme/ │ │ │ ├── lambda.expect.txt │ │ │ ├── lambda.txt │ │ │ ├── quoted.expect.txt │ │ │ └── quoted.txt │ │ ├── scilab/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── scss/ │ │ │ ├── css_consistency.expect.txt │ │ │ ├── css_consistency.txt │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── shell/ │ │ │ ├── command-continuation.expect.txt │ │ │ ├── command-continuation.txt │ │ │ ├── plain-prompt.expect.txt │ │ │ ├── plain-prompt.txt │ │ │ ├── prompt-with-slash.expect.txt │ │ │ ├── prompt-with-slash.txt │ │ │ ├── prompt-with-tilde.expect.txt │ │ │ ├── prompt-with-tilde.txt │ │ │ ├── simple.expect.txt │ │ │ ├── simple.txt │ │ │ ├── single.expect.txt │ │ │ └── single.txt │ │ ├── smali/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── smalltalk/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── sml/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── sqf/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── sql/ │ │ │ ├── combos.expect.txt │ │ │ ├── combos.txt │ │ │ ├── functions.expect.txt │ │ │ ├── functions.txt │ │ │ ├── join.expect.txt │ │ │ ├── join.txt │ │ │ ├── keywords.expect.txt │ │ │ ├── keywords.txt │ │ │ ├── numeric-types.expect.txt │ │ │ ├── numeric-types.txt │ │ │ ├── set-operator.expect.txt │ │ │ ├── set-operator.txt │ │ │ ├── string-types.expect.txt │ │ │ ├── string-types.txt │ │ │ ├── types.expect.txt │ │ │ ├── types.txt │ │ │ ├── values-statement.expect.txt │ │ │ └── values-statement.txt │ │ ├── stan/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── stata/ │ │ │ ├── built_ins.expect.txt │ │ │ └── built_ins.txt │ │ ├── step21/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── stylus/ │ │ │ ├── css_consistency.expect.txt │ │ │ ├── css_consistency.txt │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── subunit/ │ │ │ ├── subunit-errorline.expect.txt │ │ │ ├── subunit-errorline.txt │ │ │ ├── subunit-failureline.expect.txt │ │ │ ├── subunit-failureline.txt │ │ │ ├── subunit-progressline.expect.txt │ │ │ ├── subunit-progressline.txt │ │ │ ├── subunit-skipline.expect.txt │ │ │ ├── subunit-skipline.txt │ │ │ ├── subunit-successline.expect.txt │ │ │ ├── subunit-successline.txt │ │ │ ├── subunit-tagline.expect.txt │ │ │ ├── subunit-tagline.txt │ │ │ ├── subunit-testline.expect.txt │ │ │ ├── subunit-testline.txt │ │ │ ├── subunit-timeline.expect.txt │ │ │ ├── subunit-timeline.txt │ │ │ ├── subunit-uxsuccessline.expect.txt │ │ │ ├── subunit-uxsuccessline.txt │ │ │ ├── subunit-xfailline.expect.txt │ │ │ └── subunit-xfailline.txt │ │ ├── swift/ │ │ │ ├── attributes.expect.txt │ │ │ ├── attributes.txt │ │ │ ├── availability.expect.txt │ │ │ ├── availability.txt │ │ │ ├── class-func-var.expect.txt │ │ │ ├── class-func-var.txt │ │ │ ├── distributed-actor-runtime.expect.txt │ │ │ ├── distributed-actor-runtime.txt │ │ │ ├── functions.expect.txt │ │ │ ├── functions.txt │ │ │ ├── identifiers.expect.txt │ │ │ ├── identifiers.txt │ │ │ ├── keywords.expect.txt │ │ │ ├── keywords.txt │ │ │ ├── macro.expect.txt │ │ │ ├── macro.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── operator-declarations.expect.txt │ │ │ ├── operator-declarations.txt │ │ │ ├── operators.expect.txt │ │ │ ├── operators.txt │ │ │ ├── ownership.expect.txt │ │ │ ├── ownership.txt │ │ │ ├── parameterpack.expect.txt │ │ │ ├── parameterpack.txt │ │ │ ├── precedencegroup.expect.txt │ │ │ ├── precedencegroup.txt │ │ │ ├── regex.expect.txt │ │ │ ├── regex.txt │ │ │ ├── strings.expect.txt │ │ │ ├── strings.txt │ │ │ ├── swiftui.expect.txt │ │ │ ├── swiftui.txt │ │ │ ├── tuples.expect.txt │ │ │ ├── tuples.txt │ │ │ ├── type-definition.expect.txt │ │ │ ├── type-definition.txt │ │ │ ├── types.expect.txt │ │ │ └── types.txt │ │ ├── taggerscript/ │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── functions.expect.txt │ │ │ ├── functions.txt │ │ │ ├── noop.expect.txt │ │ │ └── noop.txt │ │ ├── tap/ │ │ │ ├── basic.expect.txt │ │ │ ├── basic.txt │ │ │ ├── without-numbers.expect.txt │ │ │ ├── without-numbers.txt │ │ │ ├── yaml-block.expect.txt │ │ │ └── yaml-block.txt │ │ ├── tcl/ │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── variables.expect.txt │ │ │ └── variables.txt │ │ ├── thrift/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── tp/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── twig/ │ │ │ ├── filter_with_underscore.expect.txt │ │ │ ├── filter_with_underscore.txt │ │ │ ├── template_tags.expect.txt │ │ │ └── template_tags.txt │ │ ├── typescript/ │ │ │ ├── class.expect.txt │ │ │ ├── class.txt │ │ │ ├── declares.expect.txt │ │ │ ├── declares.txt │ │ │ ├── decorator-factories.expect.txt │ │ │ ├── decorator-factories.txt │ │ │ ├── functions.expect.txt │ │ │ ├── functions.txt │ │ │ ├── generics.expect.txt │ │ │ ├── generics.txt │ │ │ ├── identifiers_that_include_keywords.expect.txt │ │ │ ├── identifiers_that_include_keywords.txt │ │ │ ├── inline-languages.expect.txt │ │ │ ├── inline-languages.txt │ │ │ ├── jsx.expect.txt │ │ │ ├── jsx.txt │ │ │ ├── module-id.expect.txt │ │ │ ├── module-id.txt │ │ │ ├── namespace_as_identifier.expect.txt │ │ │ ├── namespace_as_identifier.txt │ │ │ ├── nested-templates.expect.txt │ │ │ ├── nested-templates.txt │ │ │ ├── numbers-and-dashes.expect.txt │ │ │ ├── numbers-and-dashes.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── satisfies-and-as.expect.txt │ │ │ └── satisfies-and-as.txt │ │ ├── vala/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── vbnet/ │ │ │ ├── comments.expect.txt │ │ │ ├── comments.txt │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── directives.expect.txt │ │ │ ├── directives.txt │ │ │ ├── literals.expect.txt │ │ │ ├── literals.txt │ │ │ ├── numbers.expect.txt │ │ │ └── numbers.txt │ │ ├── vbscript/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── vbscript-html/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── verilog/ │ │ │ ├── directives.expect.txt │ │ │ ├── directives.txt │ │ │ ├── misc.expect.txt │ │ │ ├── misc.txt │ │ │ ├── numbers.expect.txt │ │ │ └── numbers.txt │ │ ├── vhdl/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── vim/ │ │ │ ├── default.expect.txt │ │ │ ├── default.txt │ │ │ ├── strings-comments.expect.txt │ │ │ └── strings-comments.txt │ │ ├── wasm/ │ │ │ ├── sample.expect.txt │ │ │ └── sample.txt │ │ ├── wren/ │ │ │ ├── attributes.expect.txt │ │ │ ├── attributes.txt │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── x86asm/ │ │ │ ├── labels-directives.expect.txt │ │ │ └── labels-directives.txt │ │ ├── xl/ │ │ │ ├── default.expect.txt │ │ │ └── default.txt │ │ ├── xml/ │ │ │ ├── document-type-variations.expect.txt │ │ │ ├── document-type-variations.txt │ │ │ ├── namespace.expect.txt │ │ │ ├── namespace.txt │ │ │ ├── non-ascii-attribute-names.expect.txt │ │ │ ├── non-ascii-attribute-names.txt │ │ │ ├── non-ascii-element-names.expect.txt │ │ │ ├── non-ascii-element-names.txt │ │ │ ├── processing.expect.txt │ │ │ ├── processing.txt │ │ │ ├── space-attributes.expect.txt │ │ │ ├── space-attributes.txt │ │ │ ├── sublanguage_no_relevancy.expect.txt │ │ │ ├── sublanguage_no_relevancy.txt │ │ │ ├── unquoted-attributes.expect.txt │ │ │ └── unquoted-attributes.txt │ │ ├── xquery/ │ │ │ ├── computed_inbuilt.expect.txt │ │ │ ├── computed_inbuilt.txt │ │ │ ├── direct_method.expect.txt │ │ │ ├── direct_method.txt │ │ │ ├── function_body.expect.txt │ │ │ ├── function_body.txt │ │ │ ├── prolog_declarations.expect.txt │ │ │ └── prolog_declarations.txt │ │ ├── yaml/ │ │ │ ├── block.expect.txt │ │ │ ├── block.txt │ │ │ ├── inline.expect.txt │ │ │ ├── inline.txt │ │ │ ├── keys.expect.txt │ │ │ ├── keys.txt │ │ │ ├── numbers.expect.txt │ │ │ ├── numbers.txt │ │ │ ├── special_chars.expect.txt │ │ │ ├── special_chars.txt │ │ │ ├── string.expect.txt │ │ │ ├── string.txt │ │ │ ├── tag.expect.txt │ │ │ └── tag.txt │ │ └── zephir/ │ │ ├── default.expect.txt │ │ └── default.txt │ ├── mocha.opts │ ├── parser/ │ │ ├── beginEndScope.js │ │ ├── compiler-extensions.js │ │ ├── index.js │ │ ├── look-ahead-end-matchers.js │ │ ├── max_keyword_hits.js │ │ ├── resume-scan.js │ │ ├── reuse-endsWithParent.js │ │ └── should-not-destroyData.js │ ├── regex/ │ │ ├── index.js │ │ └── lib/ │ │ ├── analysis.js │ │ └── util.js │ ├── special/ │ │ ├── buildClassName.js │ │ ├── endsWithParentVariants.js │ │ ├── explicitLanguage.js │ │ ├── index.js │ │ ├── languageAlias.js │ │ ├── noHighlight.js │ │ └── subLanguages.js │ └── utility.js ├── tools/ │ ├── build.js │ ├── buildSizeReport.js │ ├── build_browser.js │ ├── build_cdn.js │ ├── build_config.js │ ├── build_node.js │ ├── checkAutoDetect.js │ ├── checkTheme.js │ ├── css │ ├── developer.html │ ├── lib/ │ │ ├── bundling.js │ │ ├── dependencies.js │ │ ├── external_language.js │ │ ├── language.js │ │ └── makestuff.js │ ├── perf.js │ ├── sample_files/ │ │ └── python.txt │ └── templates/ │ └── DIGESTS.md ├── tsconfig.json └── types/ └── index.d.ts