mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim: fix blade highlight
This commit is contained in:
parent
deba18e3aa
commit
ae2f668782
2 changed files with 8 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
(directive) @tag
|
||||
(directive_start) @tag
|
||||
(directive_end) @tag
|
||||
(comment) @comment
|
||||
(bracket_start) @keyword
|
||||
(bracket_end) @keyword
|
||||
; inherits: blade
|
||||
|
||||
([
|
||||
(directive)
|
||||
(directive_start)
|
||||
(directive_end)
|
||||
] @directive (#set! "priority" 110))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue