You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some ideas to fix it, but the best route would be they fix the end marker grouping in the tree-sitter-scala grammar itself. Tracked in this issue on the tree-sitter-scala repo.
If not, we can rely on regex search (I know, the horror).
Not that high priority, since I haven't seen that many people actually use alot of end markers. But still, I'd like to get it right.
The text was updated successfully, but these errors were encountered:
Okay for now I think it's cool if we rely on regex. There might be some work done in the future to capture then end clause correctly, but till then, the regex approach works pretty nicely.
I have some ideas to fix it, but the best route would be they fix the
end
marker grouping in the tree-sitter-scala grammar itself. Tracked in this issue on the tree-sitter-scala repo.If not, we can rely on regex search (I know, the horror).
Not that high priority, since I haven't seen that many people actually use alot of
end
markers. But still, I'd like to get it right.The text was updated successfully, but these errors were encountered: