mirror of
https://github.com/scopatz/nanorc
synced 2024-11-27 20:35:53 +01:00
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
syntax "SED" "\.sed$"
|
|
header "^#!.*bin/(env +)?sed( |$)"
|
|
|
|
color red "[|^$.*+]"
|
|
color yellow "\{[0-9]+,?[0-9]*\}"
|
|
color magenta "\\."
|
|
color black "(^|[[:space:]])#([^{].*)?$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|