summaryrefslogtreecommitdiff
path: root/script/core
AgeCommit message (Collapse)Author
2022-04-03fix(infer): check second arg for event nameCrollie Rollz
2022-04-03fix(completion): call OOP emitter without colon syntaxCrollie Rollz
2022-04-03fix(completion): OOP emitter should have `self` argCrollie Rollz
3db634a3a2e48a97772065e7e9da4d29a07a8098 Align docFUnc with the call index, rather than assume it's always the 2nd arg (where "self" is concerned this is the 3rd arg)
2022-04-02fix(semantic-tokens): coreect token type prioritykevinhwang91
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-04-01update最萌小汐
2022-04-01update最萌小汐
2022-04-01update最萌小汐
2022-04-01update最萌小汐
2022-04-01cleanup最萌小汐
2022-03-31cleanup最萌小汐
2022-03-31cleanup最萌小汐
2022-03-30update最萌小汐
2022-03-29update最萌小汐
2022-03-29update最萌小汐
2022-03-29update最萌小汐
2022-03-25cleanup最萌小汐
2022-03-25Merge commit 'f6b9b0e94764b7f950a4a0e7c41df12a75448edf' into 3.0最萌小汐
2022-03-08update最萌小汐
2022-03-08fix最萌小汐
2022-03-07update最萌小汐
2022-03-07fix #975最萌小汐
2022-03-04update最萌小汐
2022-03-04update最萌小汐
2022-03-04feat(semantic-tokens): mark annotations(@...) as keywordswongxy
2022-03-02Merge remote-tracking branch 'origin/master' into 3.0最萌小汐
2022-03-02update最萌小汐
2022-03-02improve completion最萌小汐
2022-02-23Merge commit 'b37ebceffe695defd7e7976e653ce127618614c0' into 3.0最萌小汐
2022-02-22Merge branch 'master' of https://github.com/sumneko/lua-language-serverCppCXY
2022-02-22编辑器设置优先CppCXY
2022-02-21fix runtime errors最萌小汐
2022-02-16update最萌小汐
2022-02-16Merge commit '12d6a9eb75f31b64cbc89eb3265805bc8dad01f0' into 3.0最萌小汐
2022-02-15cleanup最萌小汐
2022-02-15fix #950最萌小汐
2022-02-10update最萌小汐
2022-02-10cleanup最萌小汐
2022-02-10remove noder and searcher最萌小汐
2022-02-09cleanup最萌小汐
merge `doc.type.enums` and `doc.type.resumes` into `doc.type.types`
2022-02-09cleanup最萌小汐
2022-02-09Merge pull request #915 from CppCXY/format最萌小汐
code reformat
2022-02-09fix completion最萌小汐
`triggerCharacter` is `nil` when typing letters and numbers
2022-02-08Merge pull request #944 from kevinhwang91/improve-postfix最萌小汐
feat(postfix): add templates
2022-02-08feat(postfix): reduce its priority and add templateskevinhwang91
In the language server like gopls, which supports `var` to assign variable and `range` to iterate collection, we should add these templates for postfix in Lua as well.
2022-02-08reduced sorting priority for postfix completionsumneko
2022-02-08fix #937sumneko
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 #923最萌小汐
2022-01-26fix #926最萌小汐