* PHP: Make paamayim nekodotayim same color as arrow

This commit is contained in:
Zach DeCook 2020-07-15 14:50:36 -04:00
parent d307f5a75b
commit e50fb095bf
1 changed files with 1 additions and 2 deletions

View File

@ -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).