micro/runtime/syntax/sed.micro

10 lines
240 B
Text
Raw Normal View History

2016-03-21 19:16:02 +03: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 " + +| + +"