eirik-kjonstad / modern-fortran-syntax

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

Adjust scope name for comparison operators #3

Closed jwortmann closed 3 years ago

jwortmann commented 3 years ago

It's recommded to use the scope keyword.operator.comparison instead of keyword.operator.logical for comparison operators.

I also removed all trailing whitespace in this PR.

eirik-kjonstad commented 3 years ago

Thanks for this fix!