.dotfiles/nvim/mason/packages/lua-language-server/libexec/meta/3rd/love2d/config.json

11 lines
217 B
JSON
Raw Normal View History

{
"name" : "LÖVE",
"words" : ["love%.%w+"],
"settings" : {
"Lua.runtime.version" : "LuaJIT",
"Lua.runtime.special" : {
"love.filesystem.load" : "loadfile"
}
}
}