Skip to content

Commit

Permalink
Removed "then" as a PHP keyword.
Browse files Browse the repository at this point in the history
There is no reference in the PHP docs as to "then" being a keyword or
reserved word.  This was causing font-locking problems with the Then()
function from Behat.

Signed-off-by: Eric James Michael Ritz <lobbyjones@gmail.com>
  • Loading branch information
kalifg authored and Eric James Michael Ritz committed Jan 23, 2013
1 parent 83f59fd commit d084cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion php-mode.el
Expand Up @@ -1424,7 +1424,6 @@ searching the PHP website."
"return"
"static"
"switch"
"then"
"throw"
"try"
"unset"
Expand Down

0 comments on commit d084cff

Please sign in to comment.