Add lua highlighting based on Treesitter
This commit is contained in:
parent
4ce52ff5bd
commit
579d0e4371
1 changed files with 5 additions and 0 deletions
|
@ -156,3 +156,8 @@ hi link gitrebaseReword gitrebaseEdit
|
|||
hi link gitrebaseFixup gitrebaseEdit
|
||||
hi link gitrebaseBreak gitrebaseEdit
|
||||
hi gitrebaseDrop ctermfg=Red ctermbg=none
|
||||
|
||||
" Lua
|
||||
hi link luaTSFunction Identifier
|
||||
hi link luaTSMethod Identifier
|
||||
hi link luaTSFuncBuiltin Identifier
|
||||
|
|
Loading…
Reference in a new issue