Closed CodingMarkus closed 1 year ago
It was a special rule to provide regex highlighting.
But it doesn't work as intended, the regex highlighting is a mess and yeah it's not a built-in function.
PR's are welcome! The whole shell syntax could use a rewrite.
should be fixed with v1.2.1
, sed is now treated like any other command
While
sed
gets colored differently in commands,grep
does not. Turns out hat is because of this entry:But why does such an entry only exist for
sed
and not for any other standard POSIX command? Also why issed
tagged as shell builtin? I don't know of any shell wheresed
would be a builtin.