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