From b0f13404a091b7e60b9f69c3629373af7342888a Mon Sep 17 00:00:00 2001 From: jimmijj Date: Sat, 17 Jan 2015 17:17:23 +0100 Subject: [PATCH] Added information about redirection operators to README file. --- highlighters/main/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/highlighters/main/README.md b/highlighters/main/README.md index ed6ddca..7052fdb 100644 --- a/highlighters/main/README.md +++ b/highlighters/main/README.md @@ -32,6 +32,7 @@ This highlighter defines the following styles: * `command_prefix` - command prefixes * `precommand` - precommands (i.e. exec, builtin, ...) * `commandseparator` - command separation tokens +* `redirection` - redirection operators * `hashed-command` - hashed commands * `path` - paths * `path_prefix` - path prefixes