Remove lazy operator for OS X compatibility
Should work well as of pull request #14
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ color green "(\;\;|\|\||::|=>|->)"
|
||||
# Online Comments
|
||||
color brightyellow "(#.*|//.*)$"
|
||||
# STRINGS!
|
||||
color red "('[^']*?')|(\"[^\"]*?\")"
|
||||
color red "('[^']*')|(\"[^\"]*\")"
|
||||
# Inline Variables
|
||||
color white "\{\$[^}]*\}"
|
||||
# PHP Tags
|
||||
|
||||
Reference in New Issue
Block a user