tree-sitter-wasm 1.0.6 → 1.0.8

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 CHANGED
@@ -1,4 +1,4 @@
1
- # tree-sitter-wasm [![npm version](https://img.shields.io/npm/v/tree-sitter-wasm.svg?style=flat-square)](https://www.npmjs.com/package/tree-sitter-wasm)
1
+ # tree-sitter-wasm [![npm version](https://img.shields.io/npm/v/tree-sitter-wasm.svg?style=flat-square)](https://www.npmjs.com/package/tree-sitter-wasm) [![Socket Badge](https://badge.socket.dev/npm/package/tree-sitter-wasm)](https://badge.socket.dev/npm/package/tree-sitter-wasm)
2
2
  Prebuilt WASM binaries and query files(`.scm`) for tree-sitter's language parsers.
3
3
  You can find a list of supported languages [here](https://app.unpkg.com/tree-sitter-wasm/files/out)
4
4
 
@@ -40,16 +40,20 @@ Each language directory includes a `tree-sitter-<lang>.wasm` file but may also i
40
40
  - `tags.scm`
41
41
  - `folds.scm`
42
42
  - `indents.scm`
43
+
43
44
  Certain languages also contain special queries like: `nova-symbols`, please refer to the manifest.json or to the out dir in unpkg.
44
45
 
45
46
  ```txt
46
47
  python/
47
48
  ├── tree-sitter-python.wasm
49
+ ├── folds.scm
48
50
  ├── highlights.scm
51
+ ├── indents.scm
52
+ ├── injections.scm
53
+ ├── locals.scm
49
54
  └── tags.scm
50
55
  ```
51
56
 
52
-
53
57
  ## Licenses
54
58
  The licenses for the generated .wasm and .scm files belong to their respective upstream grammar authors and can be found on their github repos.
55
59
 
Binary file
Binary file
@@ -21,6 +21,9 @@
21
21
  "at_block"
22
22
  "at_at_escape"
23
23
  "at_colon_transition"
24
+ "at_addtaghelper"
25
+ "at_removetaghelper"
26
+ "at_taghelperprefix"
24
27
  ] @constant.macro
25
28
 
26
29
  [
@@ -59,3 +62,5 @@
59
62
  (razor_rendermode) @property
60
63
 
61
64
  (razor_attribute_name) @function
65
+
66
+ (taghelper_wildcard) @character.special
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tree-sitter-wasm",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Pre-built WebAssembly binaries and queries for tree-sitter grammars.",
5
5
  "keywords": [
6
6
  "incremental",
@@ -87,7 +87,7 @@
87
87
  "tree-sitter-elisp": "^1.6.1",
88
88
  "tree-sitter-elixir": "^0.3.5",
89
89
  "tree-sitter-embedded-template": "^0.25.0",
90
- "tree-sitter-erlang": "git+https://github.com/WhatsApp/tree-sitter-erlang.git#e446ec60022a7cafe157805742b41c04b499cc5d",
90
+ "tree-sitter-erlang": "git+https://github.com/WhatsApp/tree-sitter-erlang.git#836aa2b6c3af2c7cef3f84049b0ed6d44485a870",
91
91
  "tree-sitter-fish": "git+https://github.com/ram02z/tree-sitter-fish.git#f435b0bd772578c70e5d158b85267bb886316f88",
92
92
  "tree-sitter-fortran": "git+https://github.com/stadelmanma/tree-sitter-fortran.git#7edacd2b21aa80057d9725384a1304a1c758e0f8",
93
93
  "tree-sitter-gdscript": "^6.1.0",
@@ -96,7 +96,7 @@
96
96
  "tree-sitter-git-rebase": "git+https://github.com/the-mikedavis/tree-sitter-git-rebase.git#32686d6b72980b36f876ae2d07719c9c3ed154e2",
97
97
  "tree-sitter-gitattributes": "^0.1.6",
98
98
  "tree-sitter-gitignore": "git+https://github.com/shunsambongi/tree-sitter-gitignore.git#f4685bf11ac466dd278449bcfe5fd014e94aa504",
99
- "tree-sitter-gleam": "git+https://github.com/gleam-lang/tree-sitter-gleam.git#4e4643c2215c2b2343d9ec179c798818c132c9cc",
99
+ "tree-sitter-gleam": "git+https://github.com/gleam-lang/tree-sitter-gleam.git#c610c282ef73f830d80c1f0999dce8e83f024ef5",
100
100
  "tree-sitter-glsl": "^0.2.0",
101
101
  "tree-sitter-go": "^0.25.0",
102
102
  "tree-sitter-godot-resource": "^0.7.0",
@@ -129,8 +129,8 @@
129
129
  "tree-sitter-proto": "git+https://github.com/coder3101/tree-sitter-proto.git#d65a18ce7c2242801f702770114ad08056c7f8c9",
130
130
  "tree-sitter-python": "^0.25.0",
131
131
  "tree-sitter-qmljs": "^0.3.0",
132
- "tree-sitter-query": "git+https://github.com/tree-sitter-grammars/tree-sitter-query.git#fc5409c6820dd5e02b0b0a309d3da2bfcde2db17",
133
- "tree-sitter-razor": "git+https://github.com/tris203/tree-sitter-razor.git#a3399c26610817c6d32c7643793caf3729cfb6d2",
132
+ "tree-sitter-query": "git+https://github.com/tree-sitter-grammars/tree-sitter-query.git#15e00db655cf1708cf8e4b172b2f321d9b7b98c1",
133
+ "tree-sitter-razor": "git+https://github.com/tris203/tree-sitter-razor.git#900f53dc6cc592f6e616adc2f732cb0f66fc9147",
134
134
  "tree-sitter-regex": "^0.25.0",
135
135
  "tree-sitter-requirements": "^0.6.1",
136
136
  "tree-sitter-ruby": "^0.23.1",