mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
|
||||
|
||||
((program . (comment) @include)
|
||||
(#match? @include "^;\ +inherits\ *:"))
|
||||
;; TODO: fix this query
|
||||
;((program . (comment) @include)
|
||||
;(#match? @include "^;\ +inherits\ *:"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue