From 56ed3f7c73e112ec704193492d5ee990ea20bc5f Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke <marijnh@gmail.com> Date: Mon, 18 May 2015 12:45:23 +0200 Subject: [PATCH] [php mode] Declare defKeywords --- mode/php/php.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mode/php/php.js b/mode/php/php.js index e112d9112..1c62eb485 100644 --- a/mode/php/php.js +++ b/mode/php/php.js @@ -94,6 +94,7 @@ helperType: "php", keywords: keywords(phpKeywords), blockKeywords: keywords("catch do else elseif for foreach if switch try while finally"), + defKeywords: keywords("class function interface namespace trait"), atoms: keywords(phpAtoms), builtin: keywords(phpBuiltin), multiLineStrings: true, -- GitLab