-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Hi
Thanks again for creating matlab tree-sitter. I've been making progress on leveraging it for Emacs. I notice "% single line comments" and multiline comments are handled correctly
% single line comment
%{
multiline
comment
is handled
%}
One problem is that %{ followed by text is a single line comment, e.g. in following, myVar has value 1 and the statement is the same as: myVar = 1
myVar = 1 %{single line comment %} + 1;
%{ this is also a single line commentCould you update to handle this?
Metadata
Metadata
Assignees
Labels
No labels