mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
Add config for Dockerfile parser (#1288)
This commit is contained in:
parent
9e0f764b67
commit
40ffe75bd2
4 changed files with 63 additions and 0 deletions
|
|
@ -64,6 +64,15 @@ list.cpp = {
|
|||
maintainers = {"@theHamsta"},
|
||||
}
|
||||
|
||||
list.dockerfile = {
|
||||
install_info = {
|
||||
url = "https://github.com/camdencheek/tree-sitter-dockerfile",
|
||||
branch = "main",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = {"@camdencheek"},
|
||||
}
|
||||
|
||||
list.rust = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-rust",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue