21 lines
608 B
Markdown
21 lines
608 B
Markdown
![GitHub Workflow Status: CI](https://img.shields.io/github/workflow/status/MunifTanjim/tree-sitter-lua/CI/main?label=CI&style=for-the-badge)
|
|
|
|
# tree-sitter-lua
|
|
|
|
Lua grammar for tree-sitter.
|
|
|
|
## References
|
|
|
|
- [Lua Documentation](https://www.lua.org/docs.html)
|
|
|
|
## Acknowledgement
|
|
|
|
The [external scanner](/src/scanner.c) was based on these repositories:
|
|
|
|
- [Azganoth/tree-sitter-lua](https://github.com/Azganoth/tree-sitter-lua)
|
|
- [euclidianAce/tree-sitter-teal](https://github.com/euclidianAce/tree-sitter-teal)
|
|
|
|
## License
|
|
|
|
Licensed under the MIT License. Check the [LICENSE](/LICENSE.md) file for details.
|