tree-sitter-wasm 1.0.5 → 1.0.6

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.
@@ -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.6",
4
4
  "description": "Pre-built WebAssembly binaries and queries for tree-sitter grammars.",
5
5
  "keywords": [
6
6
  "incremental",
@@ -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",