mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
fix(phpdoc) Improve keyword query
This commit is contained in:
parent
9e90866bce
commit
d3dbd4590e
1 changed files with 6 additions and 6 deletions
|
|
@ -34,9 +34,9 @@
|
||||||
(email_address) @text.uri
|
(email_address) @text.uri
|
||||||
)
|
)
|
||||||
|
|
||||||
[
|
(type_list "|" @keyword)
|
||||||
"$"
|
(variable_name "$" @keyword)
|
||||||
">"
|
(tag
|
||||||
"<"
|
(tag_name) @_tag_name
|
||||||
"|"
|
["<" ">"] @keyword
|
||||||
]@keyword
|
(#eq? @_tag_name "@author"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue