Python grammar for tree-sitter
  • JavaScript 57.7%
  • C 33.1%
  • Tree-sitter Query 4.9%
  • Python 4.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Balazs Horvath e2bc0d3ff9
Some checks failed
CI / Test parser (push) Has been cancelled
CI / Test parser-1 (push) Has been cancelled
CI / Test parser-2 (push) Has been cancelled
use tree-sitter lib instead of tree-sitter-language
2026-06-07 14:06:11 +02:00
.github ci: update failing files 2025-09-11 02:14:45 -04:00
bindings use tree-sitter lib instead of tree-sitter-language 2026-06-07 14:06:11 +02:00
examples Parse escape sequences and interpolations in strings (#33) 2018-07-25 11:56:47 -07:00
queries feat(highlights): highlight decorator names as a function 2024-12-21 13:52:17 -05:00
src feat!: mark expression_statement as a supertype 2025-09-15 17:33:35 -04:00
test feat!: mark expression_statement as a supertype 2025-09-15 17:33:35 -04:00
.editorconfig build: update bindings 2024-11-10 00:31:26 -05:00
.gitattributes build: update bindings 2025-09-11 00:24:44 -04:00
.gitignore build: update bindings 2025-09-11 00:24:44 -04:00
binding.gyp build: update bindings 2025-09-11 00:24:44 -04:00
Cargo.lock 0.25.0 2025-09-11 02:45:17 -04:00
Cargo.toml use tree-sitter lib instead of tree-sitter-language 2026-06-07 14:06:11 +02:00
CMakeLists.txt 0.25.0 2025-09-11 02:45:17 -04:00
eslint.config.mjs build: update bindings 2024-10-15 04:21:17 +00:00
go.mod build: update bindings 2024-11-10 00:31:26 -05:00
go.sum build: update bindings 2024-11-10 00:31:26 -05:00
grammar.js feat!: mark expression_statement as a supertype 2025-09-15 17:33:35 -04:00
LICENSE Initial commit 2016-12-14 22:22:02 -08:00
Makefile 0.25.0 2025-09-11 02:45:17 -04:00
package-lock.json 0.25.0 2025-09-11 02:45:17 -04:00
package.json 0.25.0 2025-09-11 02:45:17 -04:00
Package.resolved build: update bindings 2024-11-10 00:31:26 -05:00
Package.swift build: update bindings 2025-09-11 00:24:44 -04:00
pyproject.toml 0.25.0 2025-09-11 02:45:17 -04:00
README.md ci: update workflows 2024-03-10 19:26:42 -04:00
setup.py build: update bindings 2025-09-11 00:24:44 -04:00
tree-sitter.json 0.25.0 2025-09-11 02:45:17 -04:00

tree-sitter-python

CI discord matrix crates npm pypi

Python grammar for tree-sitter.

References