mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Add lacked highlight link defined in highlight.lua
This commit is contained in:
parent
0fc8ea0035
commit
f74b14a7f9
1 changed files with 3 additions and 0 deletions
|
|
@ -60,11 +60,14 @@ highlight default link TSKeyword Keyword
|
|||
highlight default link TSKeywordFunction Keyword
|
||||
highlight default link TSKeywordOperator TSOperator
|
||||
highlight default link TSException Exception
|
||||
highlight default link TSError Error
|
||||
highlight default link TSStructure Structure
|
||||
|
||||
highlight default link TSType Type
|
||||
highlight default link TSTypeBuiltin Type
|
||||
highlight default link TSInclude Include
|
||||
|
||||
highlight default link TSVariable Identifier
|
||||
highlight default link TSVariableBuiltin Special
|
||||
|
||||
highlight default link TSText TSNone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue