Add Treesitter support

This commit is contained in:
Iron_E 2020-09-04 13:02:09 -04:00
parent c0adc8566e
commit 8c0162d4dd
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 12 additions and 0 deletions

View File

@ -632,6 +632,18 @@ local highlight_groups = {
NERDTreeClosable = 'NERDTreeOpenable',
NERDTreeExecFile = 'Function',
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