a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
ObserverOfTime 3fa47ca7aa feat: update bindings 2024-03-11 11:40:44 +07:00
.github/workflows ci: update actions versions 2023-06-07 11:30:23 +07:00
bindings feat: update bindings 2024-03-11 11:40:44 +07:00
examples test: add parse-examples script 2021-08-08 22:52:51 +07:00
queries fix(queries): highlights for attribute 2023-09-07 13:41:24 +07:00
script test: parse examples xmake-io/xmake 2023-05-12 20:13:57 +07:00
src feat: update bindings 2024-03-11 11:40:44 +07:00
test feat: structure comment node similar to string 2023-08-14 22:01:52 +07:00
.editorconfig feat: update bindings 2024-03-11 11:40:44 +07:00
.gitattributes feat: update bindings 2024-03-11 11:40:44 +07:00
.gitignore feat: update bindings 2024-03-11 11:40:44 +07:00
.prettierignore chore: initial commit 2021-08-08 22:52:51 +07:00
.prettierrc.json chore: initial commit 2021-08-08 22:52:51 +07:00
Cargo.toml feat: update bindings 2024-03-11 11:40:44 +07:00
LICENSE.md chore: initial commit 2021-08-08 22:52:51 +07:00
Makefile feat: update bindings 2024-03-11 11:40:44 +07:00
Package.swift feat: update bindings 2024-03-11 11:40:44 +07:00
README.md docs: update readme 2024-03-11 11:40:44 +07:00
binding.gyp feat: update bindings 2024-03-11 11:40:44 +07:00
grammar.js feat: structure comment node similar to string 2023-08-14 22:01:52 +07:00
package-lock.json feat: update bindings 2024-03-11 11:40:44 +07:00
package.json feat: update bindings 2024-03-11 11:40:44 +07:00
pyproject.toml feat: update bindings 2024-03-11 11:40:44 +07:00
setup.py feat: update bindings 2024-03-11 11:40:44 +07:00

README.md

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: