From f3d3aaa00cc49ccf512164afa2e13290ff934ed7 Mon Sep 17 00:00:00 2001 From: m0viefreak Date: Sat, 11 Jun 2016 14:14:06 +0200 Subject: [PATCH] 'main': Document _pathseparator styles --- docs/highlighters/main.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/highlighters/main.md b/docs/highlighters/main.md index c3228ba..4793fed 100644 --- a/docs/highlighters/main.md +++ b/docs/highlighters/main.md @@ -27,7 +27,9 @@ This highlighter defines the following styles: * `commandseparator` - command separation tokens (`;`, `&&`) * `hashed-command` - hashed commands * `path` - existing filenames +* `path_pathseparator` - path separators in filenames (`/`); if unset, `path` is used (default) * `path_prefix` - prefixes of existing filenames +* `path_prefix_pathseparator` - path separators in prefixes of existing filenames (`/`); if unset, `path_prefix` is used (default) * `globbing` - globbing expressions (`*.txt`) * `history-expansion` - history expansion expressions (`!foo` and `^foo^bar`) * `single-hyphen-option` - single hyphen options (`-o`)