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
idris-mode
> data Day = Monday > | Tuesday > | Wednesday > | Thursday > | Friday > | Saturday > | Sunday > > next_weekday : Day -> Day > next_weekday d = case d of > Monday => Tuesday > Tuesday => Wednesday > Wednesday => Thursday > Thursday => Friday > Friday => Saturday > Saturday => Sunday > Sunday => Monday
idris-load-file
Correct highlighting
Highlighting shifts 2 places to the left. (Corresponding to the > in the editor)
>
idris --version: 1.3.0-git:PRE emacs --version: GNU Emacs 26.1
idris --version
emacs --version
Related: #1736
Crosspost from idris-hackers/idris-mode#480
The text was updated successfully, but these errors were encountered:
As far as I can see, this issue is still unresolved in Idris 1.3.2, see #4799 (comment).
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce
idris-load-file
in Emacs withidris-mode
Expected Behavior
Correct highlighting
Observed Behavior
Highlighting shifts 2 places to the left. (Corresponding to the
>
in the editor)Software Info
idris --version
: 1.3.0-git:PREemacs --version
: GNU Emacs 26.1Related: #1736
Crosspost from idris-hackers/idris-mode#480
The text was updated successfully, but these errors were encountered: