Compare commits
3 Commits
dbae8edf6a
...
dd866a3f55
| Author | SHA1 | Date |
|---|---|---|
|
|
dd866a3f55 | |
|
|
2fc57d6306 | |
|
|
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.)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,4 +34,3 @@ expected_region_highlight=(
|
||||||
"1 2 command" # ls
|
"1 2 command" # ls
|
||||||
"4 4 default" # ~
|
"4 4 default" # ~
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ grow ways to set `$PREBUFFER` to inject free-form code into the generated file.
|
||||||
Highlighting test
|
Highlighting test
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
[`test-highlighting.zsh`](tests/test-highlighting.zsh) tests the correctness of
|
[`test-highlighting.zsh`](test-highlighting.zsh) tests the correctness of
|
||||||
the highlighting. Usage:
|
the highlighting. Usage:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
|
|
@ -110,7 +110,7 @@ results (tests that failed but were expected to succeed, or vice-versa), run
|
||||||
Performance test
|
Performance test
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
[`test-perfs.zsh`](tests/test-perfs.zsh) measures the time spent doing the
|
[`test-perfs.zsh`](test-perfs.zsh) measures the time spent doing the
|
||||||
highlighting. Usage:
|
highlighting. Usage:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue