mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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
|
||||
)
|
||||
|
||||
[
|
||||
"$"
|
||||
">"
|
||||
"<"
|
||||
"|"
|
||||
]@keyword
|
||||
(type_list "|" @keyword)
|
||||
(variable_name "$" @keyword)
|
||||
(tag
|
||||
(tag_name) @_tag_name
|
||||
["<" ">"] @keyword
|
||||
(#eq? @_tag_name "@author"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue