Query: highlight modeline

Matches the first comment and the beginning from the pattern
52397aaa0d/runtime/lua/vim/treesitter/query.lua (L25)
This commit is contained in:
Santos Gallegos 2021-02-12 01:12:55 -05:00 committed by Thomas Vigouroux
parent db0ccfe9ab
commit 2ad1f76b7d

View file

@ -18,3 +18,6 @@
"("
")"
] @punctuation.bracket
((program . (comment) @include)
(#match? @include "^;\ +inherits\ *:"))