aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-02-28 00:16:21 -0500
committerAmaan Qureshi <amaanq12@gmail.com>2023-02-28 02:51:00 -0500
commit316200f77d4261ebd4957b29fc6958f988e0964d (patch)
tree9644cc98e094f354e7e3411819465948c678b4bb /lua
parentfix(eex): map eelixir filetype to the eex parser (diff)
downloadnvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.gz
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.bz2
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.lz
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.xz
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.zst
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.zip
feat: add matlab
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index b5bdeb820..2719194bc 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -888,6 +888,14 @@ list.markdown_inline = {
experimental = true,
}
+list.matlab = {
+ install_info = {
+ url = "https://github.com/mstanciu552/tree-sitter-matlab",
+ files = { "src/parser.c" },
+ },
+ maintainers = { "@amaanq" },
+}
+
list.menhir = {
install_info = {
url = "https://github.com/Kerl13/tree-sitter-menhir",