Skip to content
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

nopass pointer erroneous syntax highlighting #318

Closed
gnikit opened this issue Dec 10, 2021 · 0 comments · Fixed by #293
Closed

nopass pointer erroneous syntax highlighting #318

gnikit opened this issue Dec 10, 2021 · 0 comments · Fixed by #293
Assignees

Comments

@gnikit
Copy link
Member

gnikit commented Dec 10, 2021

Screenshots
image

image

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
@gnikit gnikit self-assigned this Dec 10, 2021
gnikit added a commit that referenced this issue Dec 15, 2021
Fixes nopass pointer erroneous syntax highlighting #318
@gnikit gnikit linked a pull request Dec 15, 2021 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant