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
Screenshots
Code sample
TYPE :: vector INTEGER(4) :: n REAL(8), POINTER, DIMENSION(:) :: v => NULL() PROCEDURE(fort_wrap), NOPASS, POINTER :: bound_nopass => NULL() CONTAINS PROCEDURE :: create => vector_create !< Doc 1 PROCEDURE :: norm => vector_norm !< Doc 2 PROCEDURE, PASS(self) :: bound_pass => bound_pass END TYPE vector
The text was updated successfully, but these errors were encountered:
Fixes nopass pointer highlighting
58ec13a
Fixes nopass pointer erroneous syntax highlighting #318
gnikit
Successfully merging a pull request may close this issue.
Screenshots

Code sample
The text was updated successfully, but these errors were encountered: