aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua11
1 files changed, 11 insertions, 0 deletions
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",