mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
fix(phpdoc): highlight optional type as @type
This commit is contained in:
parent
ecb53631a8
commit
31f70f51c7
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
(array_type)
|
(array_type)
|
||||||
(primitive_type)
|
(primitive_type)
|
||||||
(named_type)
|
(named_type)
|
||||||
|
(optional_type)
|
||||||
] @type)
|
] @type)
|
||||||
(tag
|
(tag
|
||||||
(description (text) @text))
|
(description (text) @text))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue