Compare commits

...

3 Commits

Author SHA1 Message Date
a1346054 05ccc8aace
Merge 5d1d416dbf into 1d85c69261 2026-02-10 21:33:38 +05:30
Matthew Martin 1d85c69261 main: precommand_options += caffeinate
Closes #975
2026-02-08 10:49:40 -06:00
a1346054 5d1d416dbf *: Remove trailing whitespace 2022-09-03 10:24:07 +00:00
13 changed files with 18 additions and 22 deletions

View File

@ -12,4 +12,3 @@ indent_style = space
tab_width = 8
indent_size = 8
indent_style = tab

View File

@ -96,4 +96,3 @@ IRC channel
-----------
We're on #zsh-syntax-highlighting on Libera.Chat.

View File

@ -127,7 +127,6 @@ to issue #418.
[zshcompsys-Standard-Styles-format]: https://zsh.sourceforge.io/Doc/Release/Completion-System.html#index-format_002c-completion-style
## Other changes:
- Document `$ZSH_HIGHLIGHT_MAXLENGTH`.
@ -917,4 +916,3 @@ in this area.
# Version 0.2.1
(Start of changelog.)

View File

@ -372,6 +372,7 @@ _zsh_highlight_highlighter_main_paint()
'grc' :se # grc - a "generic colouriser" (that's their spelling, not mine)
'cpulimit' elp:ivz # cpulimit 0.2
'ktrace' fgpt:aBCcdiT
'caffeinate' tw:dimsu # as of macOS's caffeinate(8) dated November 9, 2012
)
# Commands that would need to skip one positional argument:
# flock

View File

@ -34,4 +34,3 @@ expected_region_highlight=(
"1 2 command" # ls
"4 4 default" # ~
)