diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-30 11:10:00 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-30 11:10:00 +0800 |
commit | de82efa9bf794ea195c4d1b3da229500c8a213e1 (patch) | |
tree | d1364f00565bd748b667a0be5c09c1ab0096e59d /doc/en-us | |
parent | 8da1d0d2158d73934b7c4af0a1e691fc1d58c639 (diff) | |
download | lua-language-server-de82efa9bf794ea195c4d1b3da229500c8a213e1.zip |
update submodules and docs
Diffstat (limited to 'doc/en-us')
-rw-r--r-- | doc/en-us/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md index b20e8bce..ff74b41d 100644 --- a/doc/en-us/config.md +++ b/doc/en-us/config.md @@ -288,6 +288,7 @@ Array<string> * ``"missing-return-value"`` * ``"need-check-nil"`` * ``"need-paren"`` +* ``"nesting-long-mark"`` * ``"newfield-call"`` * ``"newline-call"`` * ``"no-unknown"`` |