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