eirik-kjonstad / modern-fortran-syntax

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

Fix some missing word boundaries after keywords #38

Closed jwortmann closed 3 years ago

jwortmann commented 3 years ago

The syntax tests should be self-explanatory.

The pattern for the implicit statement could be improved to recognize other forms than implicit none, and maybe there is some room for optimizations how to detect and scope keywords in general, but for now this should fix a few cases with bad highlighting that I noticed.