mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(php): highlight never as @type.builtin (#5522)
This commit is contained in:
parent
eefea35865
commit
ad02fbcdfc
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
[
|
||||
(primitive_type)
|
||||
(cast_type)
|
||||
(bottom_type)
|
||||
] @type.builtin
|
||||
(named_type
|
||||
[(name) @type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue