mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
main: precommand_options += ktrace
This commit is contained in:
parent
0b5b3dcc0c
commit
e82e2d042d
@ -79,6 +79,9 @@ Whilst under development, the new implementation was known as the
|
|||||||
- Recognize `cpulimit` as a precommand
|
- Recognize `cpulimit` as a precommand
|
||||||
[#897]
|
[#897]
|
||||||
|
|
||||||
|
- Recognize `ktrace` as a precommand
|
||||||
|
|
||||||
|
|
||||||
# Changes in 0.8.0-alpha1-pre-redrawhook
|
# Changes in 0.8.0-alpha1-pre-redrawhook
|
||||||
|
|
||||||
## Notice about an improbable-but-not-impossible forward incompatibility
|
## Notice about an improbable-but-not-impossible forward incompatibility
|
||||||
|
@ -372,6 +372,7 @@ _zsh_highlight_highlighter_main_paint()
|
|||||||
'ifne' :n # moreutils 0.62-1
|
'ifne' :n # moreutils 0.62-1
|
||||||
'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
|
||||||
)
|
)
|
||||||
# Commands that would need to skip one positional argument:
|
# Commands that would need to skip one positional argument:
|
||||||
# flock
|
# flock
|
||||||
|
Loading…
Reference in New Issue
Block a user