stadelmanma / tree-sitter-fortran

Fortran grammar for tree-sitter
MIT License
30 stars 15 forks source link

Fix write with kwargs #39

Closed stadelmanma closed 5 years ago

stadelmanma commented 5 years ago

Allows write statements of the form write(*,'(" WARNING: File exists: ")',advance='no') where a format identifier and kwargs are both present. THis combination was previously overlooked.