Hello, I am using following fortran.tmbundle for modern fortran syntax
https://github.com/textmate/fortran.tmbundle
However, when I type the code from this link(https://gist.github.com/4206528), ST2 Crashed(v2.0.1, Windows 7 64bit).
Important things of that code are
1. Comment(!) with leading spaces.
2. With two more lines with comments.
I think there is some problem with parsing xml of ! as tmbundle syntax highlighting on ST2. it is a some kind of bug, isn't it?