summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-14 17:54:14 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-14 17:54:14 +0800
commit9ad3fdce5bd6c889f5734eddd04708595e1fa621 (patch)
tree028fe13842e0b7f40fd189f1109ef8ec1245812c /changelog.md
parent0d79784ccf47a03f9f35e1afbd579ecbab0acd5a (diff)
downloadlua-language-server-9ad3fdce5bd6c889f5734eddd04708595e1fa621.zip
`---@source`
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 6ecdef04..4e9adbe3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -11,6 +11,11 @@
local fileName = root / 'script' / 'main.lua' -- `fileName` is `fspath` here
```
+* `NEW` `LuaDoc`: `---@source`:
+ ```lua
+ ---@source file:///xxx.c:50:20
+ XXX = 1 -- when finding definitions of `XXX`, returns `file:///xxx.c:50:20` instead here
+ ```
* `NEW` diagnostics:
* `unknown-operator`
* `unreachable-code`