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:
Dai López 2024-01-26 05:30:43 -06:00 committed by GitHub
parent 4bc1f9a4eb
commit ffb19d5dee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 649 additions and 0 deletions

View file

@ -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",