mirror of
https://github.com/scopatz/nanorc
synced 2024-11-01 07:10:00 +01:00
21 lines
686 B
Plaintext
21 lines
686 B
Plaintext
|
syntax "iCal" "\.ics$"
|
||
|
|
||
|
color green start="^BEGIN:VCALENDAR$" end="^END:VCALENDAR$"
|
||
|
color yellow start="^BEGIN:VCARD$" end="^END:VCARD$"
|
||
|
color brightblue start="^BEGIN:VJOURNAL$" end="^END:VJOURNAL$"
|
||
|
color magenta start="^BEGIN:VTIMEZONE$" end="^END:VTIMEZONE"
|
||
|
color cyan start="^BEGIN:VEVENT$" end="^END:VEVENT$"
|
||
|
color brightmagenta start="^BEGIN:VALARM$" end="^END:VALARM$"
|
||
|
color brightcyan start="^BEGIN:VFREEBUSY$" end="^END:VFREEBUSY$"
|
||
|
|
||
|
# URLs
|
||
|
color blue start="(https?|ftp)://" end="^[^ ]"
|
||
|
# email
|
||
|
icolor blue "mailto:[^ ]+"
|
||
|
icolor white "mailto:"
|
||
|
# parameters
|
||
|
color brightyellow start="^[-A-Z0-9]" end=":"
|
||
|
color white "^[-A-Z0-9]+"
|
||
|
# section markers
|
||
|
color red "^(BEGIN|END):.*$"
|