Compare commits
3 Commits
05ccc8aace
...
dbae8edf6a
| Author | SHA1 | Date |
|---|---|---|
|
|
dbae8edf6a | |
|
|
c4d9559184 | |
|
|
5d1d416dbf |
|
|
@ -12,4 +12,3 @@ indent_style = space
|
|||
tab_width = 8
|
||||
indent_size = 8
|
||||
indent_style = tab
|
||||
|
||||
|
|
|
|||
|
|
@ -96,4 +96,3 @@ IRC channel
|
|||
-----------
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
## Other changes:
|
||||
|
||||
- Document `$ZSH_HIGHLIGHT_MAXLENGTH`.
|
||||
|
|
@ -917,4 +916,3 @@ in this area.
|
|||
# Version 0.2.1
|
||||
|
||||
(Start of changelog.)
|
||||
|
||||
|
|
|
|||
|
|
@ -354,6 +354,7 @@ _zsh_highlight_highlighter_main_paint()
|
|||
'pkexec' '' # doesn't take short options; immune to #121 because it's usually not passed --option flags
|
||||
# Not listed: -h, which has two different meanings.
|
||||
'sudo' Cgprtu:AEHPSbilns:eKkVv # as of sudo 1.8.21p2
|
||||
'run0' ugD:h # systemd 256.6
|
||||
'stdbuf' ioe:
|
||||
'eatmydata' ''
|
||||
'catchsegv' ''
|
||||
|
|
|
|||
|
|
@ -34,4 +34,3 @@ expected_region_highlight=(
|
|||
"1 2 command" # ls
|
||||
"4 4 default" # ~
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue