nvim: colors/yolokai: Remove obsolete TS highlight groups
See https://github.com/nvim-treesitter/nvim-treesitter/issues/3572 https://github.com/nvim-treesitter/nvim-treesitter/pull/3656
This commit is contained in:
parent
b00e7b2b07
commit
0c84a1d719
1 changed files with 7 additions and 57 deletions
|
@ -619,83 +619,33 @@ local highlight_groups = {
|
||||||
NERDTreeExecFile = 'Function' ,
|
NERDTreeExecFile = 'Function' ,
|
||||||
NERDTreeLinkTarget = 'Tag' ,
|
NERDTreeLinkTarget = 'Tag' ,
|
||||||
|
|
||||||
--[[ 4.4.8. nvim-treesitter ]]
|
--[[ 4.4.8 SearchLight ]]
|
||||||
TSAnnotation = 'SpecialChar',
|
|
||||||
TSAttribute = 'Normal',
|
|
||||||
TSBoolean = 'Boolean',
|
|
||||||
TSCharacter = 'Character',
|
|
||||||
TSComment = 'Comment',
|
|
||||||
TSConstructor = 'Typedef',
|
|
||||||
TSConditional = 'Conditional',
|
|
||||||
TSConstant = 'Constant',
|
|
||||||
TSConstBuiltin = 'Type',
|
|
||||||
TSConstMacro = 'Define',
|
|
||||||
TSError = 'Error',
|
|
||||||
TSException = 'Exception',
|
|
||||||
TSField = 'Identifier',
|
|
||||||
TSFloat = 'Float',
|
|
||||||
TSFunction = 'Function',
|
|
||||||
TSFuncBuiltin = 'Special',
|
|
||||||
TSFuncMacro = 'Macro',
|
|
||||||
TSInclude = 'Include',
|
|
||||||
TSKeyword = 'Keyword',
|
|
||||||
TSKeywordFunction = 'Keyword',
|
|
||||||
TSLabel = 'Label',
|
|
||||||
TSMethod = 'Function',
|
|
||||||
TSNamespace = 'Include',
|
|
||||||
TSNone = 'NONE',
|
|
||||||
TSNumber = 'Number',
|
|
||||||
TSOperator = 'Operator',
|
|
||||||
TSParameter = 'Identifier',
|
|
||||||
TSParameterReference = 'Type',
|
|
||||||
TSProperty = 'Identifier',
|
|
||||||
TSPunctDelimiter = 'Delimiter',
|
|
||||||
TSPunctBracket = 'Delimiter',
|
|
||||||
TSPunctSpecial = 'Special',
|
|
||||||
TSRepeat = 'Repeat',
|
|
||||||
TSString = 'String',
|
|
||||||
TSStringRegex = 'String',
|
|
||||||
TSStringEscape = 'SpecialChar',
|
|
||||||
TSTag = 'Tag',
|
|
||||||
TSTagDelimiter = 'Delimiter',
|
|
||||||
TSText = 'String',
|
|
||||||
TSEmphasis = 'Underlined',
|
|
||||||
TSUnderline = 'Underlined',
|
|
||||||
TSTitle = 'Comment',
|
|
||||||
TSLiteral = 'Character',
|
|
||||||
TSURI = 'Tag',
|
|
||||||
TSType = 'Type',
|
|
||||||
TSTypeBuiltin = 'Type',
|
|
||||||
TSVariable = 'Identifier',
|
|
||||||
TSVariableBuiltin = 'Identifier',
|
|
||||||
|
|
||||||
--[[ 4.4.9 SearchLight ]]
|
|
||||||
SearchLight = { bg=black, fg=orange, style={'bold', 'italic', 'underline' }},
|
SearchLight = { bg=black, fg=orange, style={'bold', 'italic', 'underline' }},
|
||||||
|
|
||||||
--[[ 4.4.10 Sneak ]]
|
--[[ 4.4.9 Sneak ]]
|
||||||
Sneak = { bg=red, fg=black, style='bold' },
|
Sneak = { bg=red, fg=black, style='bold' },
|
||||||
SneakScope = { bg=black, fg=orange, style={'bold', 'underline' }},
|
SneakScope = { bg=black, fg=orange, style={'bold', 'underline' }},
|
||||||
|
|
||||||
--[[ 4.4.11 Which key ]]
|
--[[ 4.4.10 Which key ]]
|
||||||
WhichKey = 'Function' ,
|
WhichKey = 'Function' ,
|
||||||
WhichKeySeperator = {bg=black, fg=green},
|
WhichKeySeperator = {bg=black, fg=green},
|
||||||
WhichKeyGroup = 'Keyword' ,
|
WhichKeyGroup = 'Keyword' ,
|
||||||
WhichKeyDesc = {bg=black, fg=orange},
|
WhichKeyDesc = {bg=black, fg=orange},
|
||||||
WhichKeyFloating = 'Pmenu' ,
|
WhichKeyFloating = 'Pmenu' ,
|
||||||
|
|
||||||
--[[ 4.4.12 conflict-marker ]]
|
--[[ 4.4.11 conflict-marker ]]
|
||||||
ConflictMarkerBegin = { bg=black, fg=purple },
|
ConflictMarkerBegin = { bg=black, fg=purple },
|
||||||
ConflictMarkerEnd = { bg=black, fg=purple },
|
ConflictMarkerEnd = { bg=black, fg=purple },
|
||||||
ConflictMarkerOurs = { bg=black, fg=green },
|
ConflictMarkerOurs = { bg=black, fg=green },
|
||||||
ConflictMarkerTheirs = { bg=black, fg=red },
|
ConflictMarkerTheirs = { bg=black, fg=red },
|
||||||
ConflictMarkerCommonAncestorsHunk = { bg=black, fg=orange },
|
ConflictMarkerCommonAncestorsHunk = { bg=black, fg=orange },
|
||||||
|
|
||||||
--[[ 4.4.13 hlslens ]]
|
--[[ 4.4.12 hlslens ]]
|
||||||
HlSearchLensCur = 'SearchLight',
|
HlSearchLensCur = 'SearchLight',
|
||||||
HlSearchLens = 'IncSearch',
|
HlSearchLens = 'IncSearch',
|
||||||
HlSearchCur = 'SearchLight',
|
HlSearchCur = 'SearchLight',
|
||||||
|
|
||||||
--[[ 4.4.14 pandoc ]]
|
--[[ 4.4.13 pandoc ]]
|
||||||
pandocAtxHeader = { bg=black, fg=aqua },
|
pandocAtxHeader = { bg=black, fg=aqua },
|
||||||
pandocAtxStart = { bg=black, fg=orange },
|
pandocAtxStart = { bg=black, fg=orange },
|
||||||
pandocDelimitedCodeBlockStart = { bg=black, fg=green },
|
pandocDelimitedCodeBlockStart = { bg=black, fg=green },
|
||||||
|
@ -711,7 +661,7 @@ local highlight_groups = {
|
||||||
pandocStrongInEmphasis = 'pandocStrongEmphasis',
|
pandocStrongInEmphasis = 'pandocStrongEmphasis',
|
||||||
pandocEmphasisInStrong = 'pandocStrongEmphasis',
|
pandocEmphasisInStrong = 'pandocStrongEmphasis',
|
||||||
|
|
||||||
--[[ 4.4.15 Hop ]]
|
--[[ 4.4.14 Hop ]]
|
||||||
HopNextKey = { bg=red , fg=black , style='bold' },
|
HopNextKey = { bg=red , fg=black , style='bold' },
|
||||||
HopNextKey1 = { bg=black, fg=orange , style='bold' },
|
HopNextKey1 = { bg=black, fg=orange , style='bold' },
|
||||||
HopNextKey2 = { bg=black, fg=purple , style='bold' },
|
HopNextKey2 = { bg=black, fg=purple , style='bold' },
|
||||||
|
|
Loading…
Reference in a new issue