mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat: add the hlsplaylist parser
This commit is contained in:
parent
883c72cddc
commit
5a5cabd712
5 changed files with 55 additions and 0 deletions
|
|
@ -1123,6 +1123,14 @@ list.luau = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.hlsplaylist = {
|
||||
install_info = {
|
||||
url = "https://github.com/Freed-Wu/tree-sitter-hlsplaylist",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@Freed-Wu" },
|
||||
}
|
||||
|
||||
list.m68k = {
|
||||
install_info = {
|
||||
url = "https://github.com/grahambates/tree-sitter-m68k",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue