Merge pull request #45 from cuplizian/master

Remove lazy operator for OS X compatibility
This commit is contained in:
Anthony Scopatz
2014-10-05 10:43:48 -07:00
+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