feat: add support for svelte

This commit is contained in:
elianiva 2021-02-05 13:45:26 +07:00 committed by Stephan Seitz
parent 2d82a7fe07
commit a73e200abf
5 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,29 @@
(tag_name) @tag
(attribute_name) @property
(attribute_value) @string
(quoted_attribute_value) @string
(comment) @comment
[
(special_block_keyword)
(then)
(as)
] @keyword
[
"{"
"}"
] @punctuation.bracket
"=" @operator
[
"<"
">"
"</"
"/>"
"#"
":"
"/"
"@"
] @tag.delimiter