mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
feat: add support for svelte
This commit is contained in:
parent
2d82a7fe07
commit
a73e200abf
5 changed files with 79 additions and 0 deletions
|
|
@ -446,6 +446,15 @@ list.devicetree = {
|
|||
maintainers = { "@jedrzejboczar" },
|
||||
}
|
||||
|
||||
list.svelte = {
|
||||
install_info = {
|
||||
url = "https://github.com/Himujjal/tree-sitter-svelte",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
branch = "master",
|
||||
},
|
||||
maintainers = { "@elianiva" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue