eirik-kjonstad / modern-fortran-syntax

Modern Fortran syntax highlighting for Sublime Text 3/4
MIT License
10 stars 2 forks source link

Typing "use..." gives incorrect coloring on lines that follow #48

Closed eirik-kjonstad closed 3 years ago

eirik-kjonstad commented 3 years ago
use myModule
!
implicit none

looks ok, but

use
!
implicit none 

does not recognize ! nor implicit none correctly.

jwortmann commented 3 years ago

I think you just need to include eol-pop in the find-use-module context to fix this.

eirik-kjonstad commented 3 years ago

Resolved and will be included in 1.3.0