mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -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)
|
(primitive_type)
|
||||||
(cast_type)
|
(cast_type)
|
||||||
|
(bottom_type)
|
||||||
] @type.builtin
|
] @type.builtin
|
||||||
(named_type
|
(named_type
|
||||||
[(name) @type
|
[(name) @type
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue