Ignore:
Timestamp:
Sep 25, 2008, 7:46:27 PM (16 years ago)
Author:
patdenice
Message:
  • Move get_extents function to include/functions.inc.php.
  • Change all plugins version to 2.0.
  • LocalFiles Editor can now edit and create template extension.
  • Editarea (for LocalFiles Editor) go to version 0.7.2.2 (chrome compatible)
  • Editarea activation is now saved in database with AJAX.
File:
1 edited

Legend:

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

    r2291 r2588  
    55editAreaLoader.load_syntax["html"] = {
    66        'COMMENT_SINGLE' : {}
    7         ,'COMMENT_MULTI' : {'<!--' : '-->'}
     7        ,'COMMENT_MULTI' : {
     8    '<!--' : '-->',
     9    '{*' : '*}'
     10  }
    811        ,'QUOTEMARKS' : {1: "'", 2: '"'}
    912        ,'KEYWORD_CASE_SENSITIVE' : false
Note: See TracChangeset for help on using the changeset viewer.