summaryrefslogtreecommitdiff
path: root/script/config
diff options
context:
space:
mode:
authorSkarph <theSkarph@gmail.com>2024-08-23 12:07:53 -0400
committerSkarph <theSkarph@gmail.com>2024-08-23 12:07:53 -0400
commitaeb9ccb7012751bdb225336528720bd3bf80b536 (patch)
tree0b86483494d78134224458985bdb97ecef3cd508 /script/config
parentba8f90eb0fab18ce8aee2bdbf7007dc63050381d (diff)
downloadlua-language-server-aeb9ccb7012751bdb225336528720bd3bf80b536.zip
custom luadoc generation
Diffstat (limited to 'script/config')
-rw-r--r--script/config/template.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/config/template.lua b/script/config/template.lua
index ee7dde37..6d691b0a 100644
--- a/script/config/template.lua
+++ b/script/config/template.lua
@@ -408,6 +408,8 @@ local template = {
'glob',
'lua',
},
+ --testma
+ ["Lua.docScriptPath"] = Type.String,
-- VSCode
["Lua.addonManager.enable"] = Type.Boolean >> true,
['files.associations'] = Type.Hash(Type.String, Type.String),