packages/source-highlight/fix-zsh-highlighting-hangups.patch

14 lines
504 B
Diff

diff --git a/src/zsh.lang b/src/zsh.lang
index 69542a7..a0bac36 100644
--- a/src/zsh.lang
+++ b/src/zsh.lang
@@ -35,7 +35,7 @@ keyword = "alias|always|autoload|bg|bindkey|break|builtin",
"unlimit|unset|unsetopt|until|vared|wait|whence",
"where|which|while|zcompile|zformat|zftp|zle",
"zmodload|zparseopts|zprof|zpty|zregexparse",
- "zsocket|zstyle|ztcp|"
+ "zsocket|zstyle|ztcp"
variable = '\$\{([^[:blank:]]+)\}'
variable = '\$\(([^[:blank:]]+)\)'