dparkins / language-fortran

Syntax highlighting for FORTRAN for atom
MIT License
35 stars 16 forks source link

`type` variable confuse syntax highlighting #70

Closed Luthaf closed 8 years ago

Luthaf commented 8 years ago

A variable called type confused syntax highlighting when assigned from a fucntion call, but not when assign from a literal. syntax highlighting error

(I discovered with this that type is not a reserved word. Fortran parsing must be so hard ...)

tomedunn commented 8 years ago

Nice catch and thanks for posting!

Luthaf commented 8 years ago

Wow, that is reactivity! Thank you!