Skip to content

Commit

Permalink
* PHP: Make paamayim nekodotayim same color as arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
earboxer committed Jul 15, 2020
1 parent d307f5a commit e50fb09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions php.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ color yellow "(==|===|!=|<>|!==|<=|>=|<=>)"
# Logical Operators
color yellow "( and | or | xor |!|&&|\|\|)"
# And/Or/SRO/etc
color green "(\;\;|\|\||::|=>)"
color cyan "->"
color cyan "(\;\;|\|\||::|=>|->)"
# Double quoted STRINGS!
color red "(\"[^\"]*\")"
# Heredoc (typically ends with a semicolon).
Expand Down

0 comments on commit e50fb09

Please sign in to comment.