[Cgdb-users] Fortran Syntax highlighting not working?
Brought to you by:
bobbybrasko,
crouchingturbo
|
From: Mike H. <mik...@ya...> - 2010-06-15 10:44:37
|
Hi,
I have just recently started using cgdb for fortran after using it for a while for C. Cgdb seems to recognise that it is working with fortran. In fact it is C code that calls the main FORTRAN routine, and when I step into it, the cgdb output reads:
Current language: auto
The current source language is "auto; currently fortran".
But none of the code in the display is highlighted, not even the comments are differentiated.
I have looked at the syntax highlighting documentation, but it only seems to deal with modifying the colours of known types of code, rather than defining the actual scheme.
[How] can I view/modify/fix the syntax highlighting scheme currently used by cgdb? I am running cgdb 0.6.5 on debian 2.6.32-3-amd64.
Any other insights into cgdb+fortran gratefully received!
Cheers!
|