dparkins / language-fortran

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

Fixes #66 #68

Closed tomedunn closed 8 years ago

tomedunn commented 8 years ago

Dummy variables in parentheses were being applied too liberally. This adds a second set of parentheses rules that are applied only in variables and function/subroutine calls and contains the dummy variable rules.