nvim: remove obsolete queries
This commit is contained in:
parent
220a0716f4
commit
4b99c615f3
4 changed files with 0 additions and 78 deletions
|
@ -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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
(prolog) @indent.zero
|
||||
|
||||
[
|
||||
(start_tag)
|
||||
(element)
|
||||
] @indent.begin
|
||||
|
||||
[ (end_tag) ">" "/>"] @indent.branch
|
|
@ -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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
(prolog) @indent.zero
|
||||
|
||||
[
|
||||
(start_tag)
|
||||
(element)
|
||||
] @indent.begin
|
||||
|
||||
[ (end_tag) ">" "/>"] @indent.branch
|
Loading…
Add table
Reference in a new issue