10 lines
211 B
Text
10 lines
211 B
Text
|
syntax "sed" "\.sed$"
|
||
|
|
||
|
color red "[|^$.*+]"
|
||
|
color brightyellow "\{[0-9]+,?[0-9]*\}"
|
||
|
color magenta "\\."
|
||
|
color cyan "(^|[[:space:]])#([^{].*)?$"
|
||
|
color ,green "[[:space:]]+$"
|
||
|
color ,red " + +| + +"
|
||
|
# +EXTRALINT
|