Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-03 | fix(semantic-tokens): `data` field can't be nil | kevinhwang91 | |
`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-01 | fix(semantic-tokens): limit comments range | kevinhwang91 | |
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-26 | fix #926 | 最萌小汐 | |
2022-01-11 | add semantic configs | 最萌小汐 | |
2022-01-11 | change to `Lua.semantic.enable` | 最萌小汐 | |
2022-01-11 | update semantic tokens | 最萌小汐 | |
2022-01-11 | update semantic tokens | 最萌小汐 | |
2022-01-10 | update | 最萌小汐 | |
2022-01-10 | update | 最萌小汐 | |
2022-01-10 | fix | 最萌小汐 | |
2022-01-10 | resolve multilines and overlapping | 最萌小汐 | |
2022-01-07 | update | 最萌小汐 | |
2022-01-07 | update semantic-tokens | 最萌小汐 | |
2022-01-07 | update semantic-tokens | 最萌小汐 | |
2022-01-07 | cleanup | 最萌小汐 | |
2022-01-06 | update semantic-tokens | 最萌小汐 | |
2021-12-30 | update | 最萌小汐 | |
2021-11-25 | cleanup | 最萌小汐 | |
2021-11-03 | update async mark | 最萌小汐 | |
2021-11-02 | mark async | 最萌小汐 | |
2021-10-11 | fix | 最萌小汐 | |
2021-10-11 | fix #718 | 最萌小汐 | |
2021-09-26 | Fix a couple classification issues with table field access and simplify it ↵ | Arcanox | |
in the process | |||
2021-09-25 | Fix global library functions being highlighted as a global type instead of a ↵ | Arcanox | |
function | |||
2021-09-25 | Merge branch 'master' into improve-semantic-highlighting | Arcanox | |
# Conflicts: # script/core/semantic-tokens.lua | |||
2021-09-25 | Fix the config setting not updating editors when it's changed | Arcanox | |
2021-09-24 | stop provider when file changing | 最萌小汐 | |
2021-09-24 | Improve classification of semantic tokens to provide a great number more ↵ | Arcanox | |
syntax highlighting options (almost on par with TypeScript in VSCode) | |||
2021-09-23 | cleanup | 最萌小汐 | |
2021-09-22 | cleanup | 最萌小汐 | |
2021-08-19 | improve completion | 最萌小汐 | |
2021-07-05 | fix | 最萌小汐 | |
2021-07-05 | fix supports for file with LF | 最萌小汐 | |
2021-06-11 | rename getAst -> getState | 最萌小汐 | |
2021-06-10 | fix | 最萌小汐 | |
2021-04-20 | guide -> searcher | 最萌小汐 | |
2021-04-06 | fix #487 | 最萌小汐 | |
2021-03-15 | move `parser/guide.lua` to `core/guide.lua` | 最萌小汐 | |
2021-03-09 | improve colors of `const` and `close` | 最萌小汐 | |
2021-02-04 | fix #379 semantic-tokens supports plugin | 最萌小汐 | |
2021-01-04 | new folding | 最萌小汐 | |
2020-12-30 | fix | 最萌小汐 | |
2020-12-22 | #282 | 最萌小汐 | |
2020-12-22 | #317 support nonstandard symbol | 最萌小汐 | |
2020-12-14 | semantic not covers local call | 最萌小汐 | |
2020-12-03 | add semantic token for generic type | 最萌小汐 | |
2020-11-26 | luadoc support tailcomment | 最萌小汐 | |
2020-11-20 | no longer beta | 最萌小汐 | |