summaryrefslogtreecommitdiff
path: root/script/core
AgeCommit message (Collapse)Author
2022-07-28fix runtime error最萌小汐
2022-07-27fix hover of some operators最萌小汐
2022-07-26only checks `1`最萌小汐
2022-07-26cleanup codes of `core.color`最萌小汐
2022-07-25fix message of `newline-call` and `newfield-call`最萌小汐
2022-07-25fix #1365最萌小汐
2022-07-24Merge pull request #1379 from FAForever/add-color-support最萌小汐
add color support
2022-07-23add color supportKevin Hahn
2022-07-22fix #1363 don't lookup globals in blocks最萌小汐
2022-07-22handle `../?.lua`最萌小汐
2022-07-22refactor `require-path`最萌小汐
2022-07-19`close-non-object` don't check `unknown`最萌小汐
2022-07-19fix #1348最萌小汐
2022-07-18#1255 completion for `doc.enum`最萌小汐
2022-07-18#1255 hover for `doc.enum`最萌小汐
2022-07-18fix最萌小汐
2022-07-18parse path in `source`最萌小汐
2022-07-18#1255最萌小汐
diagnostic for enum
2022-07-16doc.enum最萌小汐
2022-07-15resolve #1230最萌小汐
show enums for variables
2022-07-15resolve #1224 show comments for `doc.field`最萌小汐
2022-07-15fix hover最萌小汐
2022-07-15fix最萌小汐
2022-07-15fix comments最萌小汐
2022-07-14resolve #1112最萌小汐
only show signatures matching the entered parameters
2022-07-14bind source for class最萌小汐
2022-07-14support char最萌小汐
2022-07-14`---@source`最萌小汐
2022-07-14fix最萌小汐
2022-07-12resolve #1124 supports path in link最萌小汐
2022-07-12contravariance is allowed at the class declaration最萌小汐
2022-07-12unnecessary tag最萌小汐
2022-07-12fix最萌小汐
2022-07-12unreachable-code最萌小汐
2022-07-11resolve #1066最萌小汐
dose not show unknown `---@XXX` as description
2022-07-11resolve #1029最萌小汐
treat _ENV = {} as local _ENV = {} local _ENV = nil will disable all globals local _ENV = {} will enable all globals local _ENV = {} ---@type mathlib will open globals in mathlib
2022-07-11Revert "resolve #1209"最萌小汐
This reverts commit 3820962ca2d23d525bc8417c8088e7eeb667cba1.
2022-07-11resolve #1209最萌小汐
treat `_ENV = {}` as `local _ENV = {}` `local _ENV = nil` will disable all globals `local _ENV = {}` will enable all globals `local _ENV = {} ---@type mathlib` will open globals in mathlib
2022-07-11small fix最萌小汐
2022-07-08resolve #993 supports multi-types最萌小汐
2022-07-08cleanup最萌小汐
2022-07-07resolve #970 read comments in `---@type`最萌小汐
2022-07-07resolve #619 `diagnostics.unusedLocalExclude`最萌小汐
2022-07-06support `call`最萌小汐
2022-07-06semantic and completion description最萌小汐
2022-07-06completion and diags for operator最萌小汐
2022-07-06dose not infer as `nil` by `t.field = nil`最萌小汐
2022-07-06resolve #1285 ignore `nil` in `getfield`最萌小汐
2022-07-06improve diag最萌小汐
2022-07-05resolve #1065 show detail for `doc.type.table`最萌小汐