mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
feat: add typst parser
This commit is contained in:
parent
87bc770e60
commit
ab3ec330ec
1 changed files with 8 additions and 0 deletions
|
|
@ -2071,6 +2071,14 @@ list.typoscript = {
|
||||||
maintainers = { "@Teddytrombone" },
|
maintainers = { "@Teddytrombone" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.typst = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/uben0/tree-sitter-typst",
|
||||||
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
|
},
|
||||||
|
maintainers = { "@uben0", "@RaafatTurki" },
|
||||||
|
}
|
||||||
|
|
||||||
list.udev = {
|
list.udev = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/ObserverOfTime/tree-sitter-udev",
|
url = "https://github.com/ObserverOfTime/tree-sitter-udev",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue