tree-sitter-wasm 1.0.5 → 1.0.7

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.
Binary file
@@ -14,10 +14,8 @@
14
14
  (config_key mode: (identifier) @function)
15
15
  (config_value mode: (identifier) @function)
16
16
 
17
- (arch_identifier) @variable
18
-
19
17
  (string) @string
20
- (identifier) @string
18
+ (identifier) @property
21
19
 
22
20
  (guid) @constant
23
21
  (section_type) @constant
@@ -29,3 +27,4 @@
29
27
  "|" @punctuation.delimiter
30
28
  "." @punctuation.delimiter
31
29
  ["(" ")"] @punctuation.bracket
30
+
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tree-sitter-wasm",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
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#0ae061fea67cb39639b47c7acc46cbf5d109fda1",
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,7 +129,7 @@
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",
132
+ "tree-sitter-query": "git+https://github.com/tree-sitter-grammars/tree-sitter-query.git#15e00db655cf1708cf8e4b172b2f321d9b7b98c1",
133
133
  "tree-sitter-razor": "git+https://github.com/tris203/tree-sitter-razor.git#a3399c26610817c6d32c7643793caf3729cfb6d2",
134
134
  "tree-sitter-regex": "^0.25.0",
135
135
  "tree-sitter-requirements": "^0.6.1",
@@ -137,7 +137,7 @@
137
137
  "tree-sitter-rust": "^0.24.0",
138
138
  "tree-sitter-scala": "^0.24.0",
139
139
  "tree-sitter-scss": "^1.0.0",
140
- "tree-sitter-sln": "git+https://github.com/Crysthamus/tree-sitter-sln#0f4b3904894905fe3f8dee8c44d88b861cd4caec",
140
+ "tree-sitter-sln": "git+https://github.com/Crysthamus/tree-sitter-sln#691d383fd406149201ef6b8a94e2cfc0f514ae3c",
141
141
  "tree-sitter-solidity": "^1.2.13",
142
142
  "tree-sitter-ssh-config": "git+https://github.com/tree-sitter-grammars/tree-sitter-ssh-config.git#71d2693deadaca8cdc09e38ba41d2f6042da1616",
143
143
  "tree-sitter-svelte": "git+https://github.com/Himujjal/tree-sitter-svelte#60ea1d673a1a3eeeb597e098d9ada9ed0c79ef4b",