Skip to content

Commit c5addb6

Browse files
committed
fix: correct highlight queries in tree-sitter.json
1 parent 9500e72 commit c5addb6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tree-sitter.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
"agda"
1010
],
1111
"injection-regex": "^agda$",
12-
"queries": {
13-
"highlights": [
14-
"queries/highlights.scm"
15-
]
16-
}
12+
"highlights": [
13+
"queries/highlights.scm"
14+
]
1715
}
1816
],
1917
"metadata": {

0 commit comments

Comments
 (0)