diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 02:26:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 02:26:47 +0800 |
commit | 502b846eaa21ff518e8d07ab9af832916a326827 (patch) | |
tree | 521c4d7581576f9fcc19adc7c4ab19d0e1452c37 /script/meta/bee | |
parent | 04fa96b7c0abba4d7cca03ed12ff3b65b3912e01 (diff) | |
download | lua-language-server-502b846eaa21ff518e8d07ab9af832916a326827.zip |
add doc
Diffstat (limited to 'script/meta/bee')
-rw-r--r-- | script/meta/bee/filesystem.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/script/meta/bee/filesystem.lua b/script/meta/bee/filesystem.lua index cba5ff0e..717e62b2 100644 --- a/script/meta/bee/filesystem.lua +++ b/script/meta/bee/filesystem.lua @@ -22,6 +22,10 @@ end function fsPath:stem() end +---@return fs.path +function fsPath:extension() +end + ---@class fs.status local fsStatus = {} |