This commit is contained in:
a1346054 2024-11-22 14:16:04 +00:00 committed by GitHub
commit 23cd0e37ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 17 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

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