fix(lua): +lua-love-mode always active
This commit is contained in:
parent
086e9a9322
commit
d1b948eb2c
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ lua-language-server.")
|
||||||
|
|
||||||
(def-project-mode! +lua-love-mode
|
(def-project-mode! +lua-love-mode
|
||||||
:modes '(moonscript-mode lua-mode markdown-mode json-mode)
|
:modes '(moonscript-mode lua-mode markdown-mode json-mode)
|
||||||
:when #'+lua-love-project-root
|
:when (+lua-love-project-root)
|
||||||
:on-load
|
:on-load
|
||||||
(progn
|
(progn
|
||||||
(set-project-type! 'love2d
|
(set-project-type! 'love2d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue