diff options
Diffstat (limited to 'plugins/LocalFilesEditor/editarea/reg_syntax/html.js')
-rw-r--r-- | plugins/LocalFilesEditor/editarea/reg_syntax/html.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/LocalFilesEditor/editarea/reg_syntax/html.js b/plugins/LocalFilesEditor/editarea/reg_syntax/html.js index a6cf060fe..66490b171 100644 --- a/plugins/LocalFilesEditor/editarea/reg_syntax/html.js +++ b/plugins/LocalFilesEditor/editarea/reg_syntax/html.js @@ -3,11 +3,9 @@ */ editAreaLoader.load_syntax["html"] = { - 'COMMENT_SINGLE' : {} - ,'COMMENT_MULTI' : { - '<!--' : '-->', - '{*' : '*}' - } + 'DISPLAY_NAME' : 'HTML' + ,'COMMENT_SINGLE' : {} + ,'COMMENT_MULTI' : {'<!--' : '-->'} ,'QUOTEMARKS' : {1: "'", 2: '"'} ,'KEYWORD_CASE_SENSITIVE' : false ,'KEYWORDS' : { |