mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add pymanifest parser
This commit is contained in:
parent
5b3dd8cff1
commit
4e35ae6f71
5 changed files with 37 additions and 0 deletions
|
|
@ -1241,6 +1241,15 @@ list.puppet = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.pymanifest = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-pymanifest",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@ObserverOfTime" },
|
||||
readme_name = "PyPA manifest",
|
||||
}
|
||||
|
||||
list.python = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-python",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue