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