mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
feat(pem): add parser
This commit is contained in:
parent
beda622736
commit
43fab6423c
6 changed files with 25 additions and 0 deletions
|
|
@ -1084,6 +1084,14 @@ list.passwd = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.pem = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-pem",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@ObserverOfTime" },
|
||||
}
|
||||
|
||||
list.perl = {
|
||||
install_info = {
|
||||
url = "https://github.com/ganezdragon/tree-sitter-perl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue