summaryrefslogtreecommitdiff
path: root/script/parser
AgeCommit message (Collapse)Author
2022-11-02`---@see` use workspace-symbol最萌小汐
#1344
2022-11-01improve field attribute最萌小汐
2022-11-01cleanup最萌小汐
2022-10-31add `---@package`最萌小汐
2022-10-27add support for `---@public`最萌小汐
2022-10-25some fix最萌小汐
2022-10-25fix最萌小汐
2022-10-25`---@private` and `---@protected`最萌小汐
#1316
2022-10-24supports `private`, `protected` and `public`最萌小汐
#1316
2022-10-20fix #1642最萌小汐
2022-10-17cleanup最萌小汐
2022-10-17use `state` instead of `uri` for converter最萌小汐
The state may have changed when responding, so we need to use the state when requesting. Try not to get the state on the spot.
2022-10-11fix #1608最萌小汐
2022-09-28fix #1593最萌小汐
2022-09-21stack最萌小汐
2022-09-07fix #1529最萌小汐
2022-09-06fix最萌小汐
2022-09-06fix #1526最萌小汐
2022-09-06fix #1493最萌小汐
2022-08-29`document-symbol` supports block最萌小汐
2022-08-13fix #1446最萌小汐
2022-08-13cleanup最萌小汐
2022-08-08fix #1422最萌小汐
2022-07-25fix #1370最萌小汐
2022-07-18#1255 completion for `doc.enum`最萌小汐
2022-07-18#1255 hover for `doc.enum`最萌小汐
2022-07-18parse path in `source`最萌小汐
2022-07-18#1255最萌小汐
diagnostic for enum
2022-07-16doc.enum最萌小汐
2022-07-14bind source for class最萌小汐
2022-07-14support char最萌小汐
2022-07-14`---@source`最萌小汐
2022-07-14fix最萌小汐
2022-07-14fix #1330最萌小汐
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-11fix #1317最萌小汐
2022-07-08resolve #993 supports multi-types最萌小汐
2022-07-08cleanup最萌小汐
2022-07-08cleanup最萌小汐
2022-07-07fix #880最萌小汐
2022-07-06fix最萌小汐
2022-07-06completion and diags for operator最萌小汐
2022-07-06support unary operator最萌小汐
2022-07-06cleanup最萌小汐
2022-07-05#1254 more non-standard symbols最萌小汐
2022-07-05#1280 `doc.diagnostic` don't break docs最萌小汐
2022-07-04stash最萌小汐