Vendored tree-sitter-yaml
  • C 56.8%
  • JavaScript 42.1%
  • Tree-sitter Query 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-17 10:40:17 +02:00
.github ci: add workflows & test suite 2024-04-10 00:04:28 -04:00
bindings Fix unsafe extern block for Rust 2024 2026-04-13 22:01:08 +02:00
examples ci: add workflows & test suite 2024-04-10 00:04:28 -04:00
queries feat(queries): add highlight queries 2024-04-10 00:04:28 -04:00
schema build: regenerate parser 2024-04-30 12:06:47 +03:00
src Bump Tree-sitter to 0.23 2024-09-11 16:50:50 -04:00
test fix: do not perform lossy casts on row/col info 2024-05-08 11:44:24 -04:00
.editorconfig fix(scanner): buffer overflow & memory leak 2024-04-10 00:04:28 -04:00
.gitattributes feat(schema): add json schema 2024-04-10 00:04:28 -04:00
.gitignore ci: add workflows & test suite 2024-04-10 00:04:28 -04:00
.gitmodules ci: add workflows & test suite 2024-04-10 00:04:28 -04:00
binding.gyp build: bump version to 0.6.1 2024-04-30 12:07:15 +03:00
Cargo.toml chore: sync dependencies (monorepo) 2026-04-17 10:40:17 +02:00
grammar.js fix: improve error recovery 2024-04-13 16:45:47 +03:00
LICENSE build: update bindings 2024-04-10 00:04:28 -04:00
Makefile build: bump version to 0.6.1 2024-04-30 12:07:15 +03:00
package-lock.json build: bump version to 0.6.1 2024-04-30 12:07:15 +03:00
package.json Bump Tree-sitter to 0.23 2024-09-11 16:50:50 -04:00
Package.swift build: update bindings 2024-04-10 00:04:28 -04:00
pyproject.toml build: bump version to 0.6.1 2024-04-30 12:07:15 +03:00
README.md feat(schema): add json schema 2024-04-10 00:04:28 -04:00
setup.py build: bump version to 0.6.1 2024-04-30 12:07:15 +03:00

tree-sitter-yaml

CI discord matrix npm crates pypi

A tree-sitter parser for YAML files.

References