Hello,
I do a lot of programming in fortran and I like textmate. However there are a few small things that dont work properly.
In punchcard fortran, comments begin on first column with "c" or "C". Textmate does not indent them correctly. If I cut and paste some existing comments, these get indented. I tried using
unIndentedLinePattern = '^\s*[cC]\s*.*$';
in "Indentation Rules" but it does not work. Can somebody help me with this ?
Thanks