mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat: add gpg config parser
This commit is contained in:
parent
04cab345e9
commit
f7bb866405
5 changed files with 63 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue