Regenerate nvim config
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
(comment) @comment @spell
|
||||
|
||||
(keyword) @keyword
|
||||
|
||||
(tag
|
||||
[
|
||||
"{{"
|
||||
"{{-"
|
||||
"}}"
|
||||
"-}}"
|
||||
] @punctuation.special)
|
||||
|
||||
"|>" @operator
|
||||
@ -0,0 +1,9 @@
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((content) @injection.content
|
||||
(#set! injection.language "html")
|
||||
(#set! injection.combined))
|
||||
|
||||
((code) @injection.content
|
||||
(#set! injection.language "javascript"))
|
||||
Reference in New Issue
Block a user