all constant

List<CodeLanguage> const all

Every bundled language grammar. Referencing this pulls all of them into your build, defeating tree-shaking; prefer individual members (e.g. abap) unless you truly need every language.

Implementation

static const List<CodeLanguage> all = [
  abap,
  actionscript3,
  ada,
  angularHtml,
  angularTs,
  apache,
  apex,
  apl,
  applescript,
  ara,
  asciidoc,
  asm,
  astro,
  awk,
  ballerina,
  bat,
  beancount,
  berry,
  bibtex,
  bicep,
  bird2,
  blade,
  bsl,
  c,
  c3,
  cadence,
  cairo,
  clarity,
  clojure,
  cmake,
  cobol,
  codeowners,
  codeql,
  coffee,
  commonLisp,
  coq,
  cpp,
  crystal,
  csharp,
  css,
  csv,
  cue,
  cypher,
  d,
  dart,
  dax,
  desktop,
  diff,
  docker,
  dotenv,
  dreamMaker,
  edge,
  elixir,
  elm,
  emacsLisp,
  erb,
  erlang,
  fennel,
  fish,
  fluent,
  fortranFixedForm,
  fortranFreeForm,
  fsharp,
  gdresource,
  gdscript,
  gdshader,
  genie,
  gherkin,
  gitCommit,
  gitRebase,
  gleam,
  glimmerJs,
  glimmerTs,
  glsl,
  gn,
  gnuplot,
  go,
  graphql,
  groovy,
  hack,
  haml,
  handlebars,
  haskell,
  haxe,
  hcl,
  hjson,
  hlsl,
  html,
  htmlDerivative,
  http,
  hurl,
  hxml,
  hy,
  imba,
  ini,
  java,
  javascript,
  jinja,
  jison,
  json,
  json5,
  jsonc,
  jsonl,
  jsonnet,
  jssm,
  jsx,
  julia,
  just,
  kdl,
  kotlin,
  kusto,
  latex,
  lean,
  less,
  liquid,
  llvm,
  log,
  logo,
  lua,
  luau,
  make,
  markdown,
  marko,
  matlab,
  mdc,
  mdx,
  mermaid,
  mipsasm,
  mojo,
  moonbit,
  move,
  narrat,
  nextflow,
  nextflowGroovy,
  nginx,
  nim,
  nix,
  nushell,
  objectiveC,
  objectiveCpp,
  ocaml,
  odin,
  openscad,
  pascal,
  perl,
  php,
  pkl,
  plsql,
  po,
  polar,
  postcss,
  powerquery,
  powershell,
  prisma,
  prolog,
  proto,
  pug,
  puppet,
  purescript,
  python,
  qml,
  qmldir,
  qss,
  r,
  racket,
  raku,
  razor,
  reg,
  regexp,
  rel,
  riscv,
  ron,
  rosmsg,
  rst,
  ruby,
  rust,
  sas,
  sass,
  scala,
  scheme,
  scss,
  sdbl,
  shaderlab,
  shellscript,
  shellsession,
  smalltalk,
  solidity,
  soy,
  sparql,
  splunk,
  sql,
  sshConfig,
  stata,
  stylus,
  surrealql,
  svelte,
  swift,
  systemVerilog,
  systemd,
  talonscript,
  tasl,
  tcl,
  templ,
  terraform,
  tex,
  toml,
  tsTags,
  tsv,
  tsx,
  turtle,
  twig,
  typescript,
  typespec,
  typst,
  v,
  vala,
  vb,
  verilog,
  vhdl,
  viml,
  vue,
  vueHtml,
  vueVine,
  vyper,
  wasm,
  wenyan,
  wgsl,
  wikitext,
  wit,
  wolfram,
  xml,
  xsl,
  yaml,
  zenscript,
  zig,
];