summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2021-09-27check nil最萌小汐
2021-09-27fix some types最萌小汐
2021-09-27no longer infer by usage最萌小汐
2021-09-27fix visible最萌小汐
2021-09-27Merge pull request #685 from ArtistArthur/ar/typecheck最萌小汐
add typecheck
2021-09-27add testunknown
2021-09-27less log最萌小汐
2021-09-27Merge pull request #689 from ArcanoxDragon/improve-semantic-highlighting最萌小汐
Improve diversity and granularity of semantic token highlighting
2021-09-27fix最萌小汐
2021-09-27improveunknown
2021-09-27fix最萌小汐
2021-09-27fix最萌小汐
2021-09-27some fix最萌小汐
2021-09-27Merge branch 'master' into improve-semantic-highlighting最萌小汐
2021-09-27some fix最萌小汐
2021-09-27no need to check for duplicate requests最萌小汐
2021-09-27remove commentsunknown
2021-09-27improveunknown
2021-09-27`$/cancelRequest` returns code `RequestCancelled`最萌小汐
2021-09-27Merge branch 'master' into ar/typecheckunknown
2021-09-26Revert changes related to canceled requestsArcanox
2021-09-26Fix a couple classification issues with table field access and simplify it ↵Arcanox
in the process
2021-09-26Change the way canceled semanticToken requests are handled according to ↵Arcanox
@sumneko's suggestion
2021-09-26Put back thing that I didn't mean to commitArcanox
2021-09-26Merge branch 'master' into improve-semantic-highlightingArcanox
2021-09-26await.setID supports `callback`sumneko
2021-09-26Semantic highlighting methods cannot return a null response if they're ↵Arcanox
canceled or the editor will clear all the tokens until the next time the request returns a full result
2021-09-25Fix global library functions being highlighted as a global type instead of a ↵Arcanox
function
2021-09-25Fix another issue in converter that happened in a workspace I'm working in; ↵Arcanox
seems to be when a line is shortened
2021-09-25Fix semantic token highlighting not working after the "newparser" changes ↵Arcanox
recently merged into master
2021-09-25Fix a crash when deleting lines from a file while anything is analyzing it ↵Arcanox
(something might try and analyze beyond the new end of the file)
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-24update parser最萌小汐
2021-09-24mistake commit最萌小汐
2021-09-24default severity to `Warning`最萌小汐
2021-09-24less bind最萌小汐
2021-09-24fix #647最萌小汐
2021-09-24check nil最萌小汐
2021-09-24supports `$/cancelRequest`最萌小汐
2021-09-24stop provider when file changing最萌小汐
2021-09-24fix最萌小汐
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-24resolve #659最萌小汐
2021-09-24`completion.displayContext` default to `0`最萌小汐
2021-09-24resolve #639最萌小汐
2021-09-24fix最萌小汐
2021-09-24fix最萌小汐
2021-09-23update最萌小汐
2021-09-23fix最萌小汐