Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Mar 25, 2020
1 parent d21defb commit 325c521
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .luacompleterc
Original file line number Diff line number Diff line change
@@ -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" }
}
}
}
}

0 comments on commit 325c521

Please sign in to comment.