1
0
Fork 0

nvim: remove obsolete queries

This commit is contained in:
Vladimír Dudr 2024-03-19 21:15:51 +01:00
parent 220a0716f4
commit 4b99c615f3
4 changed files with 0 additions and 78 deletions

View file

@ -1,30 +0,0 @@
[
"<"
">"
"</"
"/>"
] @tag.delimiter
"=" @operator
[
(start_tag)
(end_tag)
(xml_decl)
] @tag
(empty_elem_tag) @tag
[(doctype_decl) (xml_decl)] @keyword
(doctype) @string
(system_literal) @string
["encoding" "standalone" "version" ] @tag.attribute
[
(version_info)
(encoding_decl)
(standalone_decl)
] @string
(attribute_name) @tag.attribute
(attribute_value) @string
(comment) @comment

View file

@ -1,9 +0,0 @@
(prolog) @indent.zero
[
(start_tag)
(element)
] @indent.begin
[ (end_tag) ">" "/>"] @indent.branch

View file

@ -1,30 +0,0 @@
[
"<"
">"
"</"
"/>"
] @tag.delimiter
"=" @operator
[
(start_tag)
(end_tag)
(xml_decl)
] @tag
(empty_elem_tag) @tag
[(doctype_decl) (xml_decl)] @keyword
(doctype) @string
(system_literal) @string
["encoding" "standalone" "version" ] @tag.attribute
[
(version_info)
(encoding_decl)
(standalone_decl)
] @string
(attribute_name) @tag.attribute
(attribute_value) @string
(comment) @comment

View file

@ -1,9 +0,0 @@
(prolog) @indent.zero
[
(start_tag)
(element)
] @indent.begin
[ (end_tag) ">" "/>"] @indent.branch