zsh-syntax-highlighting/highlighters
Daniel Shahaf 5eb677bb0f
Some checks failed
Tests / test (4.3.11) (push) Has been cancelled
Tests / test (4.3.12) (push) Has been cancelled
Tests / test (4.3.13) (push) Has been cancelled
Tests / test (4.3.14) (push) Has been cancelled
Tests / test (4.3.15) (push) Has been cancelled
Tests / test (4.3.16) (push) Has been cancelled
Tests / test (4.3.17) (push) Has been cancelled
Tests / test (5.0.0) (push) Has been cancelled
Tests / test (5.0.1) (push) Has been cancelled
Tests / test (5.0.2) (push) Has been cancelled
Tests / test (5.0.3) (push) Has been cancelled
Tests / test (5.0.4) (push) Has been cancelled
Tests / test (5.0.5) (push) Has been cancelled
Tests / test (5.0.6) (push) Has been cancelled
Tests / test (5.0.7) (push) Has been cancelled
Tests / test (5.0.8) (push) Has been cancelled
Tests / test (5.1) (push) Has been cancelled
Tests / test (5.1.1) (push) Has been cancelled
Tests / test (5.2) (push) Has been cancelled
Tests / test (5.3) (push) Has been cancelled
Tests / test (5.3.1) (push) Has been cancelled
Tests / test (5.4) (push) Has been cancelled
Tests / test (5.4.1) (push) Has been cancelled
Tests / test (5.4.2) (push) Has been cancelled
Tests / test (5.5) (push) Has been cancelled
Tests / test (5.5.1) (push) Has been cancelled
Tests / test (5.6) (push) Has been cancelled
Tests / test (5.6.1) (push) Has been cancelled
Tests / test (5.6.2) (push) Has been cancelled
Tests / test (5.7) (push) Has been cancelled
Tests / test (5.7.1) (push) Has been cancelled
Tests / test (5.8) (push) Has been cancelled
Tests / test (5.8.1) (push) Has been cancelled
Tests / test (5.9) (push) Has been cancelled
Tests / test (master) (push) Has been cancelled
Tests / notify (push) Has been cancelled
'main' tests: Don't assume ps(1) is available.
It's actually unavailable in the minimal chroots Debian builds our
package on.  That's allowed by POSIX, which specifies ps(1) to be
optional, whereas id(1) —

- is not optional in POSIX
- should exist on every system anyone might run the testsuite on
- has the same length name, so test expectations don't have to be updated
- doesn't take a filename argument (ditto)

That does make the pipeline as a whole somewhat nonsensical
semantically, but it remains just as valid syntactically.
2024-11-21 15:09:26 +00:00
..
brackets brackets: Optimize the character iteration 2020-07-14 20:19:40 +00:00
cursor *: Change highlighters' namespace. 2016-08-16 17:53:01 +00:00
line highlighters: Rename entry points. 2016-08-16 17:51:43 +00:00
main 'main' tests: Don't assume ps(1) is available. 2024-11-21 15:09:26 +00:00
pattern Use the new, unreleased zsh 'memo=' feature to remove only our own entries from $region_highlight. 2020-07-14 00:32:36 +00:00
regexp Use the new, unreleased zsh 'memo=' feature to remove only our own entries from $region_highlight. 2020-07-14 00:32:36 +00:00
root highlighters: Rename entry points. 2016-08-16 17:51:43 +00:00
README.md docs: Followup to the recent docs branch: clean up some internal cross-references. 2015-11-27 04:07:02 +00:00

zsh-syntax-highlighting / highlighters

Navigate into the individual highlighters' documentation to see what styles ($ZSH_HIGHLIGHT_STYLES keys) each highlighter defines.

Refer to the documentation on highlighters for further information.