diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-27 22:15:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-27 22:15:37 +0800 |
commit | f2800d17cb469ea1442fdc9d7352c6414e5d6bf1 (patch) | |
tree | 236816a6a729b8648bd43230be38fb0824075eac /changelog.md | |
parent | af9ec1db4516a0977649c0b08e4ed88078724e97 (diff) | |
download | lua-language-server-f2800d17cb469ea1442fdc9d7352c6414e5d6bf1.zip |
support `.luarc.jsonc`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 372f8b3b..70c469e1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 3.2.3 +* `CHG` parse `.luarc.json` as jsonc. In order to please the editor, it also supports `.luarc.jsonc` as the file name. * `CHG` dose not load files in symbol links * `FIX` diagnostic: send empty results to every file after startup |