Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-09 | add `doc.type.code` | 最萌小汐 | |
2022-06-09 | view infer must specify uri | 最萌小汐 | |
2022-05-02 | fix(semantic-tokens): `data` field can't be nil | kevinhwang91 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-25 | delete `isGlobalLibraryName` | 最萌小汐 | |
2022-04-25 | add completion and semantic for `@cast` | 最萌小汐 | |
2022-04-22 | add `--[[@as type]]` | 最萌小汐 | |
2022-04-21 | #1080 using `---@overload` as class constructor | 最萌小汐 | |
2022-04-15 | fix semantic | 最萌小汐 | |
2022-04-15 | cleanup | 最萌小汐 | |
2022-04-09 | fix semantic of function | 最萌小汐 | |
2022-04-07 | update | 最萌小汐 | |
2022-04-06 | Merge commit '63b360689f0c2c99a1ae410518f6866f49972f98' into 3.0 | 最萌小汐 | |
2022-04-05 | update | 最萌小汐 | |
2022-04-02 | fix(semantic-tokens): coreect token type priority | kevinhwang91 | |
If metatable with `__call` method, adding `@class` and `@type fun()` together for a class make the token be regarded as function, we should make sure `@class` override `@type`. | |||
2022-03-31 | cleanup | 最萌小汐 | |
2022-03-30 | update | 最萌小汐 | |
2022-03-29 | update | 最萌小汐 | |
2022-03-08 | fix | 最萌小汐 | |
2022-03-07 | fix #975 | 最萌小汐 | |
2022-03-04 | feat(semantic-tokens): mark annotations(@...) as keywords | wongxy | |
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) |