Add Treesitter support
This commit is contained in:
parent
c0adc8566e
commit
8c0162d4dd
|
@ -632,6 +632,18 @@ local highlight_groups = {
|
||||||
NERDTreeClosable = 'NERDTreeOpenable',
|
NERDTreeClosable = 'NERDTreeOpenable',
|
||||||
NERDTreeExecFile = 'Function',
|
NERDTreeExecFile = 'Function',
|
||||||
NERDTreeLinkTarget = 'Tag',
|
NERDTreeLinkTarget = 'Tag',
|
||||||
|
|
||||||
|
--[[ 4.4.8. nvim-treesitter ]]
|
||||||
|
TSConstBuiltin = 'Constant',
|
||||||
|
TSStringRegex = 'SpecialChar',
|
||||||
|
TSStringEscape = 'Character',
|
||||||
|
|
||||||
|
TSFuncBuiltin = 'Function',
|
||||||
|
TSConstructor = 'Typedef',
|
||||||
|
|
||||||
|
TSVariableBuiltin = 'Identifier',
|
||||||
|
|
||||||
|
TSURI = 'Tag',
|
||||||
}
|
}
|
||||||
|
|
||||||
--[[ Step 5: Terminal Colors
|
--[[ Step 5: Terminal Colors
|
||||||
|
|
Loading…
Reference in New Issue