We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a module with the following first line:
module Core.Array (Value, Zipper, value, toValue, do, toJson, firstZipper, lastZipper, lastZipperM, remove, map, indexedMap, active, zipper, append, prepend, mapAt, firstZipperThat, lastZipperThat, zipperAt, zipperAtM, moveUp, moveDown, update, countLeft, countRight, lefts, rights, firstZipperM, goPrev, goNext, decoder) where
(There are 32 export symbols.) As a result, the rest of the file is highlighted incorrectly (see image).
Removing any one of the exported symbols so that there are 31 or fewer in the list makes the highlighting work correctly again (see image)
The text was updated successfully, but these errors were encountered:
Quite bizarre! I believe the relevant code is here: https://github.com/edubkendo/atom-elm/blob/master/grammars/elm.cson#L229 but I'm not seeing anything at all obvious. A bug in the regex engine or syntax highlighting engine perhaps?
Sorry, something went wrong.
No branches or pull requests
I have a module with the following first line:
(There are 32 export symbols.) As a result, the rest of the file is highlighted incorrectly (see image).
Removing any one of the exported symbols so that there are 31 or fewer in the list makes the highlighting work correctly again (see image)
The text was updated successfully, but these errors were encountered: