difftastic/vendor/tree-sitter-lua/README.md

16 lines
607 B
Markdown

# 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).