diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-07-26 10:15:46 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-07-26 10:24:12 +0200 |
| commit | 61df84986b4b4ec469ee745a182e433d49f8c27e (patch) | |
| tree | d5ea7724ddb32008ca3eddebfd860d5c928b564a | |
| parent | bot(parsers): update diff, elixir, elm, erlang, fsharp, git_config, gnuplot, ... (diff) | |
| download | nvim-treesitter-61df84986b4b4ec469ee745a182e433d49f8c27e.tar nvim-treesitter-61df84986b4b4ec469ee745a182e433d49f8c27e.tar.gz nvim-treesitter-61df84986b4b4ec469ee745a182e433d49f8c27e.tar.bz2 nvim-treesitter-61df84986b4b4ec469ee745a182e433d49f8c27e.tar.lz nvim-treesitter-61df84986b4b4ec469ee745a182e433d49f8c27e.tar.xz nvim-treesitter-61df84986b4b4ec469ee745a182e433d49f8c27e.tar.zst nvim-treesitter-61df84986b4b4ec469ee745a182e433d49f8c27e.zip | |
feat(gnuplot): mark as tier 1
Problem: Too many breaking changes during development.
Solution: Pin to revisions to reduce breaking churn. Note: Queries are
synced with upstream (with corrected formatting and docs adjustments).
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 0dc5f47e3..4da971edf 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -103,7 +103,7 @@ ecma (queries only)[^ecma] | unstable | `HFIJL` | @steelsojka [glimmer_typescript](https://github.com/NullVoxPopuli/tree-sitter-glimmer-typescript) | unstable | `HFIJ ` | @NullVoxPopuli [glsl](https://github.com/tree-sitter-grammars/tree-sitter-glsl) | unstable | `HFIJL` | @theHamsta [gn](https://github.com/tree-sitter-grammars/tree-sitter-gn) | unstable | `HFIJL` | @amaanq -[gnuplot](https://github.com/dpezto/tree-sitter-gnuplot) | unstable | `HF J ` | @dpezto +[gnuplot](https://github.com/dpezto/tree-sitter-gnuplot) | stable | `HF J ` | @dpezto [go](https://github.com/tree-sitter/tree-sitter-go) | unstable | `HFIJL` | @theHamsta, @WinWisely268 [goctl](https://github.com/chaozwn/tree-sitter-goctl) | unstable | `HFIJ ` | @chaozwn [godot_resource](https://github.com/PrestonKnopp/tree-sitter-godot-resource)[^godot_resource] | unstable | `HF JL` | @pierpo diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2382b2453..b3028c347 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -752,11 +752,11 @@ return { }, gnuplot = { install_info = { - revision = 'a2dff01d8bdbdd618ee9169cc85899c401a72aa6', + revision = 'v3.0.0', url = 'https://github.com/dpezto/tree-sitter-gnuplot', }, maintainers = { '@dpezto' }, - tier = 2, + tier = 1, }, go = { install_info = { |
