allowing unquoted # breaks comments

This commit is contained in:
2017-05-18 16:33:14 +02:00
parent 0a6a226012
commit f64bfaae9e
+2 -1
View File
@@ -17,8 +17,9 @@ sstringchar [^'\n\\]
/*
This breaks backward compatibility to 3.14.8:
bareword [a-zA-Z0-9_\-+:./\\\[\]<>;]
Re-enable unquoted chars except #
*/
bareword [a-zA-Z0-9_\-+:./\\\[\]<>;^~*#%!|&$()@?]
bareword [a-zA-Z0-9_\-+:./\\\[\]<>;^~*%!|&$()@?]
%%