Closed eirik-kjonstad closed 3 years ago
When typing incomplete statements of the type
real(8), dimension(:,:), allocatable :: myArray
the syntax recognizes "real" correctly when :: is reached but not before that point is reached.
::
This can lead to some annoying color changes in many color schemes.
When typing incomplete statements of the type
the syntax recognizes "real" correctly when
::
is reached but not before that point is reached.This can lead to some annoying color changes in many color schemes.