Fix Keyword default color (#281)

Co-authored-by: Dionisio E Alonso <dionisio.alonso@comprandoengrupo.net>
This commit is contained in:
Dionisio E Alonso
2022-10-02 22:30:10 -03:00
committed by GitHub
parent 1fe54f212f
commit 57ece9e7d4

View File

@@ -206,7 +206,7 @@ call s:h("Conditional", { "fg": s:purple }) " if, then, else, endif, switch, etc
call s:h("Repeat", { "fg": s:purple }) " for, do, while, etc. call s:h("Repeat", { "fg": s:purple }) " for, do, while, etc.
call s:h("Label", { "fg": s:purple }) " case, default, etc. call s:h("Label", { "fg": s:purple }) " case, default, etc.
call s:h("Operator", { "fg": s:purple }) " sizeof", "+", "*", etc. call s:h("Operator", { "fg": s:purple }) " sizeof", "+", "*", etc.
call s:h("Keyword", { "fg": s:red }) " any other keyword call s:h("Keyword", { "fg": s:purple }) " any other keyword
call s:h("Exception", { "fg": s:purple }) " try, catch, throw call s:h("Exception", { "fg": s:purple }) " try, catch, throw
call s:h("PreProc", { "fg": s:yellow }) " generic Preprocessor call s:h("PreProc", { "fg": s:yellow }) " generic Preprocessor
call s:h("Include", { "fg": s:blue }) " preprocessor #include call s:h("Include", { "fg": s:blue }) " preprocessor #include