-
-
Notifications
You must be signed in to change notification settings - Fork 36
inconsistent syntax highlighting for nested case-selects #181
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
Comments
Closed
Merged
gnikit
added a commit
to gnikit/vscode-fortran-support
that referenced
this issue
Mar 4, 2021
…#181, for simple case-select. Use https://github.com/dparkins/language-fortran as a guideline
gnikit
added a commit
to gnikit/vscode-fortran-support
that referenced
this issue
Mar 4, 2021
…#181, for type-select constructs.
gnikit
added a commit
to gnikit/vscode-fortran-support
that referenced
this issue
Mar 4, 2021
…#181, for rank-select constructs.
gnikit
added a commit
to gnikit/vscode-fortran-support
that referenced
this issue
Mar 4, 2021
…#181, for simple case-select. Use https://github.com/dparkins/language-fortran as a guideline
gnikit
added a commit
to gnikit/vscode-fortran-support
that referenced
this issue
Mar 4, 2021
…#181, for type-select constructs.
gnikit
added a commit
to gnikit/vscode-fortran-support
that referenced
this issue
Mar 4, 2021
…#181, for rank-select constructs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Modern Fortran 2 extension by @pedro-ricardo in the VS code appears to have a bug with syntax highlighting which is not present in the main Modern Fortran extension, see

case(2)
colouring in the figure below. Also, the highlighting with thefortran-language-server
through the extension FORTRAN IntelliSense appears to be partially broken but I will raise this as a separate issue.The text was updated successfully, but these errors were encountered: