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 # Online Comments
color brightyellow "(#.*|//.*)$" color brightyellow "(#.*|//.*)$"
# STRINGS! # STRINGS!
color red "('[^']*?')|(\"[^\"]*?\")" color red "('[^']*')|(\"[^\"]*\")"
# Inline Variables # Inline Variables
color white "\{\$[^}]*\}" color white "\{\$[^}]*\}"
# PHP Tags # PHP Tags