From 3b308e7fd62c85d4f469cbc810841143c3d5b9b7 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Fri, 19 Dec 2025 20:25:59 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 04fafada..f2eea1da 100644 --- a/README.md +++ b/README.md @@ -194,11 +194,7 @@ For the detailed specification, see the [Language Reference](docs/lang-reference ## Supported Languages -Plotnik is bundled with 26 languages: - -> Bash, C, C++, C#, CSS, Elixir, Go, Haskell, HCL, HTML, Java, JavaScript, JSON, Kotlin, Lua, Nix, PHP, Python, Ruby, Rust, Scala, Solidity, Swift, TypeScript, TSX, YAML - -Additional languages and dynamic loading are planned. +Plotnik uses [arborium](https://github.com/bearcove/arborium), a batteries-included tree-sitter grammar collection with 67 permissively-licensed languages out of the box. ## Roadmap From 8a466c3665f5fdac860b2947786ff86e741c96ed Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Fri, 19 Dec 2025 20:27:20 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2eea1da..0fd9add7 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ For the detailed specification, see the [Language Reference](docs/lang-reference ## Supported Languages -Plotnik uses [arborium](https://github.com/bearcove/arborium), a batteries-included tree-sitter grammar collection with 67 permissively-licensed languages out of the box. +Plotnik uses [arborium](https://github.com/bearcove/arborium), a batteries-included tree-sitter grammar collection with 60+ permissively-licensed languages out of the box. ## Roadmap