mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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" },
|
||||
}
|
||||
|
||||
list.typst = {
|
||||
install_info = {
|
||||
url = "https://github.com/uben0/tree-sitter-typst",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@uben0", "@RaafatTurki" },
|
||||
}
|
||||
|
||||
list.udev = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-udev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue