ts-wasms 1.1.0 → 3.0.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.
- package/README.md +33 -9
- package/index.d.ts +116 -0
- package/index.js +48 -0
- package/manifest.json +622 -0
- package/out/ada/folds.scm +15 -0
- package/out/ada/highlights.scm +196 -0
- package/out/ada/injections.scm +2 -0
- package/out/ada/locals.scm +33 -0
- package/out/ada/textobjects.scm +23 -0
- package/out/ada/tree-sitter-ada.wasm +0 -0
- package/out/angular/folds.scm +1 -0
- package/out/angular/highlights.scm +178 -0
- package/out/angular/indents.scm +16 -0
- package/out/angular/injections.scm +1 -0
- package/out/angular/locals.scm +1 -0
- package/out/angular/tree-sitter-angular.wasm +0 -0
- package/out/arduino/folds.scm +1 -0
- package/out/arduino/highlights.scm +48 -0
- package/out/arduino/indents.scm +1 -0
- package/out/arduino/injections.scm +1 -0
- package/out/arduino/locals.scm +1 -0
- package/out/arduino/tags.scm +5 -0
- package/out/arduino/tree-sitter-arduino.wasm +0 -0
- package/out/asm/highlights.scm +66 -0
- package/out/asm/injections.scm +5 -0
- package/out/asm/tree-sitter-asm.wasm +0 -0
- package/out/astro/folds.scm +1 -0
- package/out/astro/highlights.scm +12 -0
- package/out/astro/indents.scm +1 -0
- package/out/astro/injections.scm +27 -0
- package/out/astro/locals.scm +1 -0
- package/out/astro/tree-sitter-astro.wasm +0 -0
- package/out/awk/highlights.scm +122 -0
- package/out/awk/injections.scm +17 -0
- package/out/awk/tree-sitter-awk.wasm +0 -0
- package/out/bash/folds.scm +9 -0
- package/out/bash/indents.scm +32 -0
- package/out/bash/injections.scm +90 -0
- package/out/bash/locals.scm +14 -0
- package/out/bibtex/folds.scm +1 -0
- package/out/bibtex/highlights.scm +47 -0
- package/out/bibtex/indents.scm +8 -0
- package/out/bibtex/injections.scm +2 -0
- package/out/bibtex/locals.scm +0 -0
- package/out/bibtex/tags.scm +0 -0
- package/out/bibtex/tree-sitter-bibtex.wasm +0 -0
- package/out/c/folds.scm +23 -0
- package/out/c/indents.scm +99 -0
- package/out/c/injections.scm +128 -0
- package/out/c/locals.scm +67 -0
- package/out/cairo/folds.scm +26 -0
- package/out/cairo/highlights.scm +372 -0
- package/out/cairo/indents.scm +134 -0
- package/out/cairo/injections.scm +3 -0
- package/out/cairo/locals.scm +28 -0
- package/out/cairo/textobjects.scm +79 -0
- package/out/cairo/tree-sitter-cairo.wasm +0 -0
- package/out/clojure/folds.scm +2 -0
- package/out/clojure/injections.scm +2 -0
- package/out/clojure/locals.scm +1 -0
- package/out/cmake/folds.scm +8 -0
- package/out/cmake/highlights.scm +221 -0
- package/out/cmake/indents.scm +26 -0
- package/out/cmake/injections.scm +5 -0
- package/out/cmake/tree-sitter-cmake.wasm +0 -0
- package/out/comment/highlights.scm +49 -0
- package/out/comment/tree-sitter-comment.wasm +0 -0
- package/out/commonlisp/folds.scm +2 -0
- package/out/commonlisp/injections.scm +5 -0
- package/out/commonlisp/locals.scm +109 -0
- package/out/cpp/folds.scm +14 -0
- package/out/cpp/indents.scm +8 -0
- package/out/cpp/locals.scm +78 -0
- package/out/css/folds.scm +10 -0
- package/out/css/indents.scm +11 -0
- package/out/css/injections.scm +2 -0
- package/out/csv/highlights.scm +5 -0
- package/out/csv/tree-sitter-csv.wasm +0 -0
- package/out/cuda/folds.scm +1 -0
- package/out/cuda/highlights.scm +17 -0
- package/out/cuda/indents.scm +1 -0
- package/out/cuda/injections.scm +1 -0
- package/out/cuda/locals.scm +1 -0
- package/out/cuda/tree-sitter-cuda.wasm +0 -0
- package/out/d/folds.scm +4 -0
- package/out/d/helix-highlights.scm +241 -0
- package/out/d/helix-indents.scm +17 -0
- package/out/d/helix-injections.scm +2 -0
- package/out/d/helix-textobjects.scm +9 -0
- package/out/d/highlights.scm +259 -0
- package/out/d/indents.scm +17 -0
- package/out/d/injections.scm +2 -0
- package/out/d/locals.scm +79 -0
- package/out/d/nova-folds.scm +6 -0
- package/out/d/nova-highlights.scm +283 -0
- package/out/d/nova-symbols.scm +23 -0
- package/out/d/tags.scm +28 -0
- package/out/d/textobjects.scm +9 -0
- package/out/d/tree-sitter-d.wasm +0 -0
- package/out/dart/indents.scm +49 -0
- package/out/dart/injections.scm +2 -0
- package/out/dart/locals.scm +32 -0
- package/out/desktop/folds.scm +1 -0
- package/out/desktop/highlights.scm +91 -0
- package/out/desktop/injections.scm +8 -0
- package/out/desktop/tree-sitter-desktop.wasm +0 -0
- package/out/devicetree/folds.scm +1 -0
- package/out/devicetree/highlights.scm +78 -0
- package/out/devicetree/indents.scm +12 -0
- package/out/devicetree/injections.scm +2 -0
- package/out/devicetree/locals.scm +4 -0
- package/out/devicetree/tree-sitter-devicetree.wasm +0 -0
- package/out/diff/folds.scm +5 -0
- package/out/diff/highlights.scm +49 -0
- package/out/diff/injections.scm +2 -0
- package/out/diff/tree-sitter-diff.wasm +0 -0
- package/out/dockerfile/highlights.scm +58 -0
- package/out/dockerfile/injections.scm +12 -0
- package/out/dockerfile/tree-sitter-dockerfile.wasm +0 -0
- package/out/dtd/folds.scm +4 -0
- package/out/dtd/injections.scm +2 -0
- package/out/dtd/locals.scm +11 -0
- package/out/editorconfig/folds.scm +1 -0
- package/out/editorconfig/highlights.scm +35 -0
- package/out/editorconfig/injections.scm +2 -0
- package/out/editorconfig/tree-sitter-editorconfig.wasm +0 -0
- package/out/elixir/folds.scm +10 -0
- package/out/elixir/indents.scm +25 -0
- package/out/elixir/locals.scm +200 -0
- package/out/elm/folds.scm +14 -0
- package/out/erlang/folds.scm +9 -0
- package/out/erlang/injections.scm +2 -0
- package/out/fish/folds.scm +8 -0
- package/out/fish/highlights.scm +61 -0
- package/out/fish/indents.scm +18 -0
- package/out/fish/injections.scm +2 -0
- package/out/fish/locals.scm +19 -0
- package/out/fish/tree-sitter-fish.wasm +0 -0
- package/out/gdscript/folds.scm +26 -0
- package/out/gdscript/highlights.scm +635 -0
- package/out/gdscript/indents.scm +78 -0
- package/out/gdscript/injections.scm +2 -0
- package/out/gdscript/locals.scm +121 -0
- package/out/gdscript/tree-sitter-gdscript.wasm +0 -0
- package/out/gdshader/highlights.scm +256 -0
- package/out/gdshader/injections.scm +2 -0
- package/out/gdshader/locals.scm +24 -0
- package/out/gdshader/tags.scm +13 -0
- package/out/gdshader/tree-sitter-gdshader.wasm +0 -0
- package/out/git_config/folds.scm +2 -0
- package/out/git_config/highlights.scm +28 -0
- package/out/git_config/injections.scm +69 -0
- package/out/git_config/tree-sitter-git_config.wasm +0 -0
- package/out/git_rebase/highlights.scm +36 -0
- package/out/git_rebase/injections.scm +8 -0
- package/out/git_rebase/tree-sitter-git_rebase.wasm +0 -0
- package/out/gitattributes/highlights.scm +52 -0
- package/out/gitattributes/injections.scm +2 -0
- package/out/gitattributes/locals.scm +8 -0
- package/out/gitattributes/tree-sitter-gitattributes.wasm +0 -0
- package/out/gitignore/highlights.scm +36 -0
- package/out/gitignore/injections.scm +2 -0
- package/out/gitignore/tree-sitter-gitignore.wasm +0 -0
- package/out/gleam/folds.scm +7 -0
- package/out/gleam/highlights.scm +137 -0
- package/out/gleam/indents.scm +28 -0
- package/out/gleam/injections.scm +3 -0
- package/out/gleam/locals.scm +17 -0
- package/out/gleam/tags.scm +41 -0
- package/out/gleam/tree-sitter-gleam.wasm +0 -0
- package/out/glsl/folds.scm +1 -0
- package/out/glsl/highlights.scm +115 -0
- package/out/glsl/indents.scm +1 -0
- package/out/glsl/injections.scm +1 -0
- package/out/glsl/locals.scm +1 -0
- package/out/glsl/tree-sitter-glsl.wasm +0 -0
- package/out/go/folds.scm +19 -0
- package/out/go/indents.scm +48 -0
- package/out/go/injections.scm +42 -0
- package/out/go/locals.scm +88 -0
- package/out/godot_resource/folds.scm +1 -0
- package/out/godot_resource/highlights.scm +49 -0
- package/out/godot_resource/injections.scm +2 -0
- package/out/godot_resource/locals.scm +1 -0
- package/out/godot_resource/tree-sitter-godot_resource.wasm +0 -0
- package/out/graphql/indents.scm +11 -0
- package/out/graphql/injections.scm +2 -0
- package/out/groovy/folds.scm +6 -0
- package/out/groovy/highlights.scm +148 -0
- package/out/groovy/indents.scm +23 -0
- package/out/groovy/injections.scm +5 -0
- package/out/groovy/locals.scm +6 -0
- package/out/groovy/tree-sitter-groovy.wasm +0 -0
- package/out/haskell/folds.scm +6 -0
- package/out/hcl/folds.scm +6 -0
- package/out/hcl/indents.scm +16 -0
- package/out/hcl/injections.scm +6 -0
- package/out/html/folds.scm +5 -0
- package/out/html/indents.scm +1 -0
- package/out/html/locals.scm +1 -0
- package/out/ini/folds.scm +1 -0
- package/out/ini/highlights.scm +16 -0
- package/out/ini/injections.scm +3 -0
- package/out/ini/tree-sitter-ini.wasm +0 -0
- package/out/java/folds.scm +8 -0
- package/out/java/indents.scm +40 -0
- package/out/java/injections.scm +31 -0
- package/out/java/locals.scm +100 -0
- package/out/javascript/folds.scm +1 -0
- package/out/javascript/indents.scm +1 -0
- package/out/json/folds.scm +5 -0
- package/out/json/indents.scm +11 -0
- package/out/json/injections.scm +2 -0
- package/out/json/locals.scm +4 -0
- package/out/julia/folds.scm +14 -0
- package/out/julia/indents.scm +52 -0
- package/out/kdl/folds.scm +8 -0
- package/out/kdl/highlights.scm +58 -0
- package/out/kdl/indents.scm +7 -0
- package/out/kdl/injections.scm +4 -0
- package/out/kdl/locals.scm +10 -0
- package/out/kdl/tree-sitter-kdl.wasm +0 -0
- package/out/kotlin/folds.scm +13 -0
- package/out/kotlin/injections.scm +52 -0
- package/out/kotlin/locals.scm +78 -0
- package/out/liquid/highlights.scm +119 -0
- package/out/liquid/injections.scm +22 -0
- package/out/liquid/tree-sitter-liquid.wasm +0 -0
- package/out/lua/folds.scm +12 -0
- package/out/lua/indents.scm +47 -0
- package/out/markdown/folds.scm +12 -0
- package/out/markdown/indents.scm +1 -0
- package/out/matlab/folds.scm +13 -0
- package/out/matlab/highlights.scm +218 -0
- package/out/matlab/indents.scm +40 -0
- package/out/matlab/injections.scm +2 -0
- package/out/matlab/locals.scm +33 -0
- package/out/matlab/tree-sitter-matlab.wasm +0 -0
- package/out/nim/folds.scm +41 -0
- package/out/nim/highlights.scm +186 -0
- package/out/nim/injections.scm +79 -0
- package/out/nim/locals.scm +328 -0
- package/out/nim/tree-sitter-nim.wasm +0 -0
- package/out/nix/folds.scm +11 -0
- package/out/nix/indents.scm +75 -0
- package/out/ocaml/folds.scm +30 -0
- package/out/ocaml/indents.scm +77 -0
- package/out/ocaml/injections.scm +2 -0
- package/out/ocaml_interface/folds.scm +1 -0
- package/out/ocaml_interface/indents.scm +1 -0
- package/out/ocaml_interface/injections.scm +1 -0
- package/out/php/folds.scm +1 -0
- package/out/php/indents.scm +1 -0
- package/out/php/locals.scm +1 -0
- package/out/php_only/folds.scm +19 -0
- package/out/php_only/indents.scm +68 -0
- package/out/php_only/locals.scm +84 -0
- package/out/prisma/folds.scm +7 -0
- package/out/prisma/injections.scm +5 -0
- package/out/psv/highlights.scm +5 -0
- package/out/psv/tree-sitter-psv.wasm +0 -0
- package/out/python/folds.scm +28 -0
- package/out/python/indents.scm +213 -0
- package/out/python/injections.scm +30 -0
- package/out/python/locals.scm +124 -0
- package/out/qmljs/folds.scm +8 -0
- package/out/qmljs/highlights.scm +61 -0
- package/out/qmljs/injections.scm +1 -0
- package/out/qmljs/locals.scm +6 -0
- package/out/qmljs/tree-sitter-qmljs.wasm +0 -0
- package/out/query/folds.scm +6 -0
- package/out/query/indents.scm +25 -0
- package/out/query/injections.scm +28 -0
- package/out/query/locals.scm +21 -0
- package/out/r/indents.scm +33 -0
- package/out/r/injections.scm +2 -0
- package/out/racket/folds.scm +2 -0
- package/out/racket/injections.scm +5 -0
- package/out/ruby/folds.scm +12 -0
- package/out/ruby/indents.scm +43 -0
- package/out/ruby/injections.scm +34 -0
- package/out/rust/folds.scm +25 -0
- package/out/rust/indents.scm +133 -0
- package/out/rust/locals.scm +98 -0
- package/out/scala/folds.scm +16 -0
- package/out/scala/injections.scm +5 -0
- package/out/scheme/folds.scm +2 -0
- package/out/scheme/injections.scm +2 -0
- package/out/scss/folds.scm +1 -0
- package/out/scss/indents.scm +7 -0
- package/out/scss/injections.scm +2 -0
- package/out/solidity/folds.scm +20 -0
- package/out/solidity/highlights-nvim.scm +309 -0
- package/out/solidity/highlights.scm +217 -0
- package/out/solidity/injections.scm +14 -0
- package/out/solidity/locals.scm +9 -0
- package/out/solidity/tags.scm +43 -0
- package/out/solidity/tree-sitter-solidity.wasm +0 -0
- package/out/sql/folds.scm +1 -0
- package/out/sql/injections.scm +5 -0
- package/out/terraform/folds.scm +1 -0
- package/out/terraform/indents.scm +1 -0
- package/out/terraform/injections.scm +1 -0
- package/out/toml/folds.scm +5 -0
- package/out/toml/indents.scm +11 -0
- package/out/toml/injections.scm +2 -0
- package/out/toml/locals.scm +4 -0
- package/out/tsv/highlights.scm +4 -0
- package/out/tsv/tree-sitter-tsv.wasm +0 -0
- package/out/tsx/folds.scm +1 -0
- package/out/tsx/indents.scm +1 -0
- package/out/tsx/injections.scm +1 -0
- package/out/typescript/folds.scm +8 -0
- package/out/typescript/indents.scm +7 -0
- package/out/typescript/injections.scm +28 -0
- package/out/vim/folds.scm +4 -0
- package/out/vim/highlights.scm +362 -0
- package/out/vim/injections.scm +44 -0
- package/out/vim/locals.scm +19 -0
- package/out/vim/tree-sitter-vim.wasm +0 -0
- package/out/vimdoc/injections.scm +4 -0
- package/out/vue/folds.scm +6 -0
- package/out/vue/highlights.scm +54 -0
- package/out/vue/indents.scm +7 -0
- package/out/vue/injections.scm +78 -0
- package/out/vue/tree-sitter-vue.wasm +0 -0
- package/out/xml/folds.scm +5 -0
- package/out/xml/indents.scm +16 -0
- package/out/xml/injections.scm +32 -0
- package/out/xml/locals.scm +35 -0
- package/out/yaml/folds.scm +4 -0
- package/out/yaml/highlights.scm +79 -0
- package/out/yaml/indents.scm +7 -0
- package/out/yaml/injections.scm +81 -0
- package/out/yaml/locals.scm +9 -0
- package/out/yaml/tree-sitter-yaml.wasm +0 -0
- package/out/zig/locals.scm +96 -0
- package/package.json +65 -17
- /package/out/{c-sharp → c_sharp_c_sharp}/highlights.scm +0 -0
- /package/out/{c-sharp → c_sharp_c_sharp}/tags.scm +0 -0
- /package/out/{c-sharp/tree-sitter-c-sharp.wasm → c_sharp_c_sharp/tree-sitter-c_sharp_c_sharp.wasm} +0 -0
- /package/out/{embedded-template → embedded_template_embedded_template}/highlights.scm +0 -0
- /package/out/{embedded-template → embedded_template_embedded_template}/injections-ejs.scm +0 -0
- /package/out/{embedded-template → embedded_template_embedded_template}/injections-erb.scm +0 -0
- /package/out/{embedded-template → embedded_template_embedded_template}/injections-etlua.scm +0 -0
- /package/out/{embedded-template/tree-sitter-embedded-template.wasm → embedded_template_embedded_template/tree-sitter-embedded_template_embedded_template.wasm} +0 -0
- /package/out/{markdown-inline → markdown_inline}/highlights.scm +0 -0
- /package/out/{markdown-inline → markdown_inline}/injections.scm +0 -0
- /package/out/{markdown-inline/tree-sitter-markdown-inline.wasm → markdown_inline/tree-sitter-markdown_inline.wasm} +0 -0
- /package/out/{ocaml-interface → ocaml_interface}/highlights.scm +0 -0
- /package/out/{ocaml-interface → ocaml_interface}/locals.scm +0 -0
- /package/out/{ocaml-interface → ocaml_interface}/tags.scm +0 -0
- /package/out/{ocaml-interface/tree-sitter-ocaml-interface.wasm → ocaml_interface/tree-sitter-ocaml_interface.wasm} +0 -0
- /package/out/{ocaml-type → ocaml_type}/highlights.scm +0 -0
- /package/out/{ocaml-type → ocaml_type}/locals.scm +0 -0
- /package/out/{ocaml-type → ocaml_type}/tags.scm +0 -0
- /package/out/{ocaml-type/tree-sitter-ocaml-type.wasm → ocaml_type/tree-sitter-ocaml_type.wasm} +0 -0
- /package/out/{php-only → php_only}/highlights.scm +0 -0
- /package/out/{php-only → php_only}/injections-text.scm +0 -0
- /package/out/{php-only → php_only}/injections.scm +0 -0
- /package/out/{php-only → php_only}/tags.scm +0 -0
- /package/out/{php-only/tree-sitter-php-only.wasm → php_only/tree-sitter-php_only.wasm} +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
; tags
|
|
2
|
+
(elementdecl
|
|
3
|
+
(Name) @local.definition.type)
|
|
4
|
+
|
|
5
|
+
(elementdecl
|
|
6
|
+
(contentspec
|
|
7
|
+
(children
|
|
8
|
+
(Name) @local.reference)))
|
|
9
|
+
|
|
10
|
+
(AttlistDecl
|
|
11
|
+
.
|
|
12
|
+
(Name) @local.reference)
|
|
13
|
+
|
|
14
|
+
(STag
|
|
15
|
+
(Name) @local.reference)
|
|
16
|
+
|
|
17
|
+
(ETag
|
|
18
|
+
(Name) @local.reference)
|
|
19
|
+
|
|
20
|
+
(EmptyElemTag
|
|
21
|
+
(Name) @local.reference)
|
|
22
|
+
|
|
23
|
+
; attributes
|
|
24
|
+
(AttDef
|
|
25
|
+
(Name) @local.definition.field)
|
|
26
|
+
|
|
27
|
+
(Attribute
|
|
28
|
+
(Name) @local.reference)
|
|
29
|
+
|
|
30
|
+
; entities
|
|
31
|
+
(GEDecl
|
|
32
|
+
(Name) @local.definition.macro)
|
|
33
|
+
|
|
34
|
+
(EntityRef
|
|
35
|
+
(Name) @local.reference)
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
(boolean_scalar) @boolean
|
|
2
|
+
|
|
3
|
+
(null_scalar) @constant.builtin
|
|
4
|
+
|
|
5
|
+
[
|
|
6
|
+
(double_quote_scalar)
|
|
7
|
+
(single_quote_scalar)
|
|
8
|
+
(block_scalar)
|
|
9
|
+
(string_scalar)
|
|
10
|
+
] @string
|
|
11
|
+
|
|
12
|
+
[
|
|
13
|
+
(integer_scalar)
|
|
14
|
+
(float_scalar)
|
|
15
|
+
] @number
|
|
16
|
+
|
|
17
|
+
(comment) @comment
|
|
18
|
+
|
|
19
|
+
[
|
|
20
|
+
(anchor_name)
|
|
21
|
+
(alias_name)
|
|
22
|
+
] @label
|
|
23
|
+
|
|
24
|
+
(tag) @type
|
|
25
|
+
|
|
26
|
+
[
|
|
27
|
+
(yaml_directive)
|
|
28
|
+
(tag_directive)
|
|
29
|
+
(reserved_directive)
|
|
30
|
+
] @attribute
|
|
31
|
+
|
|
32
|
+
(block_mapping_pair
|
|
33
|
+
key: (flow_node
|
|
34
|
+
[
|
|
35
|
+
(double_quote_scalar)
|
|
36
|
+
(single_quote_scalar)
|
|
37
|
+
] @property))
|
|
38
|
+
|
|
39
|
+
(block_mapping_pair
|
|
40
|
+
key: (flow_node
|
|
41
|
+
(plain_scalar
|
|
42
|
+
(string_scalar) @property)))
|
|
43
|
+
|
|
44
|
+
(flow_mapping
|
|
45
|
+
(_
|
|
46
|
+
key: (flow_node
|
|
47
|
+
[
|
|
48
|
+
(double_quote_scalar)
|
|
49
|
+
(single_quote_scalar)
|
|
50
|
+
] @property)))
|
|
51
|
+
|
|
52
|
+
(flow_mapping
|
|
53
|
+
(_
|
|
54
|
+
key: (flow_node
|
|
55
|
+
(plain_scalar
|
|
56
|
+
(string_scalar) @property))))
|
|
57
|
+
|
|
58
|
+
[
|
|
59
|
+
","
|
|
60
|
+
"-"
|
|
61
|
+
":"
|
|
62
|
+
">"
|
|
63
|
+
"?"
|
|
64
|
+
"|"
|
|
65
|
+
] @punctuation.delimiter
|
|
66
|
+
|
|
67
|
+
[
|
|
68
|
+
"["
|
|
69
|
+
"]"
|
|
70
|
+
"{"
|
|
71
|
+
"}"
|
|
72
|
+
] @punctuation.bracket
|
|
73
|
+
|
|
74
|
+
[
|
|
75
|
+
"*"
|
|
76
|
+
"&"
|
|
77
|
+
"---"
|
|
78
|
+
"..."
|
|
79
|
+
] @punctuation.special
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
((comment) @injection.content
|
|
2
|
+
(#set! injection.language "comment"))
|
|
3
|
+
|
|
4
|
+
; Github actions ("run") / Gitlab CI ("scripts")
|
|
5
|
+
; Taskfile scripts ("cmds", "cmd", "sh")
|
|
6
|
+
(block_mapping_pair
|
|
7
|
+
key: (flow_node) @_run
|
|
8
|
+
(#any-of? @_run "run" "script" "before_script" "after_script" "cmds" "cmd" "sh")
|
|
9
|
+
value: (flow_node
|
|
10
|
+
(plain_scalar
|
|
11
|
+
(string_scalar) @injection.content)
|
|
12
|
+
(#set! injection.language "bash")))
|
|
13
|
+
|
|
14
|
+
(block_mapping_pair
|
|
15
|
+
key: (flow_node) @_run
|
|
16
|
+
(#any-of? @_run "run" "script" "before_script" "after_script" "cmds" "cmd" "sh")
|
|
17
|
+
value: (block_node
|
|
18
|
+
(block_scalar) @injection.content
|
|
19
|
+
(#set! injection.language "bash")
|
|
20
|
+
(#offset! @injection.content 0 1 0 0)))
|
|
21
|
+
|
|
22
|
+
(block_mapping_pair
|
|
23
|
+
key: (flow_node) @_run
|
|
24
|
+
(#any-of? @_run "run" "script" "before_script" "after_script" "cmds" "sh")
|
|
25
|
+
value: (block_node
|
|
26
|
+
(block_sequence
|
|
27
|
+
(block_sequence_item
|
|
28
|
+
(flow_node
|
|
29
|
+
(plain_scalar
|
|
30
|
+
(string_scalar) @injection.content))
|
|
31
|
+
(#set! injection.language "bash")))))
|
|
32
|
+
|
|
33
|
+
(block_mapping_pair
|
|
34
|
+
key: (flow_node) @_run
|
|
35
|
+
(#any-of? @_run "script" "before_script" "after_script" "cmds" "sh")
|
|
36
|
+
value: (block_node
|
|
37
|
+
(block_sequence
|
|
38
|
+
(block_sequence_item
|
|
39
|
+
(block_node
|
|
40
|
+
(block_scalar) @injection.content
|
|
41
|
+
(#set! injection.language "bash")
|
|
42
|
+
(#offset! @injection.content 0 1 0 0))))))
|
|
43
|
+
|
|
44
|
+
; Prometheus Alertmanager ("expr")
|
|
45
|
+
(block_mapping_pair
|
|
46
|
+
key: (flow_node) @_expr
|
|
47
|
+
(#eq? @_expr "expr")
|
|
48
|
+
value: (flow_node
|
|
49
|
+
(plain_scalar
|
|
50
|
+
(string_scalar) @injection.content)
|
|
51
|
+
(#set! injection.language "promql")))
|
|
52
|
+
|
|
53
|
+
(block_mapping_pair
|
|
54
|
+
key: (flow_node) @_expr
|
|
55
|
+
(#eq? @_expr "expr")
|
|
56
|
+
value: (block_node
|
|
57
|
+
(block_scalar) @injection.content
|
|
58
|
+
(#set! injection.language "promql")
|
|
59
|
+
(#offset! @injection.content 0 1 0 0)))
|
|
60
|
+
|
|
61
|
+
(block_mapping_pair
|
|
62
|
+
key: (flow_node) @_expr
|
|
63
|
+
(#eq? @_expr "expr")
|
|
64
|
+
value: (block_node
|
|
65
|
+
(block_sequence
|
|
66
|
+
(block_sequence_item
|
|
67
|
+
(flow_node
|
|
68
|
+
(plain_scalar
|
|
69
|
+
(string_scalar) @injection.content))
|
|
70
|
+
(#set! injection.language "promql")))))
|
|
71
|
+
|
|
72
|
+
(block_mapping_pair
|
|
73
|
+
key: (flow_node) @_expr
|
|
74
|
+
(#eq? @_expr "expr")
|
|
75
|
+
value: (block_node
|
|
76
|
+
(block_sequence
|
|
77
|
+
(block_sequence_item
|
|
78
|
+
(block_node
|
|
79
|
+
(block_scalar) @injection.content
|
|
80
|
+
(#set! injection.language "promql")
|
|
81
|
+
(#offset! @injection.content 0 1 0 0))))))
|
|
Binary file
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
; Definitions
|
|
2
|
+
(function_declaration
|
|
3
|
+
name: (identifier) @local.definition.function)
|
|
4
|
+
|
|
5
|
+
(parameter
|
|
6
|
+
name: (identifier) @local.definition.parameter)
|
|
7
|
+
|
|
8
|
+
(variable_declaration
|
|
9
|
+
(identifier) @local.definition.var)
|
|
10
|
+
|
|
11
|
+
(variable_declaration
|
|
12
|
+
(identifier) @local.definition.type
|
|
13
|
+
(enum_declaration))
|
|
14
|
+
|
|
15
|
+
(container_field
|
|
16
|
+
type: (identifier) @local.definition.field)
|
|
17
|
+
|
|
18
|
+
(enum_declaration
|
|
19
|
+
(function_declaration
|
|
20
|
+
name: (identifier) @local.definition.method))
|
|
21
|
+
|
|
22
|
+
(variable_declaration
|
|
23
|
+
(identifier) @local.definition.type
|
|
24
|
+
(struct_declaration))
|
|
25
|
+
|
|
26
|
+
(struct_declaration
|
|
27
|
+
(function_declaration
|
|
28
|
+
name: (identifier) @local.definition.method))
|
|
29
|
+
|
|
30
|
+
(container_field
|
|
31
|
+
name: (identifier) @local.definition.field)
|
|
32
|
+
|
|
33
|
+
(variable_declaration
|
|
34
|
+
(identifier) @local.definition.type
|
|
35
|
+
(union_declaration))
|
|
36
|
+
|
|
37
|
+
(union_declaration
|
|
38
|
+
(function_declaration
|
|
39
|
+
name: (identifier) @local.definition.method))
|
|
40
|
+
|
|
41
|
+
(payload
|
|
42
|
+
(identifier) @local.definition.var)
|
|
43
|
+
|
|
44
|
+
(block_label
|
|
45
|
+
(identifier) @local.definition)
|
|
46
|
+
|
|
47
|
+
; References
|
|
48
|
+
(identifier) @local.reference
|
|
49
|
+
|
|
50
|
+
(parameter
|
|
51
|
+
type: (identifier) @local.reference
|
|
52
|
+
(#set! reference.kind "type"))
|
|
53
|
+
|
|
54
|
+
(pointer_type
|
|
55
|
+
(identifier) @local.reference
|
|
56
|
+
(#set! reference.kind "type"))
|
|
57
|
+
|
|
58
|
+
(nullable_type
|
|
59
|
+
(identifier) @local.reference
|
|
60
|
+
(#set! reference.kind "type"))
|
|
61
|
+
|
|
62
|
+
(struct_initializer
|
|
63
|
+
(identifier) @local.reference
|
|
64
|
+
(#set! reference.kind "type"))
|
|
65
|
+
|
|
66
|
+
(array_type
|
|
67
|
+
(_)
|
|
68
|
+
(identifier) @local.reference
|
|
69
|
+
(#set! reference.kind "type"))
|
|
70
|
+
|
|
71
|
+
(slice_type
|
|
72
|
+
(identifier) @local.reference
|
|
73
|
+
(#set! reference.kind "type"))
|
|
74
|
+
|
|
75
|
+
(field_expression
|
|
76
|
+
member: (identifier) @local.reference
|
|
77
|
+
(#set! reference.kind "field"))
|
|
78
|
+
|
|
79
|
+
(call_expression
|
|
80
|
+
function: (field_expression
|
|
81
|
+
member: (identifier) @local.reference
|
|
82
|
+
(#set! reference.kind "function")))
|
|
83
|
+
|
|
84
|
+
(break_label
|
|
85
|
+
(identifier) @local.reference)
|
|
86
|
+
|
|
87
|
+
[
|
|
88
|
+
(for_statement)
|
|
89
|
+
(if_statement)
|
|
90
|
+
(while_statement)
|
|
91
|
+
(function_declaration)
|
|
92
|
+
(block)
|
|
93
|
+
(source_file)
|
|
94
|
+
(enum_declaration)
|
|
95
|
+
(struct_declaration)
|
|
96
|
+
] @local.scope
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-wasms",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Pre-built WebAssembly binaries for tree-sitter grammars.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"incremental",
|
|
@@ -12,15 +12,26 @@
|
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/Crysthamus/ts-wasms/issues"
|
|
14
14
|
},
|
|
15
|
-
"repository":
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/Crysthamus/ts-wasms.git"
|
|
18
|
-
},
|
|
15
|
+
"repository": "Crysthamus/ts-wasms",
|
|
19
16
|
"author": "Crysthamus",
|
|
20
17
|
"license": "MIT",
|
|
21
18
|
"type": "module",
|
|
19
|
+
"main": "index.js",
|
|
20
|
+
"types": "index.d.ts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
|
+
"import": "./index.js",
|
|
25
|
+
"default": "./index.js"
|
|
26
|
+
},
|
|
27
|
+
"./manifest.json": "./manifest.json",
|
|
28
|
+
"./*": "./out/*"
|
|
29
|
+
},
|
|
22
30
|
"files": [
|
|
23
|
-
"out"
|
|
31
|
+
"out",
|
|
32
|
+
"index.js",
|
|
33
|
+
"index.d.ts",
|
|
34
|
+
"manifest.json"
|
|
24
35
|
],
|
|
25
36
|
"devEngines": {
|
|
26
37
|
"packageManager": {
|
|
@@ -42,46 +53,83 @@
|
|
|
42
53
|
"@tree-sitter-grammars/tree-sitter-xml": "^0.7.0",
|
|
43
54
|
"@tree-sitter-grammars/tree-sitter-zig": "^1.1.2",
|
|
44
55
|
"p-map": "^7.0.4",
|
|
56
|
+
"tree-sitter-ada": "git+https://github.com/briot/tree-sitter-ada.git#6b58259a08b1a22ba0247a7ce30be384db618da6",
|
|
57
|
+
"tree-sitter-angular": "^0.9.2",
|
|
58
|
+
"tree-sitter-arduino": "^0.24.0",
|
|
59
|
+
"tree-sitter-asm": "git+https://github.com/RubixDev/tree-sitter-asm.git#839741fef4dab5128952334624905c82b40c7133",
|
|
60
|
+
"tree-sitter-astro": "git+https://github.com/virchau13/tree-sitter-astro.git#213f6e6973d9b456c6e50e86f19f66877e7ef0ee",
|
|
61
|
+
"tree-sitter-awk": "^0.7.2",
|
|
45
62
|
"tree-sitter-bash": "^0.25.1",
|
|
63
|
+
"tree-sitter-bibtex": "git+https://github.com/latex-lsp/tree-sitter-bibtex.git#8d04ed27b3bc7929f14b7df9236797dab9f3fa66",
|
|
46
64
|
"tree-sitter-c": "^0.24.1",
|
|
47
65
|
"tree-sitter-c-sharp": "^0.23.5",
|
|
66
|
+
"tree-sitter-cairo": "git+https://github.com/starkware-libs/tree-sitter-cairo.git#8dcd77dbe7f68b2cc661031dff224dfc17bdbaf4",
|
|
48
67
|
"tree-sitter-cli": "^0.26.8",
|
|
49
|
-
"tree-sitter-clojure": "git+https://github.com/sogaiu/tree-sitter-clojure.git",
|
|
50
|
-
"tree-sitter-
|
|
68
|
+
"tree-sitter-clojure": "git+https://github.com/sogaiu/tree-sitter-clojure.git#e43eff80d17cf34852dcd92ca5e6986d23a7040f",
|
|
69
|
+
"tree-sitter-cmake": "git+https://github.com/uyha/tree-sitter-cmake.git#c7b2a71e7f8ecb167fad4c97227c838439280175",
|
|
70
|
+
"tree-sitter-comment": "^0.3.0",
|
|
71
|
+
"tree-sitter-commonlisp": "git+https://github.com/tree-sitter-grammars/tree-sitter-commonlisp.git#32323509b3d9fe96607d151c2da2c9009eb13a2f",
|
|
51
72
|
"tree-sitter-cpp": "^0.23.4",
|
|
52
73
|
"tree-sitter-css": "^0.25.0",
|
|
74
|
+
"tree-sitter-csv": "git+https://github.com/tree-sitter-grammars/tree-sitter-csv.git#f6bf6e35eb0b95fbadea4bb39cb9709507fcb181",
|
|
75
|
+
"tree-sitter-cuda": "^0.21.1",
|
|
76
|
+
"tree-sitter-d": "git+https://github.com/gdamore/tree-sitter-d.git#fb028c8f14f4188286c2eef143f105def6fbf24f",
|
|
53
77
|
"tree-sitter-dart": "^1.0.0",
|
|
78
|
+
"tree-sitter-desktop": "git+https://github.com/ValdezFOmar/tree-sitter-desktop.git#954da7259e0f6c3bb4f811fddce11eb5ac94d9f6",
|
|
79
|
+
"tree-sitter-devicetree": "^0.15.0",
|
|
80
|
+
"tree-sitter-diff": "git+https://github.com/tree-sitter-grammars/tree-sitter-diff.git#2520c3f934b3179bb540d23e0ef45f75304b5fed",
|
|
81
|
+
"tree-sitter-dockerfile": "git+https://github.com/camdencheek/tree-sitter-dockerfile.git#971acdd908568b4531b0ba28a445bf0bb720aba5",
|
|
82
|
+
"tree-sitter-editorconfig": "git+https://github.com/ValdezFOmar/tree-sitter-editorconfig.git#bfd74395e393f56ba58db953458b346f02d6f7b2",
|
|
54
83
|
"tree-sitter-elisp": "^1.6.1",
|
|
55
84
|
"tree-sitter-elixir": "^0.3.5",
|
|
56
85
|
"tree-sitter-embedded-template": "^0.25.0",
|
|
57
|
-
"tree-sitter-erlang": "git+https://github.com/WhatsApp/tree-sitter-erlang.git",
|
|
86
|
+
"tree-sitter-erlang": "git+https://github.com/WhatsApp/tree-sitter-erlang.git#e446ec60022a7cafe157805742b41c04b499cc5d",
|
|
87
|
+
"tree-sitter-fish": "git+https://github.com/ram02z/tree-sitter-fish.git#f435b0bd772578c70e5d158b85267bb886316f88",
|
|
88
|
+
"tree-sitter-gdscript": "^6.1.0",
|
|
89
|
+
"tree-sitter-gdshader": "git+https://github.com/airblast-dev/tree-sitter-gdshader.git#68268631c8b6dc093985f1246b099f81b30ea7d1",
|
|
90
|
+
"tree-sitter-git-config": "git+https://github.com/the-mikedavis/tree-sitter-git-config.git#0fbc9f99d5a28865f9de8427fb0672d66f9d83a5",
|
|
91
|
+
"tree-sitter-git-rebase": "git+https://github.com/the-mikedavis/tree-sitter-git-rebase.git#39bf3b7566c86ccffd70aaa5105c7c8b76788975",
|
|
92
|
+
"tree-sitter-gitattributes": "^0.1.6",
|
|
93
|
+
"tree-sitter-gitignore": "git+https://github.com/shunsambongi/tree-sitter-gitignore.git#f4685bf11ac466dd278449bcfe5fd014e94aa504",
|
|
94
|
+
"tree-sitter-gleam": "git+https://github.com/gleam-lang/tree-sitter-gleam.git#4e4643c2215c2b2343d9ec179c798818c132c9cc",
|
|
95
|
+
"tree-sitter-glsl": "^0.2.0",
|
|
58
96
|
"tree-sitter-go": "^0.25.0",
|
|
59
|
-
"tree-sitter-
|
|
97
|
+
"tree-sitter-godot-resource": "^0.7.0",
|
|
98
|
+
"tree-sitter-graphql": "git+https://github.com/joowani/tree-sitter-graphql.git#df5b88d1d24dcfc02e64919d2d20491359abe4c8",
|
|
99
|
+
"tree-sitter-groovy": "git+https://github.com/murtaza64/tree-sitter-groovy.git#deb0dcf8c4544f07564060f6e9b9f6e4b0bfc27d",
|
|
60
100
|
"tree-sitter-haskell": "^0.23.1",
|
|
61
101
|
"tree-sitter-html": "^0.23.2",
|
|
102
|
+
"tree-sitter-ini": "git+https://github.com/justinmk/tree-sitter-ini.git#e4018b5176132b4f3c5d6e61cea383f42288d0f5",
|
|
62
103
|
"tree-sitter-java": "^0.23.5",
|
|
63
104
|
"tree-sitter-javascript": "^0.25.0",
|
|
64
105
|
"tree-sitter-json": "^0.24.8",
|
|
65
|
-
"tree-sitter-julia": "git+https://github.com/tree-sitter/tree-sitter-julia.git",
|
|
106
|
+
"tree-sitter-julia": "git+https://github.com/tree-sitter/tree-sitter-julia.git#e0f9dcd180fdcfcfa8d79a3531e11d99e79321d3",
|
|
107
|
+
"tree-sitter-kdl": "git+https://github.com/tree-sitter-grammars/tree-sitter-kdl.git#b37e3d58e5c5cf8d739b315d6114e02d42e66664",
|
|
66
108
|
"tree-sitter-kotlin": "^0.3.8",
|
|
67
|
-
"tree-sitter-
|
|
109
|
+
"tree-sitter-liquid": "git+https://github.com/hankthetank27/tree-sitter-liquid.git#e45dbac8c5fa95b1f0e00e7e0c04bc8855823391",
|
|
110
|
+
"tree-sitter-matlab": "git+https://github.com/acristoffers/tree-sitter-matlab.git#c2390a59016f74e7d5f75ef09510768b4f30217e",
|
|
111
|
+
"tree-sitter-nim": "git+https://github.com/alaviss/tree-sitter-nim.git#3878440d9398515ae053c6f6024986e69868bb74",
|
|
112
|
+
"tree-sitter-nix": "git+https://github.com/nix-community/tree-sitter-nix.git#69fbfb02896cdd27cb7ff3cd61f7f3f6bde4f017",
|
|
68
113
|
"tree-sitter-objc": "^3.0.2",
|
|
69
114
|
"tree-sitter-ocaml": "^0.24.2",
|
|
70
115
|
"tree-sitter-perl": "git+https://github.com/tree-sitter-perl/tree-sitter-perl.git#release",
|
|
71
116
|
"tree-sitter-php": "^0.24.2",
|
|
72
|
-
"tree-sitter-prisma": "
|
|
117
|
+
"tree-sitter-prisma": "^1.6.0",
|
|
73
118
|
"tree-sitter-python": "^0.25.0",
|
|
74
|
-
"tree-sitter-
|
|
119
|
+
"tree-sitter-qmljs": "^0.3.0",
|
|
120
|
+
"tree-sitter-query": "git+https://github.com/tree-sitter-grammars/tree-sitter-query.git#fc5409c6820dd5e02b0b0a309d3da2bfcde2db17",
|
|
75
121
|
"tree-sitter-regex": "^0.25.0",
|
|
76
122
|
"tree-sitter-ruby": "^0.23.1",
|
|
77
123
|
"tree-sitter-rust": "^0.24.0",
|
|
78
124
|
"tree-sitter-scala": "^0.24.0",
|
|
79
125
|
"tree-sitter-scss": "^1.0.0",
|
|
126
|
+
"tree-sitter-solidity": "^1.2.13",
|
|
80
127
|
"tree-sitter-swift": "^0.7.1",
|
|
81
128
|
"tree-sitter-typescript": "^0.23.2",
|
|
82
|
-
"tree-sitter-
|
|
83
|
-
"tree-sitter-
|
|
84
|
-
"tree-sitter-
|
|
129
|
+
"tree-sitter-vim": "git+https://github.com/tree-sitter-grammars/tree-sitter-vim.git#3092fcd99eb87bbd0fc434aa03650ba58bd5b43b",
|
|
130
|
+
"tree-sitter-vimdoc": "git+https://github.com/neovim/tree-sitter-vimdoc.git#f061895a0eff1d5b90e4fb60d21d87be3267031a",
|
|
131
|
+
"tree-sitter-vue": "git+https://github.com/tree-sitter-grammars/tree-sitter-vue.git#ce8011a414fdf8091f4e4071752efc376f4afb08",
|
|
132
|
+
"tree-sitter-yaml": "git+https://github.com/tree-sitter-grammars/tree-sitter-yaml.git#a1c4812a73ec5e089de8e441fdea3a921e8d5079"
|
|
85
133
|
},
|
|
86
134
|
"scripts": {
|
|
87
135
|
"build": "node build.js",
|
|
File without changes
|
|
File without changes
|
/package/out/{c-sharp/tree-sitter-c-sharp.wasm → c_sharp_c_sharp/tree-sitter-c_sharp_c_sharp.wasm}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/out/{ocaml-type/tree-sitter-ocaml-type.wasm → ocaml_type/tree-sitter-ocaml_type.wasm}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|