feat: add gpg config parser

This commit is contained in:
ObserverOfTime 2023-08-15 21:36:44 +03:00
parent 04cab345e9
commit f7bb866405
5 changed files with 63 additions and 0 deletions

View file

@ -623,6 +623,14 @@ list.gowork = {
maintainers = { "@omertuc" },
}
list.gpg = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-gpg-config",
files = { "src/parser.c" },
},
maintainers = { "@ObserverOfTime" },
}
list.groovy = {
install_info = {
url = "https://github.com/Decodetalkers/tree-sitter-groovy",