mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
feat(blade): add laravel blade parser and queries (#7693)
This commit is contained in:
parent
6d1a8e6fdb
commit
548ed98f8a
7 changed files with 59 additions and 0 deletions
|
|
@ -191,6 +191,14 @@ list.bitbake = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.blade = {
|
||||
install_info = {
|
||||
url = "https://github.com/EmranMR/tree-sitter-blade",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@calebdw" },
|
||||
}
|
||||
|
||||
list.blueprint = {
|
||||
install_info = {
|
||||
url = "https://gitlab.com/gabmus/tree-sitter-blueprint.git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue