-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
!$ syntax highlighting for Fortran module usage #17
Comments
I don't know a better way to do this as it is, in fact, a comment in the sense of the Fortran language itself. I have to do some research on how openMP comments are highlighted by other languages. |
Yeah it is quite similiar to #27 is asking about, I will take a look into the extension code and see whether I can help, other than that. Really appreciate your work man with this extension. |
@Walkyure, can you provide us with a screenshot of this call |
Check #66 |
Looks great! I think you can close this. |
Cool, lets make the extension better. |
Last commit (#66) made all user variables on file to be highlighted. In fact every thing you type is now highlighted some how. Don't know if this was the intention... or is a collateral effect from openmp directives. |
The effect you are seen is mostly related to this change https://github.com/krvajal/vscode-fortran-support/pull/66/files#diff-616233c5d0603b2d6f6659138ad22463R5109. |
Hey, you guys do awesome work. like seriously being able to code fortran in VSC is amazing. I just have one suggestion. When implementing !$ it comes out as a comment, anyways to change this so that is shows the module being called?
for example:
I am calling the omp_lib module, but it shows up as a comment
The text was updated successfully, but these errors were encountered: