tree-sitter-regex grammar for tree-sitter
  • JavaScript 89.5%
  • Tree-sitter Query 10.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-17 10:40:05 +02:00
.github ci: use macos-latest 2025-09-13 00:57:50 -04:00
bindings Update to use vendored tree-sitter-language and fix Rust 2024 2026-04-14 01:57:16 +02:00
examples build: update bindings and manifests 2024-05-05 20:53:25 -04:00
queries feat: alternative syntax for named groups 2024-11-10 03:43:21 +01:00
src 0.25.0 2025-09-13 00:57:50 -04:00
test/corpus feat: alternative syntax for named groups 2024-11-10 03:43:21 +01:00
.editorconfig build: update bindings 2024-11-11 00:42:54 -05:00
.gitattributes build: update bindings 2025-09-13 00:56:19 -04:00
.gitignore build: update bindings 2025-09-13 00:56:19 -04:00
binding.gyp build: update bindings 2025-09-13 00:56:19 -04:00
Cargo.toml chore: sync dependencies (monorepo) 2026-04-17 10:40:05 +02:00
CMakeLists.txt 0.25.0 2025-09-13 00:57:50 -04:00
eslint.config.mjs build: update bindings 2024-10-15 04:20:57 +00:00
go.mod build: update bindings 2024-11-11 00:42:54 -05:00
go.sum build: update bindings 2024-11-11 00:42:54 -05:00
grammar.js feat: alternative syntax for named groups 2024-11-10 03:43:21 +01:00
LICENSE Add README and LICENSE 2016-01-14 15:01:37 -08:00
Makefile 0.25.0 2025-09-13 00:57:50 -04:00
package-lock.json 0.25.0 2025-09-13 00:57:50 -04:00
package.json 0.25.0 2025-09-13 00:57:50 -04:00
Package.resolved build: update bindings 2025-09-13 00:56:19 -04:00
Package.swift build: update bindings 2025-09-13 00:56:19 -04:00
pyproject.toml 0.25.0 2025-09-13 00:57:50 -04:00
README.md docs: clarify what syntaxes are supported 2024-12-22 14:42:04 -05:00
setup.py build: update bindings 2025-09-13 00:56:19 -04:00
tree-sitter.json 0.25.0 2025-09-13 00:57:50 -04:00

tree-sitter-regex

CI discord matrix crates npm pypi

Regex grammar for tree-sitter. Note that this grammar supports the PCRE2, POSIX, and JavaScript regex syntaxes.