syntax: Still ask clang to highlight preprocessor/macros

This commit is contained in:
Andy Williams 2017-01-31 20:09:02 +00:00
parent fd6584f8b6
commit 13c7c1fcab
1 changed files with 1 additions and 0 deletions

View File

@ -716,6 +716,7 @@ _clang_show_highlighting(Edi_Editor *editor)
case CXCursor_InclusionDirective:
case CXCursor_PreprocessingDirective:
case CXCursor_MacroExpansion:
type = ELM_CODE_TOKEN_TYPE_PREPROCESSOR;
break;
case CXCursor_TypeRef:
type = ELM_CODE_TOKEN_TYPE_TYPE;