Skip to content

Commit

Permalink
feat(utility): add lua-json5
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Aug 1, 2024
1 parent 166b91e commit 2d00b6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/astrocommunity/utility/lua-json5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Json5 parser for luajit

Requires:

- [cargo](https://doc.rust-lang.org/stable/cargo/) - Rust package manager

A json5 parser for luajit

**Repository:** <https://github.com/Joakker/lua-json5>
4 changes: 4 additions & 0 deletions lua/astrocommunity/utility/lua-json5/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"Joakker/lua-json5",
build = vim.fn.has "win32" == 1 and "powershell ./install.ps1" or "./install.sh",
}

0 comments on commit 2d00b6f

Please sign in to comment.