diff --git a/python/ycm/semantic_highlighting.py b/python/ycm/semantic_highlighting.py index d462d304ed..74dc5a1c60 100644 --- a/python/ycm/semantic_highlighting.py +++ b/python/ycm/semantic_highlighting.py @@ -50,10 +50,12 @@ 'number': 'Number', 'regexp': 'String', 'operator': 'Operator', + 'decorator': 'Comment', 'unknown': 'Normal', # These are not part of the spec, but are used by clangd 'bracket': 'Normal', + 'concept': 'Normal', # These are not part of the spec, but are used by jdt.ls 'annotation': 'Macro', }