issues
search
eirik-kjonstad
/
modern-fortran-syntax
Modern Fortran syntax highlighting for Sublime Text 3/4
MIT License
10
stars
2
forks
source link
End keyword recognized as keyword.control
#34
Closed
eirik-kjonstad
closed
3 years ago
eirik-kjonstad
commented
3 years ago
Makes two changes to resolve #33
"end" is recognized as keyword.control.fortran
IO intrinsic arguments are now only recognized if followed by "=" as in
read(unit=myUnit)
. This can be further improved by only recognizing such in variable list of an IO subroutine (e.g. read), but provides a simple fix for now.
Makes two changes to resolve #33
read(unit=myUnit)
. This can be further improved by only recognizing such in variable list of an IO subroutine (e.g. read), but provides a simple fix for now.