dparkins / language-fortran

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

Adds new functions to address #78 #79

Closed tomedunn closed 8 years ago

tomedunn commented 8 years ago

Toggling comments in Fortran - Fixed Form files would place the comment character before the first non-blank character of the line. This is not helpful as Fortran - Fixed Form requires comment characters to be placed in the first character position of a given line. This commit does not fix this issue but it adds functions that will be used to fix it in a future commit.

The remaining step after this is to figure out how to make it so the toggle comment keybinding is only overridden in Fortran - Fixed Form files.