mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat: add gstreamer pipeline syntax (gstlaunch)
This commit is contained in:
parent
7eadc8715d
commit
159272a809
2 changed files with 40 additions and 0 deletions
|
|
@ -707,6 +707,14 @@ list.graphql = {
|
|||
maintainers = { "@bkegley" },
|
||||
}
|
||||
|
||||
list.gstlaunch = {
|
||||
install_info = {
|
||||
url = "https://github.com/theHamsta/tree-sitter-gstlaunch",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@theHamsta" },
|
||||
}
|
||||
|
||||
list.hack = {
|
||||
install_info = {
|
||||
url = "https://github.com/slackhq/tree-sitter-hack",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue