Remove lazy operator for OS X compatibility

Should work well as of pull request #14
This commit is contained in:
Ian Mustafa
2014-10-05 07:42:44 +07:00
parent 44d0c55b36
commit 146c3848b5
+1 -1
View File
@@ -27,7 +27,7 @@ color green "(\;\;|\|\||::|=>|->)"
# Online Comments
color brightyellow "(#.*|//.*)$"
# STRINGS!
color red "('[^']*?')|(\"[^\"]*?\")"
color red "('[^']*')|(\"[^\"]*\")"
# Inline Variables
color white "\{\$[^}]*\}"
# PHP Tags