branch: externals/phps-mode commit b45f811a7de57c935f9e2aae4b7ff1b4e8bcdd79 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Removed trailing zero --- phps-mode-analyzer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phps-mode-analyzer.el b/phps-mode-analyzer.el index 380c8bb..7675368 100644 --- a/phps-mode-analyzer.el +++ b/phps-mode-analyzer.el @@ -503,7 +503,7 @@ (phps-mode-lexer-re2c-rule (and ST_IN_SCRIPTING (looking-at "try")) (lambda() - (phps-mode-lexer-RETURN_TOKEN 'T_TRY (match-beginning 0) (match-end 0))))0 ;FIXME: What is this `0'? + (phps-mode-lexer-RETURN_TOKEN 'T_TRY (match-beginning 0) (match-end 0)))) (phps-mode-lexer-re2c-rule (and ST_IN_SCRIPTING (looking-at "catch"))