summaryrefslogtreecommitdiff
path: root/server/libs
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-07 18:40:34 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-07 18:40:34 +0800
commit11acb1981bf74b012cd02e4c140577f29692fc98 (patch)
treeaf2ff463280d7a09a8ed94d2ba23c80f9cffe866 /server/libs
parentf37431779e9975d0c71c196ac563ccecdb3f79ea (diff)
downloadlua-language-server-11acb1981bf74b012cd02e4c140577f29692fc98.zip
支持昵称
Diffstat (limited to 'server/libs')
-rw-r--r--server/libs/bee/filesystem.lni21
1 files changed, 21 insertions, 0 deletions
diff --git a/server/libs/bee/filesystem.lni b/server/libs/bee/filesystem.lni
new file mode 100644
index 00000000..99f2c4de
--- /dev/null
+++ b/server/libs/bee/filesystem.lni
@@ -0,0 +1,21 @@
+[filesystem]
+type = 'table'
+[[.source]]
+type = 'library'
+name = 'bee.filesystem'
+
+[default]
+type = 'function'
+[[.parent]]
+type = 'library'
+name = 'bee.filesystem'
+nick = 'fs'
+
+[current_path]
+[[.args]]
+name = 'new_path'
+type = '*filesystem'
+optional = 'self'
+[[.returns]]
+type = '*filesystem'
+optional = 'self'