dotfiles-pub/common/nano/syntax/sed.nanorc

10 lines
240 B
Plaintext
Raw Normal View History

2022-12-11 17:17:48 +00:00
syntax "SED" "\.sed$"
header "^#!.*bin/(env +)?sed( |$)"
color red "[|^$.*+]"
color brightyellow "\{[0-9]+,?[0-9]*\}"
color magenta "\\."
color brightblack "(^|[[:space:]])#([^{].*)?$"
color ,green "[[:space:]]+$"
color ,red " + +| + +"