Skip to content

Commit c50b7d4

Browse files
committed
🐛 Don't lint source_directive belonging to hook
1 parent f52b13b commit c50b7d4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

queries/schema.scm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
(source_directive
2-
(path
3-
(string) @source.-))
1+
(file
2+
(source_directive
3+
(path
4+
(string) @source.-)))
45

56
(set_directive
67
(option) @--option

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"metadata": {
17-
"version": "0.1.4",
17+
"version": "0.1.5",
1818
"license": "MIT",
1919
"description": "config file for mutt/neomutt",
2020
"authors": [

0 commit comments

Comments
 (0)