Fortran and Comments
Hi,
while it wasn't a major problem to make some additions to the very rudimentary Fortran bundle (I added some snippets and a compiler command) I am struggling to get the "Continue Line Comment" from the Source Package to behave correctly.
While the scope seems to be identified correctly and the "Comment Line" commando behaves as expected, the "Continue Line Comment" doesn't add a proper comment symbol (in this case preferably *), it jumps to the next line but only adds a space instead of *. I have tried to find any differences to other bundles where the commadn works, but I can't find the missing piece.
I have already added the line
asterisk *
to the "Continue Line Comment ". But this didn't help either.
Any ideas where I have to look for the missing piece so that I get the proper symbol instead of a space?
Thanks,
Carsten
On 5/8/2006, at 19:18, Carsten Hoever wrote:
[...] I have already added the line
asterisk *
to the "Continue Line Comment ". But this didn't help either.
It needs to only be a single tab (since it just uses cut -f2 to get the “value”.)
I updated the snippet and it now works for me in Fortran with asterisk comments.