mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(gnuplot): added gnuplot parser and queries (#5594)
* feat(gnuplot): added gnuplot parser and queries --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
parent
4bc1f9a4eb
commit
ffb19d5dee
5 changed files with 649 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue