aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2026-08-01 08:38:47 +0000
committerChristian Clason <ch.clason+github@icloud.com>2026-08-01 10:55:43 +0200
commit7b6cc8949f9999c5ed91436cbe24aa5f99c42025 (patch)
tree283e1728156056794e8a9c36de6aa4a9ae00ec92
parentbot(parsers): update ada, diff, erlang, fsharp, javadoc, mlir, nickel, nu, pr... (diff)
downloadnvim-treesitter-7b6cc8949f9999c5ed91436cbe24aa5f99c42025.tar
nvim-treesitter-7b6cc8949f9999c5ed91436cbe24aa5f99c42025.tar.gz
nvim-treesitter-7b6cc8949f9999c5ed91436cbe24aa5f99c42025.tar.bz2
nvim-treesitter-7b6cc8949f9999c5ed91436cbe24aa5f99c42025.tar.lz
nvim-treesitter-7b6cc8949f9999c5ed91436cbe24aa5f99c42025.tar.xz
nvim-treesitter-7b6cc8949f9999c5ed91436cbe24aa5f99c42025.tar.zst
nvim-treesitter-7b6cc8949f9999c5ed91436cbe24aa5f99c42025.zip
bot(parsers): update gnuplot
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index e0bcb0359..e55d29a89 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -752,7 +752,7 @@ return {
},
gnuplot = {
install_info = {
- revision = 'v4.0.1',
+ revision = 'v4.1.0',
url = 'https://github.com/dpezto/tree-sitter-gnuplot',
},
maintainers = { '@dpezto' },