This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / sed.nanorc
1 syntax "SED" "\.sed$"
2 header "^#!.*bin/(env +)?sed( |$)"
3
4 color red "[|^$.*+]"
5 color brightyellow "\{[0-9]+,?[0-9]*\}"
6 color magenta   "\\."
7 color brightblack "(^|[[:space:]])#([^{].*)?$"
8 color ,green "[[:space:]]+$"
9 color ,red "    + +| +  +"