From ffb19d5deed8ff4c1191cf3d816fc4b8e29edfd3 Mon Sep 17 00:00:00 2001 From: Dai López <32249161+dpezto@users.noreply.github.com> Date: Fri, 26 Jan 2024 05:30:43 -0600 Subject: feat(gnuplot): added gnuplot parser and queries (#5594) * feat(gnuplot): added gnuplot parser and queries --------- Co-authored-by: Pham Huy Hoang Co-authored-by: Amaan Qureshi --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 50ab51111..112a39c5c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -676,6 +676,14 @@ list.gn = { readme_name = "GN (Generate Ninja)", } +list.gnuplot = { + install_info = { + url = "https://github.com/dpezto/tree-sitter-gnuplot", + files = { "src/parser.c" }, + }, + maintainers = { "@dpezto" }, +} + list.go = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-go", -- cgit v1.2.3-70-g09d2