Changeset 376010
- Timestamp:
- 04/22/2011 04:05:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
syntaxhighlighter-evolved-applescript/trunk/syntaxhighlighter-applescript.php
r375998 r376010 22 22 // Filter SyntaxHighlighter Evolved's language array 23 23 function syntaxhighlighter_applescript_addlang( $brushes ) { 24 $brushes['applescript'] = 'applescript'; 24 $brushes['applescript'] = 'applescript'; 25 $brushes['applescript'] = 'as'; 25 26 return $brushes; 26 27 }
Note: See TracChangeset
for help on using the changeset viewer.