eirik-kjonstad / modern-fortran-syntax

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

Fix tests #43

Closed jwortmann closed 3 years ago

jwortmann commented 3 years ago

Fix #42.

Not sure what exactly went wrong there with that last merge. Anyways, this should fix it.

I think it could be useful to move a few patterns out of the "types" and "procedures" contexts:

With that, "types", "procedures" and "modules" could be moved back into "main", because the rest of these contexts describe procedure, module or variable declarations and should never occur withing parentheses or brackets.

But I can do that in a later pull request.