fix impatient not found on bootstrap
This commit is contained in:
committed by
Sidhanth Rathod
parent
33c304f627
commit
074b656cbd
20
tree-sitter-lua/README.md
Normal file
20
tree-sitter-lua/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||

|
||||
|
||||
# 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.
|
||||
Reference in New Issue
Block a user