Add markdown highlighting based on Treesitter
This commit is contained in:
parent
873644f0a4
commit
8495db864a
1 changed files with 3 additions and 0 deletions
|
@ -166,3 +166,6 @@ hi link luaTSFuncBuiltin Identifier
|
|||
hi link rstTSPunctSpecial rstExplicitMarkup
|
||||
hi link rstTSFunction rstExDirective
|
||||
hi link rstTSFuncBuiltin rstDirective
|
||||
|
||||
" markdown
|
||||
hi link markdownTSPunctSpecial rstExplicitMarkup
|
||||
|
|
Loading…
Reference in a new issue