* PHP: Make paamayim nekodotayim same color as arrow

pull/320/head
Zach DeCook 4 years ago
parent d307f5a75b
commit e50fb095bf

@ -37,8 +37,7 @@ color yellow "(==|===|!=|<>|!==|<=|>=|<=>)"
# Logical Operators # Logical Operators
color yellow "( and | or | xor |!|&&|\|\|)" color yellow "( and | or | xor |!|&&|\|\|)"
# And/Or/SRO/etc # And/Or/SRO/etc
color green "(\;\;|\|\||::|=>)" color cyan "(\;\;|\|\||::|=>|->)"
color cyan "->"
# Double quoted STRINGS! # Double quoted STRINGS!
color red "(\"[^\"]*\")" color red "(\"[^\"]*\")"
# Heredoc (typically ends with a semicolon). # Heredoc (typically ends with a semicolon).

Loading…
Cancel
Save