add lua completion stub (https://github.com/dapetcu21/atom-autocomplete-lua)
This commit is contained in:
parent
d21defb6ca
commit
325c521a21
17
.luacompleterc
Normal file
17
.luacompleterc
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"global": {
|
||||
"type": "table",
|
||||
"fields": {
|
||||
"minetest": { "type": "ref", "name": "minetest_api" }
|
||||
}
|
||||
},
|
||||
"namedTypes": {
|
||||
"minetest_api": {
|
||||
"type": "table",
|
||||
"fields": {
|
||||
"get_node": { "type": "function" },
|
||||
"find_nodes_in_area": { "type": "function" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user