summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.flex
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/ael/ael.flex')
-rw-r--r--pbx/ael/ael.flex6
1 files changed, 3 insertions, 3 deletions
diff --git a/pbx/ael/ael.flex b/pbx/ael/ael.flex
index e66ce1287..f773dd4e9 100644
--- a/pbx/ael/ael.flex
+++ b/pbx/ael/ael.flex
@@ -164,11 +164,11 @@ static void pbcwhere(const char *text, int *line, int *col )
%}
-NOPARENS [^()\[\]\{\}]*
+NOPARENS ([^()\[\]\{\}]|\\[()\[\]\{\}])*
-NOARGG [^(),\{\}\[\]]*
+NOARGG ([^(),\{\}\[\]]|\\[,()\[\]\{\}])*
-NOSEMIC [^;()\{\}\[\]]*
+NOSEMIC ([^;()\{\}\[\]]|\\[;()\[\]\{\}])*
%%