Ignore:
Timestamp:
Mar 17, 2010, 4:27:14 PM (14 years ago)
Author:
patdenice
Message:

Editor
Update editarea to 0.8.2.
Remove CSS tab.
Fix jQuery path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/LocalFilesEditor/editarea/reg_syntax/html.js

    r3282 r5160  
    44
    55editAreaLoader.load_syntax["html"] = {
    6         'COMMENT_SINGLE' : {}
    7         ,'COMMENT_MULTI' : {
    8     '<!--' : '-->',
    9     '{*' : '*}'
    10   }
     6        'DISPLAY_NAME' : 'HTML'
     7        ,'COMMENT_SINGLE' : {}
     8        ,'COMMENT_MULTI' : {'<!--' : '-->'}
    119        ,'QUOTEMARKS' : {1: "'", 2: '"'}
    1210        ,'KEYWORD_CASE_SENSITIVE' : false
Note: See TracChangeset for help on using the changeset viewer.