Skip to content

Commit

Permalink
Merge pull request #4232 from bstaletic/new-semantic-token-types
Browse files Browse the repository at this point in the history
Add new semantic token types
  • Loading branch information
mergify[bot] authored Aug 15, 2024
2 parents 5d8a7fe + 0af031d commit f67e5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ycm/semantic_highlighting.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@
'number': 'Number',
'regexp': 'String',
'operator': 'Operator',
'decorator': 'Special',
'unknown': 'Normal',

# These are not part of the spec, but are used by clangd
'bracket': 'Normal',
'concept': 'Type',
# These are not part of the spec, but are used by jdt.ls
'annotation': 'Macro',
}
Expand Down

0 comments on commit f67e5e6

Please sign in to comment.