about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
blob: 53c06662793c3fddc9d4ab1c932607e4acf35909 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{ lib }:
{
  tree-sitter-bash = lib.importJSON ./tree-sitter-bash.json;
  tree-sitter-beancount = lib.importJSON ./tree-sitter-beancount.json;
  tree-sitter-bibtex = lib.importJSON ./tree-sitter-bibtex.json;
  tree-sitter-bitbake = lib.importJSON ./tree-sitter-bitbake.json;
  tree-sitter-c = lib.importJSON ./tree-sitter-c.json;
  tree-sitter-c-sharp = lib.importJSON ./tree-sitter-c-sharp.json;
  tree-sitter-clojure = lib.importJSON ./tree-sitter-clojure.json;
  tree-sitter-cmake = lib.importJSON ./tree-sitter-cmake.json;
  tree-sitter-comment = lib.importJSON ./tree-sitter-comment.json;
  tree-sitter-commonlisp = lib.importJSON ./tree-sitter-commonlisp.json;
  tree-sitter-cpp = lib.importJSON ./tree-sitter-cpp.json;
  tree-sitter-css = lib.importJSON ./tree-sitter-css.json;
  tree-sitter-cuda = lib.importJSON ./tree-sitter-cuda.json;
  tree-sitter-cue = lib.importJSON ./tree-sitter-cue.json;
  tree-sitter-dart = lib.importJSON ./tree-sitter-dart.json;
  tree-sitter-devicetree = lib.importJSON ./tree-sitter-devicetree.json;
  tree-sitter-dockerfile = lib.importJSON ./tree-sitter-dockerfile.json;
  tree-sitter-dot = lib.importJSON ./tree-sitter-dot.json;
  tree-sitter-eex = lib.importJSON ./tree-sitter-eex.json;
  tree-sitter-elisp = lib.importJSON ./tree-sitter-elisp.json;
  tree-sitter-elixir = lib.importJSON ./tree-sitter-elixir.json;
  tree-sitter-elm = lib.importJSON ./tree-sitter-elm.json;
  tree-sitter-embedded-template = lib.importJSON ./tree-sitter-embedded-template.json;
  tree-sitter-erlang = lib.importJSON ./tree-sitter-erlang.json;
  tree-sitter-fennel = lib.importJSON ./tree-sitter-fennel.json;
  tree-sitter-fish = lib.importJSON ./tree-sitter-fish.json;
  tree-sitter-fortran = lib.importJSON ./tree-sitter-fortran.json;
  tree-sitter-gdscript = lib.importJSON ./tree-sitter-gdscript.json;
  tree-sitter-gleam = lib.importJSON ./tree-sitter-gleam.json;
  tree-sitter-glimmer = lib.importJSON ./tree-sitter-glimmer.json;
  tree-sitter-glsl = lib.importJSON ./tree-sitter-glsl.json;
  tree-sitter-go = lib.importJSON ./tree-sitter-go.json;
  tree-sitter-godot-resource = lib.importJSON ./tree-sitter-godot-resource.json;
  tree-sitter-gomod = lib.importJSON ./tree-sitter-gomod.json;
  tree-sitter-gowork = lib.importJSON ./tree-sitter-gowork.json;
  tree-sitter-graphql = lib.importJSON ./tree-sitter-graphql.json;
  tree-sitter-haskell = lib.importJSON ./tree-sitter-haskell.json;
  tree-sitter-hcl = lib.importJSON ./tree-sitter-hcl.json;
  tree-sitter-heex = lib.importJSON ./tree-sitter-heex.json;
  tree-sitter-hjson = lib.importJSON ./tree-sitter-hjson.json;
  tree-sitter-html = lib.importJSON ./tree-sitter-html.json;
  tree-sitter-http = lib.importJSON ./tree-sitter-http.json;
  tree-sitter-janet-simple = lib.importJSON ./tree-sitter-janet-simple.json;
  tree-sitter-java = lib.importJSON ./tree-sitter-java.json;
  tree-sitter-javascript = lib.importJSON ./tree-sitter-javascript.json;
  tree-sitter-jsdoc = lib.importJSON ./tree-sitter-jsdoc.json;
  tree-sitter-json = lib.importJSON ./tree-sitter-json.json;
  tree-sitter-json5 = lib.importJSON ./tree-sitter-json5.json;
  tree-sitter-jsonnet = lib.importJSON ./tree-sitter-jsonnet.json;
  tree-sitter-julia = lib.importJSON ./tree-sitter-julia.json;
  tree-sitter-just = lib.importJSON ./tree-sitter-just.json;
  tree-sitter-koka = lib.importJSON ./tree-sitter-koka.json;
  tree-sitter-kotlin = lib.importJSON ./tree-sitter-kotlin.json;
  tree-sitter-latex = lib.importJSON ./tree-sitter-latex.json;
  tree-sitter-ledger = lib.importJSON ./tree-sitter-ledger.json;
  tree-sitter-llvm = lib.importJSON ./tree-sitter-llvm.json;
  tree-sitter-lua = lib.importJSON ./tree-sitter-lua.json;
  tree-sitter-make = lib.importJSON ./tree-sitter-make.json;
  tree-sitter-markdown = lib.importJSON ./tree-sitter-markdown.json;
  tree-sitter-nickel = lib.importJSON ./tree-sitter-nickel.json;
  tree-sitter-nix = lib.importJSON ./tree-sitter-nix.json;
  tree-sitter-norg = lib.importJSON ./tree-sitter-norg.json;
  tree-sitter-norg-meta = lib.importJSON ./tree-sitter-norg-meta.json;
  tree-sitter-nu = lib.importJSON ./tree-sitter-nu.json;
  tree-sitter-ocaml = lib.importJSON ./tree-sitter-ocaml.json;
  tree-sitter-org-nvim = lib.importJSON ./tree-sitter-org-nvim.json;
  tree-sitter-perl = lib.importJSON ./tree-sitter-perl.json;
  tree-sitter-pgn = lib.importJSON ./tree-sitter-pgn.json;
  tree-sitter-php = lib.importJSON ./tree-sitter-php.json;
  tree-sitter-pioasm = lib.importJSON ./tree-sitter-pioasm.json;
  tree-sitter-prisma = lib.importJSON ./tree-sitter-prisma.json;
  tree-sitter-proto = lib.importJSON ./tree-sitter-proto.json;
  tree-sitter-pug = lib.importJSON ./tree-sitter-pug.json;
  tree-sitter-python = lib.importJSON ./tree-sitter-python.json;
  tree-sitter-ql = lib.importJSON ./tree-sitter-ql.json;
  tree-sitter-ql-dbscheme = lib.importJSON ./tree-sitter-ql-dbscheme.json;
  tree-sitter-query = lib.importJSON ./tree-sitter-query.json;
  tree-sitter-r = lib.importJSON ./tree-sitter-r.json;
  tree-sitter-regex = lib.importJSON ./tree-sitter-regex.json;
  tree-sitter-rego = lib.importJSON ./tree-sitter-rego.json;
  tree-sitter-rst = lib.importJSON ./tree-sitter-rst.json;
  tree-sitter-ruby = lib.importJSON ./tree-sitter-ruby.json;
  tree-sitter-rust = lib.importJSON ./tree-sitter-rust.json;
  tree-sitter-scala = lib.importJSON ./tree-sitter-scala.json;
  tree-sitter-scheme = lib.importJSON ./tree-sitter-scheme.json;
  tree-sitter-scss = lib.importJSON ./tree-sitter-scss.json;
  tree-sitter-smithy = lib.importJSON ./tree-sitter-smithy.json;
  tree-sitter-solidity = lib.importJSON ./tree-sitter-solidity.json;
  tree-sitter-sparql = lib.importJSON ./tree-sitter-sparql.json;
  tree-sitter-sql = lib.importJSON ./tree-sitter-sql.json;
  tree-sitter-supercollider = lib.importJSON ./tree-sitter-supercollider.json;
  tree-sitter-surface = lib.importJSON ./tree-sitter-surface.json;
  tree-sitter-svelte = lib.importJSON ./tree-sitter-svelte.json;
  tree-sitter-talon = lib.importJSON ./tree-sitter-talon.json;
  tree-sitter-templ = lib.importJSON ./tree-sitter-templ.json;
  tree-sitter-tiger = lib.importJSON ./tree-sitter-tiger.json;
  tree-sitter-tlaplus = lib.importJSON ./tree-sitter-tlaplus.json;
  tree-sitter-toml = lib.importJSON ./tree-sitter-toml.json;
  tree-sitter-tsq = lib.importJSON ./tree-sitter-tsq.json;
  tree-sitter-turtle = lib.importJSON ./tree-sitter-turtle.json;
  tree-sitter-typescript = lib.importJSON ./tree-sitter-typescript.json;
  tree-sitter-typst = lib.importJSON ./tree-sitter-typst.json;
  tree-sitter-uiua = lib.importJSON ./tree-sitter-uiua.json;
  tree-sitter-verilog = lib.importJSON ./tree-sitter-verilog.json;
  tree-sitter-vim = lib.importJSON ./tree-sitter-vim.json;
  tree-sitter-vue = lib.importJSON ./tree-sitter-vue.json;
  tree-sitter-wgsl = lib.importJSON ./tree-sitter-wgsl.json;
  tree-sitter-wing = lib.importJSON ./tree-sitter-wing.json;
  tree-sitter-yaml = lib.importJSON ./tree-sitter-yaml.json;
  tree-sitter-yang = lib.importJSON ./tree-sitter-yang.json;
  tree-sitter-zig = lib.importJSON ./tree-sitter-zig.json;
}