mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +01:00
Add preprocessor stuff to fortran.
This commit is contained in:
parent
a60a5a653c
commit
b65096fd98
@ -39,6 +39,9 @@ color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
||||
#Parenthetical Color
|
||||
color magenta "[(){}]" "\[" "\]"
|
||||
|
||||
# Add preprocessor commands.
|
||||
color brightcyan "^[[:space:]]*#[[:space:]]*(define|include|(un|ifn?)def|endif|el(if|se)|if|warning|error)"
|
||||
|
||||
## String highlighting.
|
||||
icolor brightblue "<[^= ]*>" ""(\\.|[^"])*""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user