|
|
|
|
@ -1,7 +1,11 @@
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
# tree-sitter-lua
|
|
|
|
|
|
|
|
|
|
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-lua/actions/workflows/ci.yml)
|
|
|
|
|
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
|
|
|
|
|
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
|
|
|
|
|
[![npm][npm]](https://www.npmjs.com/package/%40muniftanjim%2Ftree-sitter-lua)
|
|
|
|
|
[![crates][crates]](https://crates.io/crates/tree-sitter-lua)
|
|
|
|
|
|
|
|
|
|
Lua grammar for tree-sitter.
|
|
|
|
|
|
|
|
|
|
- Lua 5.x
|
|
|
|
|
@ -18,6 +22,8 @@ The [external scanner](/src/scanner.c) was initially 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.
|
|
|
|
|
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-lua/ci.yml?logo=github&label=CI
|
|
|
|
|
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
|
|
|
|
|
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
|
|
|
|
|
[npm]: https://img.shields.io/npm/v/%40muniftanjim%2Ftree-sitter-lua?logo=npm
|
|
|
|
|
[crates]: https://img.shields.io/crates/v/tree-sitter-lua?logo=rust
|
|
|
|
|
|