Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 485 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 485 Bytes

JSON2Lua

An SPA using the tree-sitter wasm binding that converts JSON to Lua objects, useful for Neovim configuration with init.lua.

Roadmap

  • Display errors
  • Syntax highlighting
  • Prettified Lua with StyLua, if it can be compiled to wasm (there's a note about this in JohnnyMorganz/StyLua#193)