1

Regenerate nvim config

This commit is contained in:
2024-06-02 03:29:20 +02:00
parent 75eea0c030
commit ef2e28883d
5576 changed files with 604886 additions and 503 deletions

View File

@ -0,0 +1,43 @@
; inherits: html_tags
[
"["
"]"
] @punctuation.bracket
(interpolation) @punctuation.special
(interpolation
(raw_text) @none)
(dynamic_directive_inner_value) @variable
(directive_name) @tag.attribute
; Accessing a component object's field
(":"
.
(directive_value) @variable.member)
("."
.
(directive_value) @property)
; @click is like onclick for HTML
("@"
.
(directive_value) @function.method)
; Used in v-slot, declaring position the element should be put in
("#"
.
(directive_value) @variable)
(directive_attribute
(quoted_attribute_value) @punctuation.special)
(directive_attribute
(quoted_attribute_value
(attribute_value) @none))
(directive_modifier) @function.method