diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-04 12:57:10 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-04 12:57:10 +0800 |
commit | 4fdda402193bf0600b42786a6571cea4e64ee5c9 (patch) | |
tree | 529e272a2f979ee37088909f76b642773939ebb5 /package.json | |
parent | b0890b74042d39213994e074ce198dae9ca0add8 (diff) | |
download | lua-language-server-4fdda402193bf0600b42786a6571cea4e64ee5c9.zip |
修改语法文件路径
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index dcd883fd..7fb4e448 100644 --- a/package.json +++ b/package.json @@ -320,7 +320,7 @@ "grammars": [ { "language": "lua", - "path": "syntaxes/lua.tmLanguage.json", + "path": "./syntaxes/lua.tmLanguage.json", "scopeName": "source.lua" } ] |