ts-parsers/tree-sitter-lua
2024-05-24 00:23:58 +01:00
..
bindings initial commit 2024-05-24 00:23:58 +01:00
queries initial commit 2024-05-24 00:23:58 +01:00
src initial commit 2024-05-24 00:23:58 +01:00
test initial commit 2024-05-24 00:23:58 +01:00
.editorconfig initial commit 2024-05-24 00:23:58 +01:00
.gitignore initial commit 2024-05-24 00:23:58 +01:00
.prettierignore initial commit 2024-05-24 00:23:58 +01:00
.prettierrc.json initial commit 2024-05-24 00:23:58 +01:00
binding.gyp initial commit 2024-05-24 00:23:58 +01:00
Cargo.toml initial commit 2024-05-24 00:23:58 +01:00
grammar.js initial commit 2024-05-24 00:23:58 +01:00
LICENSE.md initial commit 2024-05-24 00:23:58 +01:00
Makefile initial commit 2024-05-24 00:23:58 +01:00
package-lock.json initial commit 2024-05-24 00:23:58 +01:00
package.json initial commit 2024-05-24 00:23:58 +01:00
Package.swift initial commit 2024-05-24 00:23:58 +01:00
pyproject.toml initial commit 2024-05-24 00:23:58 +01:00
README.md initial commit 2024-05-24 00:23:58 +01:00
setup.py initial commit 2024-05-24 00:23:58 +01:00

tree-sitter-lua

CI discord matrix npm crates

Lua grammar for tree-sitter.

  • Lua 5.x
  • LuaJIT 2.x

References

Acknowledgement

The external scanner was initially based on these repositories: