Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvim-treesitter/tree-sitter-lua
Lua grammar for tree-sitter.
https://github.com/nvim-treesitter/tree-sitter-lua
Last synced: 14 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T19:55:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T16:13:33.720Z (15 days 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
[![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).