1 parent 25df387 commit 0e4c7b1Copy full SHA for 0e4c7b1
2 files changed
queries/schema.scm
@@ -0,0 +1,8 @@
1
+(source_file_directive
2
+ (path
3
+ (string) @source-file.-))
4
+
5
+(set_option_directive
6
+ (option) @--option
7
+ (value
8
+ (string) @set-option.-option))
tree-sitter.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"metadata": {
17
- "version": "0.1.0",
+ "version": "0.1.1",
18
"license": "MIT",
19
"description": "tmux grammar for tree-sitter",
20
"authors": [
@@ -37,4 +37,4 @@
37
"swift": true,
38
"zig": false
39
40
-}
+}
0 commit comments