summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2022-02-09check asked最萌小汐
2022-02-09cleanup最萌小汐
merge `doc.type.enums` and `doc.type.resumes` into `doc.type.types`
2022-02-09update diagnostic最萌小汐
typing immediately stops workspace diagnostics
2022-02-09disable `codestyle-check` by default最萌小汐
2022-02-09cleanup最萌小汐
2022-02-09update diagnostics after editting `.editorconfig`最萌小汐
2022-02-09fix最萌小汐
2022-02-09Merge pull request #915 from CppCXY/format最萌小汐
code reformat
2022-02-09update parser最萌小汐
don't match `local if`, this can lead to unbalanced `end` counts
2022-02-09fix completion最萌小汐
`triggerCharacter` is `nil` when typing letters and numbers
2022-02-09use `time.time` instead of `os.clock`最萌小汐
the implementation of os.clock under the windows platform is inconsistent with other platforms
2022-02-09fix #946最萌小汐
don't assume the client will cache diagnostics
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-08cleanupsumneko
2022-02-08must wait for other scopes to add librarysumneko
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-27fix refsumneko
2022-01-26library check ignoreDir最萌小汐
2022-01-26fix #923最萌小汐
2022-01-26improve最萌小汐
2022-01-26improve loading process最萌小汐
2022-01-26fix #926最萌小汐
2022-01-26`FIX` new files are not loaded correctly最萌小汐
2022-01-25fix #925最萌小汐
2022-01-24提供代码风格诊断CppCXY
2022-01-23add read count firstsumneko
2022-01-23diagnostic check file as folder before as librarysumneko
2022-01-23show relative path in completionsumneko
2022-01-23improve performancesumneko
2022-01-23add logssumneko
2022-01-23fixsumneko
2022-01-23fix filewatchsumneko
2022-01-23#903 fix incorrected linkssumneko
2022-01-23dont cache firstsumneko
2022-01-23cleanupsumneko
2022-01-23cleanupsumneko
2022-01-23fix #920sumneko
2022-01-23fixsumneko
2022-01-23fix testsumneko
2022-01-23get scoped filessumneko
2022-01-23cleanupsumneko
2022-01-23fixsumneko
2022-01-23fixsumneko
2022-01-23fix diagnosticssumneko
2022-01-22use async loadFilesumneko
2022-01-22skip loaded filessumneko