Skip to content

Commit e7f4042

Browse files
committed
* lexer: Highlighting of fortran-77 columns in Editor (ticket #615, thanks darmar)
> Changed the default color for the continuation column in Fortran77 lexer. git-svn-id: https://svn.code.sf.net/p/codeblocks/code/trunk@12323 2a5c6006-c6dd-42ca-98ab-0921f2732cef
1 parent db26f68 commit e7f4042

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sdk/resources/lexers/lexer_f77.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
fg="0,0,255"/>
3434
<Style name="Continuation"
3535
index="14"
36-
fg="0,0,255"/>
36+
bg="137,245,137"
37+
fg="215,7,7"/>
3738
<Style name="Preprocessor"
3839
index="11"
3940
fg="0,160,0"/>

0 commit comments

Comments
 (0)