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