From d4ca2c679104a598f9cc0cb2a1f47de04bfa1ad9 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Tue, 23 Aug 2022 18:52:45 +0800 Subject: feat(meson): add support for meson Log: meson build --- lua/nvim-treesitter/parsers.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2031e69b5..edc062edb 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -54,6 +54,17 @@ list.agda = { filetype = "agda", maintainers = { "@Decodetalkers" }, } + +list.meson = { + install_info = { + url = "https://github.com/Decodetalkers/tree-sitter-meson", + branch = "master", + files = { "src/parser.c" }, + }, + filetype = "meson", + maintainers = { "@Decodetalkers" }, +} + list.qmljs = { install_info = { url = "https://github.com/yuja/tree-sitter-qmljs", -- cgit v1.2.3-70-g09d2