diff options
Diffstat (limited to 'plugins/LocalFilesEditor/editarea/reg_syntax/php.js')
-rw-r--r-- | plugins/LocalFilesEditor/editarea/reg_syntax/php.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/editarea/reg_syntax/php.js b/plugins/LocalFilesEditor/editarea/reg_syntax/php.js index a1c5883af..f53dc8895 100644 --- a/plugins/LocalFilesEditor/editarea/reg_syntax/php.js +++ b/plugins/LocalFilesEditor/editarea/reg_syntax/php.js @@ -1,5 +1,6 @@ editAreaLoader.load_syntax["php"] = { - 'COMMENT_SINGLE' : {1 : '//', 2 : '#'} + 'DISPLAY_NAME' : 'Php' + ,'COMMENT_SINGLE' : {1 : '//', 2 : '#'} ,'COMMENT_MULTI' : {'/*' : '*/'} ,'QUOTEMARKS' : {1: "'", 2: '"'} ,'KEYWORD_CASE_SENSITIVE' : false |