From ab3ec330ec0687ceedda2748fb2f7a5c88672568 Mon Sep 17 00:00:00 2001 From: Raafat Turki Date: Fri, 16 Feb 2024 20:54:08 +0300 Subject: feat: add typst parser --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index e31d665f2..3a8733ce4 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2