1 parent bd33485 commit 71c7820Copy full SHA for 71c7820
2 files changed
queries/schema.scm
@@ -1,6 +1,7 @@
1
-(source_file_directive
2
- (path
3
- (string) @source-file.-))
+(file
+ (source_file_directive
+ (path
4
+ (string) @source-file.-)))
5
6
(set_option_directive
7
(option) @--option
tree-sitter.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"metadata": {
17
- "version": "0.1.4",
+ "version": "0.1.5",
18
"license": "MIT",
19
"description": "tmux grammar for tree-sitter",
20
"authors": [
0 commit comments