Added highlighting for preprocessed fortran.

This commit is contained in:
Anthony Scopatz 2012-02-02 13:18:02 -06:00
parent 62f7045000
commit 3a76ad37a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## Here is an example for Fortran 90/95
syntax "fortran" "\.(f|f90|f95|for)$"
syntax "fortran" "\.([Ff]|[Ff]90|[Ff]95|[Ff][Oo][Rr])$"
#color red "\<[A-Z_]a[0-9A-Z_]+\>"
color red "\<[0-9]+\>"