TOML grammar for tree-sitter.
  • JavaScript 63.4%
  • C 30.6%
  • Tree-sitter Query 6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Amaan Qureshi 64b56832c2
0.7.0
2024-12-02 23:56:18 -05:00
.github/workflows ci: update workflows 2024-12-02 23:56:18 -05:00
bindings build: update bindings 2024-12-02 23:56:18 -05:00
queries feat(queries): improve highlights 2024-05-03 14:00:37 +03:00
src build: update bindings 2024-12-02 23:56:18 -05:00
test test: replace corpus tests 2024-05-03 14:00:37 +03:00
.editorconfig build: update bindings 2024-12-02 23:56:18 -05:00
.gitattributes build: update bindings 2024-12-02 23:56:18 -05:00
.gitignore build: update bindings 2024-12-02 23:56:18 -05:00
binding.gyp build: fix bindings 2024-05-03 14:00:37 +03:00
Cargo.lock 0.7.0 2024-12-02 23:56:18 -05:00
Cargo.toml 0.7.0 2024-12-02 23:56:18 -05:00
CMakeLists.txt 0.7.0 2024-12-02 23:56:18 -05:00
eslint.config.mjs feat: add eslint 2024-12-02 23:56:18 -05:00
go.mod build: update bindings 2024-12-02 23:56:18 -05:00
go.sum build: update bindings 2024-12-02 23:56:18 -05:00
grammar.js feat: add eslint 2024-12-02 23:56:18 -05:00
LICENSE feat: initial implementation 2019-08-18 18:30:34 +08:00
Makefile 0.7.0 2024-12-02 23:56:18 -05:00
package-lock.json 0.7.0 2024-12-02 23:56:18 -05:00
package.json 0.7.0 2024-12-02 23:56:18 -05:00
Package.resolved build: update bindings 2024-12-02 23:56:18 -05:00
Package.swift build: update bindings 2024-12-02 23:56:18 -05:00
pyproject.toml 0.7.0 2024-12-02 23:56:18 -05:00
README.md docs: clean up readme & remove changelog 2024-05-03 14:00:37 +03:00
setup.py build: update bindings 2024-12-02 23:56:18 -05:00
tree-sitter.json 0.7.0 2024-12-02 23:56:18 -05:00

tree-sitter-toml

CI discord matrix npm crates pypi

A tree-sitter parser for TOML files.

References