tree-sitter-ssh-client-config 2025.1.16 → 2025.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tree-sitter-ssh-client-config",
3
- "version": "2025.1.16",
3
+ "version": "2025.2.6",
4
4
  "description": "tree-sitter grammar for SSH client configuration files",
5
5
  "keywords": [
6
6
  "parser",
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "devDependencies": {
48
- "tree-sitter-cli": "0.24.7",
48
+ "tree-sitter-cli": "0.25.1",
49
49
  "prebuildify": "^6.0.1"
50
50
  },
51
51
  "files": [
package/src/grammar.json CHANGED
@@ -10249,5 +10249,6 @@
10249
10249
  "precedences": [],
10250
10250
  "externals": [],
10251
10251
  "inline": [],
10252
- "supertypes": []
10253
- }
10252
+ "supertypes": [],
10253
+ "reserved": {}
10254
+ }
@@ -3301,7 +3301,8 @@
3301
3301
  },
3302
3302
  {
3303
3303
  "type": "comment",
3304
- "named": true
3304
+ "named": true,
3305
+ "extra": true
3305
3306
  },
3306
3307
  {
3307
3308
  "type": "connect_timeout_value",