1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-28 17:09:50 +02:00

Improved fortran

This commit is contained in:
Anthony Scopatz 2012-02-06 16:31:17 -06:00
parent 3a76ad37a7
commit a60a5a653c

View File

@ -43,4 +43,4 @@ color magenta "[(){}]" "\[" "\]"
icolor brightblue "<[^= ]*>" ""(\\.|[^"])*"" icolor brightblue "<[^= ]*>" ""(\\.|[^"])*""
## Comment highlighting ## Comment highlighting
icolor brightred "^!.*" "^c.*" "^C.*" icolor brightred "!.*$" "(^[Cc]| [Cc]) .*$"