1
0
Go to file
2023-05-11 20:54:59 +03:00
library move config to root 2022-07-03 20:10:40 +00:00
config.lua move config to root 2022-07-03 20:10:40 +00:00
generate.py move config to root 2022-07-03 20:10:40 +00:00
LICENSE add license 2022-07-03 20:11:26 +00:00
README.md add readme 2023-05-11 20:54:59 +03:00

TIC80 LSP function definitions

Lua function definitions for TIC80 functions. It generates a addon which lua-language-serve can understand. The generator script works by scraping github wiki page for tic80 https://github.com/nesbox/TIC-80/wiki.

There is a tutorial here where it explains how to use addons made for the lua language server.