Compare commits
3 Commits
23cd0e37ae
...
05ccc8aace
| Author | SHA1 | Date |
|---|---|---|
|
|
05ccc8aace | |
|
|
1d85c69261 | |
|
|
5d1d416dbf |
|
|
@ -12,4 +12,3 @@ indent_style = space
|
||||||
tab_width = 8
|
tab_width = 8
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -96,4 +96,3 @@ IRC channel
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
We're on #zsh-syntax-highlighting on Libera.Chat.
|
We're on #zsh-syntax-highlighting on Libera.Chat.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
[zshcompsys-Standard-Styles-format]: https://zsh.sourceforge.io/Doc/Release/Completion-System.html#index-format_002c-completion-style
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Other changes:
|
## Other changes:
|
||||||
|
|
||||||
- Document `$ZSH_HIGHLIGHT_MAXLENGTH`.
|
- Document `$ZSH_HIGHLIGHT_MAXLENGTH`.
|
||||||
|
|
@ -917,4 +916,3 @@ in this area.
|
||||||
# Version 0.2.1
|
# Version 0.2.1
|
||||||
|
|
||||||
(Start of changelog.)
|
(Start of changelog.)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -372,6 +372,7 @@ _zsh_highlight_highlighter_main_paint()
|
||||||
'grc' :se # grc - a "generic colouriser" (that's their spelling, not mine)
|
'grc' :se # grc - a "generic colouriser" (that's their spelling, not mine)
|
||||||
'cpulimit' elp:ivz # cpulimit 0.2
|
'cpulimit' elp:ivz # cpulimit 0.2
|
||||||
'ktrace' fgpt:aBCcdiT
|
'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:
|
# Commands that would need to skip one positional argument:
|
||||||
# flock
|
# flock
|
||||||
|
|
|
||||||
|
|
@ -34,4 +34,3 @@ expected_region_highlight=(
|
||||||
"1 2 command" # ls
|
"1 2 command" # ls
|
||||||
"4 4 default" # ~
|
"4 4 default" # ~
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue