Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nvim-treesitter/tree-sitter-lua

Lua grammar for tree-sitter.
https://github.com/nvim-treesitter/tree-sitter-lua

Last synced: about 2 months ago
JSON representation

Lua grammar for tree-sitter.

Awesome Lists containing this project

README

        

# tree-sitter-lua

[![Build Status](https://travis-ci.org/Azganoth/tree-sitter-lua.svg?branch=master)](https://travis-ci.org/Azganoth/tree-sitter-lua)
[![Build status](https://ci.appveyor.com/api/projects/status/8rnu3n839orxosys/branch/master?svg=true)](https://ci.appveyor.com/project/Azganoth/tree-sitter-lua/branch/master)

Lua grammar for tree-sitter.

## References

- [Lua Documentation](https://www.lua.org/docs.html)
- [Lua 5.3 Reference Manual](https://www.lua.org/manual/5.3/)

## License

This package is under a [MIT license](https://github.com/Azganoth/tree-sitter-lua/blob/master/LICENSE.md).