Add rst highlighting based on Treesitter
This commit is contained in:
parent
579d0e4371
commit
873644f0a4
1 changed files with 5 additions and 0 deletions
|
@ -161,3 +161,8 @@ hi gitrebaseDrop ctermfg=Red ctermbg=none
|
|||
hi link luaTSFunction Identifier
|
||||
hi link luaTSMethod Identifier
|
||||
hi link luaTSFuncBuiltin Identifier
|
||||
|
||||
" reStructuredText
|
||||
hi link rstTSPunctSpecial rstExplicitMarkup
|
||||
hi link rstTSFunction rstExDirective
|
||||
hi link rstTSFuncBuiltin rstDirective
|
||||
|
|
Loading…
Reference in a new issue