diff options
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index cdffbfc..defdc9b 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -512,7 +512,7 @@ vis.events.subscribe(vis.events.WIN_OPEN, function(win) vis:command(cmd) end if not vis.lexers.property then return end - local path = vis.lexers.property['lexer.lpeg.home']:gsub(';', '/?.lua;') .. '/?.lua' + local path = vis.lexers.property['scintillua.lexers'] local lexname = filetype.alt_name or syntax local lexpath = package.searchpath('lexers/'..lexname, path) if lexpath ~= nil then |
