mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(query): Add modeline query after bugfix
This commit is contained in:
parent
f455980b69
commit
cb14ffa103
1 changed files with 2 additions and 3 deletions
|
|
@ -19,6 +19,5 @@
|
|||
")"
|
||||
] @punctuation.bracket
|
||||
|
||||
;; TODO: fix this query
|
||||
;((program . (comment) @include)
|
||||
;(#match? @include "^;\ +inherits\ *:"))
|
||||
((program . (comment) @include)
|
||||
(#match? @include "^;\ +inherits\ *:"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue