mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
Remove some broken queries
This commit is contained in:
parent
9b6b2543e8
commit
a2f524887c
1 changed files with 3 additions and 2 deletions
|
|
@ -19,5 +19,6 @@
|
||||||
")"
|
")"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
((program . (comment) @include)
|
;; TODO: fix this query
|
||||||
(#match? @include "^;\ +inherits\ *:"))
|
;((program . (comment) @include)
|
||||||
|
;(#match? @include "^;\ +inherits\ *:"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue