language-pico8 icon indicating copy to clipboard operation
language-pico8 copied to clipboard

PICO-8 language support in Atom

Results 4 language-pico8 issues
Sort by recently updated
recently updated
newest added

[Atom has released support for tree-sitter parsers.](https://blog.github.com/2018-10-31-atoms-new-parsing-system/) We should make one for PICO-8. [Documentation here.](https://flight-manual.atom.io/hacking-atom/sections/creating-a-grammar/)

enhancement

This package seems more advanced than the one we are forked from: https://github.com/Azganoth/language-lua-plus Might be some work to incorporate relevant bits into this package, and might require massive rewrites. This...

enhancement
help wanted

Convert relevant changes from the TextMate Lua bundle: https://github.com/textmate/lua.tmbundle First check if they have been incorporated into the Atom Lua package, see #3.

enhancement
help wanted