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/php.js

    r3282 r5160  
    11editAreaLoader.load_syntax["php"] = {
    2         'COMMENT_SINGLE' : {1 : '//', 2 : '#'}
     2        'DISPLAY_NAME' : 'Php'
     3        ,'COMMENT_SINGLE' : {1 : '//', 2 : '#'}
    34        ,'COMMENT_MULTI' : {'/*' : '*/'}
    45        ,'QUOTEMARKS' : {1: "'", 2: '"'}
Note: See TracChangeset for help on using the changeset viewer.