-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.1 semantic highlight feature, introduced in specification 3.16.0 #788
Closed
Closed
Changes from 19 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
503ac95
First attempt to include the semantic highlight feature, introduced i…
jlahoda 013b655
Removing unnecessary include.
jlahoda a4de46b
name types for (trace|read)ability
FelipeLema ca51f9e
use tuple for lexicographical comparison
FelipeLema 554833a
handle TODOs, imprve readbility
FelipeLema c986030
fix type
FelipeLema 661870a
fix compilation
FelipeLema 84a00f6
textDocument/semanticTokens/range
FelipeLema 700c1ff
fix debug build
FelipeLema 16d7ef6
use symbols that "intersect", rather than "begin" within range
FelipeLema ab53802
use SemanticTokensWithId internally
FelipeLema e702d33
indent fix
FelipeLema de89bae
use different container per gh review
FelipeLema 1ff4931
comply with github review comments
FelipeLema 79c0bee
omit copyright year per review
FelipeLema c9f36a3
remove $ccls/publishSemanticHighlight
FelipeLema 5e2ea98
remove absctractions per github review
FelipeLema 000fd75
remove another unnecessary abstraction per gh review
FelipeLema 03324a1
correct usage of "empty (list) of params"
FelipeLema b07d39b
remove `using` per github review
FelipeLema 20ef17c
clang-format file
FelipeLema dc9ba78
remove surrounding braces on single-if-statements
FelipeLema b27b1a6
fix build (no more `using ID`)
FelipeLema 7c1d53b
improve log messages: add info
FelipeLema File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-format should make it
const char *SEMANTIC_MODIFIERS[] =
The preferred style is
kSemanticModifiers