summaryrefslogtreecommitdiffstats
path: root/abs/extra/source-highlight/fix-zsh-highlighting-hangups.patch
blob: 200c9f8f0f17f532d1bb04fc209e1e306c622841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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:]]+)\)'