Skip to content

Commit 0e4c7b1

Browse files
committed
✨ Add queries/schema.scm
1 parent 25df387 commit 0e4c7b1

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

queries/schema.scm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"metadata": {
17-
"version": "0.1.0",
17+
"version": "0.1.1",
1818
"license": "MIT",
1919
"description": "tmux grammar for tree-sitter",
2020
"authors": [
@@ -37,4 +37,4 @@
3737
"swift": true,
3838
"zig": false
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)