dotfiles from arch

This commit is contained in:
2025-09-28 11:39:12 +02:00
parent 75885729cd
commit d1c6923bbb
1358 changed files with 575835 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name" : "Defold",
"files" : ["game.project", "*%.script", "*%.gui_script"],
"settings" : {
"Lua.runtime.version" : "Lua 5.1",
"Lua.workspace.library" : [".internal"],
"Lua.workspace.ignoreDir" : [".internal"],
"Lua.diagnostics.globals" : [
"on_input",
"on_message",
"init",
"update",
"final"
],
"files.associations" : {
"*.script" : "lua",
"*.gui_script" : "lua",
"*.render_script" : "lua",
"*.editor_script" : "lua"
}
}
}