-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hangs when highlighting/parsing data Aa = Bb | Cc |
#119
Comments
thanks! appears to be fixed in the rewrite, check out this repo for a preview |
Second this, also hangs after a typeclass constraint for a data declaration (seems to be after the a = 0
g :: (Eq a) => |
I'm having the exact same problem, but it only appears to occur if the unfinished constraint is the very last thing in the file. bar = 3
foo :: (Num a) => That hangs, but if, before I type the constraint, I put something else to parse after it (I tested with the character bar = 3
foo :: (Num a) => a -> a -- I could type this just fine
f -- if I put this here first |
Running
tree-sitter highlight a.hs # or tree-sitter parse a.hs
with
a.hs
asWorks just fine if
a.hs
is any of the followingUsing Mac M1 Pro, MacOS Monterey 12.5.1
The text was updated successfully, but these errors were encountered: