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
# look at "end" color
Float64[let; println("Adding float"); rand(1.0:10.0); end]
# while it should highlight "end" like thislet; println("Adding float"); rand(1.0:10.0); end
This highlights end as if it was the "end" meaning index of the last element.
Subtle thing, though.
The text was updated successfully, but these errors were encountered:
Yeah... this basically was a shortcut I took because I was too annoyed with figuring out corrected regexps for this. I don't think I'll look into fixing this and instead focus my efforts on https://github.com/tree-sitter/tree-sitter-julia.
Example:
This highlights end as if it was the "end" meaning index of the last element.
Subtle thing, though.
The text was updated successfully, but these errors were encountered: