summaryrefslogtreecommitdiff
path: root/script/core/semantic-tokens.lua
AgeCommit message (Collapse)Author
2022-02-03fix(semantic-tokens): `data` field can't be nilkevinhwang91
`textDocument/semanticTokens/range` should return `SemanticTokens | null` from LSP specification. `data` field of the `SemanticTokens` must be a array, even if no result.
2022-02-01fix(semantic-tokens): limit comments rangekevinhwang91
Client requests `textDocument/semanticTokens/range` service with a range parameter in order to get the tokens of the visible window, but server return the additional comments highlighting tokens may be out of range, we should keep the tokens requested by the client in range.
2022-01-26fix #926最萌小汐
2022-01-11add semantic configs最萌小汐
2022-01-11change to `Lua.semantic.enable`最萌小汐
2022-01-11update semantic tokens最萌小汐
2022-01-11update semantic tokens最萌小汐
2022-01-10update最萌小汐
2022-01-10update最萌小汐
2022-01-10fix最萌小汐
2022-01-10resolve multilines and overlapping最萌小汐
2022-01-07update最萌小汐
2022-01-07update semantic-tokens最萌小汐
2022-01-07update semantic-tokens最萌小汐
2022-01-07cleanup最萌小汐
2022-01-06update semantic-tokens最萌小汐
2021-12-30update最萌小汐
2021-11-25cleanup最萌小汐
2021-11-03update async mark最萌小汐
2021-11-02mark async最萌小汐
2021-10-11fix最萌小汐
2021-10-11fix #718最萌小汐
2021-09-26Fix a couple classification issues with table field access and simplify it ↵Arcanox
in the process
2021-09-25Fix global library functions being highlighted as a global type instead of a ↵Arcanox
function
2021-09-25Merge branch 'master' into improve-semantic-highlightingArcanox
# Conflicts: # script/core/semantic-tokens.lua
2021-09-25Fix the config setting not updating editors when it's changedArcanox
2021-09-24stop provider when file changing最萌小汐
2021-09-24Improve classification of semantic tokens to provide a great number more ↵Arcanox
syntax highlighting options (almost on par with TypeScript in VSCode)
2021-09-23cleanup最萌小汐
2021-09-22cleanup最萌小汐
2021-08-19improve completion最萌小汐
2021-07-05fix最萌小汐
2021-07-05fix supports for file with LF最萌小汐
2021-06-11rename getAst -> getState最萌小汐
2021-06-10fix最萌小汐
2021-04-20guide -> searcher最萌小汐
2021-04-06fix #487最萌小汐
2021-03-15move `parser/guide.lua` to `core/guide.lua`最萌小汐
2021-03-09improve colors of `const` and `close`最萌小汐
2021-02-04fix #379 semantic-tokens supports plugin最萌小汐
2021-01-04new folding最萌小汐
2020-12-30fix最萌小汐
2020-12-22#282最萌小汐
2020-12-22#317 support nonstandard symbol最萌小汐
2020-12-14semantic not covers local call最萌小汐
2020-12-03add semantic token for generic type最萌小汐
2020-11-26luadoc support tailcomment最萌小汐
2020-11-20no longer beta最萌小汐