-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hi, and thank you for a great tool!
I hope this is the right place to report on bugs in the highlighting.
I get erroneous behavior in these 3 occasions:
- This openMP expression is treated as a comment:
!$ call omp_set_num_threads(16)
! But the following is recognized:
!$omp parallel do
- This declaration (where 'char' is set in a module) is treated as regular foreground text:
character(char) :: string1
! However the following is recognized:
character(100) :: string2
- The following allocation statement also looks like regular foreground text:
allocate ( &
array1(N), &
array2(N), &
array3(N), &
)
! While this is correctly highlighted:
allocate ( array5(N) )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels