summaryrefslogtreecommitdiff
path: root/meta/3rd/example
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-08 15:49:10 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-08 15:49:10 +0800
commit4876958951dff23ed234523d89b47a854e88acea (patch)
tree5166c29516c525de2d69d8ff03a2c40bc5e0ec99 /meta/3rd/example
parent9c21a7a38a6b3f79f8d74cf9ce45ecb431c8ef9a (diff)
downloadlua-language-server-4876958951dff23ed234523d89b47a854e88acea.zip
also supports filename
Diffstat (limited to 'meta/3rd/example')
-rw-r--r--meta/3rd/example/config.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/3rd/example/config.lua b/meta/3rd/example/config.lua
index 7bf8e04a..d19edd66 100644
--- a/meta/3rd/example/config.lua
+++ b/meta/3rd/example/config.lua
@@ -1,7 +1,7 @@
-- list of matched words
words = {'thisIsAnExampleWord%.ifItExistsInFile%.thenTryLoadThisLibrary'}
--- list or matched file names
-files = {'thisIsAnExampleFile%.ifItExistsInWorkSpace%.thenTryLoadThisLibrary'}
+-- list or matched file names. `.lua`, `.dll` and `.so` only
+files = {'thisIsAnExampleFile%.ifItExistsInWorkSpace%.thenTryLoadThisLibrary%.lua'}
-- lsit of settings to be changed
configs = {
{