Scintilla folds wrongly Fortran code when keywords "selecttype" and "selectcase" are used. It was simple overlooked the situation when "select type" and "select case" is used without spaces (it is allowed by Fortran standard).
Also SciTE has problem with folding when "type is" is used, because "fortran.properties" file doesn't include "is" keyword.
Patch files, which solves these folding problems, are attached.
Committed as [6bba34], [73aeb1].
Related
Commit: [73aeb1]
Commit: [6bba34]
Thank you, Neil.