fix impatient not found on bootstrap

This commit is contained in:
nullchilly
2022-08-07 12:31:11 +07:00
committed by Sidhanth Rathod
parent 33c304f627
commit 074b656cbd
55 changed files with 17472 additions and 1 deletions

20
tree-sitter-lua/README.md Normal file
View File

@@ -0,0 +1,20 @@
![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.