mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Add preprocessor stuff to fortran.
This commit is contained in:
parent
a60a5a653c
commit
b65096fd98
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
||||||
#Parenthetical Color
|
#Parenthetical Color
|
||||||
color magenta "[(){}]" "\[" "\]"
|
color magenta "[(){}]" "\[" "\]"
|
||||||
|
|
||||||
|
# Add preprocessor commands.
|
||||||
|
color brightcyan "^[[:space:]]*#[[:space:]]*(define|include|(un|ifn?)def|endif|el(if|se)|if|warning|error)"
|
||||||
|
|
||||||
## String highlighting.
|
## String highlighting.
|
||||||
icolor brightblue "<[^= ]*>" ""(\\.|[^"])*""
|
icolor brightblue "<[^= ]*>" ""(\\.|[^"])*""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue