https://github.com/nvim-treesitter/tree-sitter-lua
Lua grammar for tree-sitter.
https://github.com/nvim-treesitter/tree-sitter-lua
Last synced: over 1 year ago
JSON representation
Lua grammar for tree-sitter.
- Host: GitHub
- URL: https://github.com/nvim-treesitter/tree-sitter-lua
- Owner: nvim-treesitter
- License: mit
- Archived: true
- Fork: true (Azganoth/tree-sitter-lua)
- Created: 2020-04-10T18:07:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T19:55:25.000Z (over 4 years ago)
- Last Synced: 2024-10-29T16:13:33.720Z (over 1 year ago)
- Language: C
- Size: 1.56 MB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tree-sitter-lua
[](https://travis-ci.org/Azganoth/tree-sitter-lua)
[](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).