mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat(superhtml): add superhtml parser and queries
SuperHTML is a templating language used by the zine static site generator.
This commit is contained in:
parent
da7e9751f1
commit
1bcdd79088
4 changed files with 66 additions and 0 deletions
|
|
@ -2109,6 +2109,18 @@ list.supercollider = {
|
|||
maintainers = { "@madskjeldgaard" },
|
||||
}
|
||||
|
||||
list.superhtml = {
|
||||
install_info = {
|
||||
url = "https://github.com/kristoff-it/superhtml",
|
||||
files = {
|
||||
"src/parser.c",
|
||||
"src/scanner.c",
|
||||
},
|
||||
location = "tree-sitter-superhtml",
|
||||
},
|
||||
maintainers = { "@rockorager" },
|
||||
}
|
||||
|
||||
list.surface = {
|
||||
install_info = {
|
||||
url = "https://github.com/connorlay/tree-sitter-surface",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue