From 0f3183dda8df688a77223b9762475dee5b27271f Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 9 Feb 2024 14:46:57 +0100 Subject: feat(slint)!: change to the official parser (#6027) This change replaces the slint parser written and maintained by @jrmoulton with the official one hosted in the slint-ui organization on github. A huge thank you to @jrmoulton for all his work on the tree-sitter parser! --------- Co-authored-by: jrmoulton --- lua/nvim-treesitter/parsers.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 45bf2b784..b1907d255 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1734,11 +1734,10 @@ list.slang = { list.slint = { install_info = { - url = "https://github.com/jrmoulton/tree-sitter-slint", + url = "https://github.com/slint-ui/tree-sitter-slint", files = { "src/parser.c" }, }, - maintainers = { "@jrmoulton" }, - experimental = true, + maintainers = { "@hunger" }, } list.smali = { -- cgit v1.2.3-70-g09d2