nvim-treesitter / nvim-treesitter-textobjects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MATLAB support.

acristoffers opened this issue · comments

I just comment in the language-tracking issue of nvim-treesitter (nvim-treesitter/nvim-treesitter#2282), and I think that, if they accept it, you may be interested in copying the textobjects.scm from the repo...

I just finished my MATLAB parser. I would like you to consider replacing the existing one, since mine implements more of the grammar (all of it?) and has queries for highlights, folds, tags, context, textobjects and locals. As I say in the README, I work with MATLAB on a daily basis (research) and it's my personal interest to maintain and improve it.

Done in #468