Extend PHP Highlighting for Treesitter
This commit is contained in:
parent
1da65f88d2
commit
be20b5ccfa
2 changed files with 6 additions and 0 deletions
|
@ -2,9 +2,12 @@
|
|||
|
||||
## Upcoming
|
||||
|
||||
## v1.2.1 - 2023-10-19
|
||||
|
||||
### Added
|
||||
|
||||
- Add Changelog
|
||||
- Extend PHP Highlighting for Treesitter
|
||||
|
||||
## v1.2.0 - 2022-08-22
|
||||
|
||||
|
|
|
@ -131,6 +131,9 @@ hi link rubySymbol Symbol
|
|||
|
||||
" PHP
|
||||
hi link phpParent phpRegion
|
||||
hi link phpMemberSelector Statement
|
||||
hi link phpSpecialFunction phpOperator
|
||||
hi link phpDocTags phpComment
|
||||
|
||||
" Syntastic
|
||||
hi SyntasticWarning ctermbg=11 ctermfg=0
|
||||
|
|
Loading…
Reference in a new issue