Commit Graph

15 Commits

Author SHA1 Message Date
Felipe Lema
dc9ba782aa remove surrounding braces on single-if-statements 2021-06-23 12:32:57 -04:00
Felipe Lema
20ef17c0a7 clang-format file 2021-06-23 12:29:54 -04:00
Felipe Lema
b07d39b949 remove using per github review 2021-06-23 12:29:28 -04:00
Felipe Lema
000fd75af4 remove another unnecessary abstraction per gh review 2021-06-18 17:02:09 -04:00
Felipe Lema
c9f36a342d remove $ccls/publishSemanticHighlight 2021-06-18 15:09:14 -04:00
Felipe Lema
79c0beedcd omit copyright year per review 2021-06-17 13:37:28 -04:00
Felipe Lema
e702d33e48 indent fix 2021-05-28 13:22:29 -04:00
Felipe Lema
ab53802497 use SemanticTokensWithId internally
- Move SemanticTokens to QueryFile
- Add SemanticTokensId (though still returning SemanticTokens)
- Save latest SemanticTokensId in QueryFile (latest semantic token sent
is associated to a file)
2021-05-28 13:22:11 -04:00
Felipe Lema
16d7ef6aa8 use symbols that "intersect", rather than "begin" within range 2021-05-10 15:41:37 -04:00
Felipe Lema
700c1ffa58 fix debug build 2021-05-03 12:51:16 -04:00
Felipe Lema
84a00f6371 textDocument/semanticTokens/range
- add overhead code for new method
- move code from "semantic tokens for full document" to
  "semantic tokens for range in document"
- add range delimitation to function
- make "full document" use "range that covers all document"
2021-05-03 12:51:04 -04:00
Felipe Lema
661870a502 fix compilation 2021-04-12 14:47:48 -04:00
Felipe Lema
554833abf2 handle TODOs, imprve readbility 2021-04-12 14:33:19 -04:00
Jan Lahoda
013b655e4c Removing unnecessary include. 2020-12-26 22:29:31 +01:00
Jan Lahoda
503ac951c0 First attempt to include the semantic highlight feature, introduced in specification 3.16.0. 2020-12-25 11:22:07 +01:00