fix: Fixing TSType colour
This commit is contained in:
parent
7fe0dc672b
commit
caa5d32238
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ call <sid>hi('TSKeywordFunction', s:cdBlue, {}, 'none', {})
|
||||||
call <sid>hi('TSKeywordOperator', s:cdBlue, {}, 'none', {})
|
call <sid>hi('TSKeywordOperator', s:cdBlue, {}, 'none', {})
|
||||||
call <sid>hi('TSOperator', s:cdFront, {}, 'none', {})
|
call <sid>hi('TSOperator', s:cdFront, {}, 'none', {})
|
||||||
call <sid>hi('TSException', s:cdPink, {}, 'none', {})
|
call <sid>hi('TSException', s:cdPink, {}, 'none', {})
|
||||||
call <sid>hi('TSType', s:cdBlueGreen, {}, 'none', {})
|
call <sid>hi('TSType', s:cdBlue, {}, 'none', {})
|
||||||
call <sid>hi('TSTypeBuiltin', s:cdBlue, {}, 'none', {})
|
call <sid>hi('TSTypeBuiltin', s:cdBlue, {}, 'none', {})
|
||||||
call <sid>hi('TSStructure', s:cdLightBlue, {}, 'none', {})
|
call <sid>hi('TSStructure', s:cdLightBlue, {}, 'none', {})
|
||||||
call <sid>hi('TSInclude', s:cdPink, {}, 'none', {})
|
call <sid>hi('TSInclude', s:cdPink, {}, 'none', {})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue