~ubuntu-branches/ubuntu/trusty/yelp-xsl/trusty

« back to all changes in this revision

Viewing changes to js/jquery.syntax.brush.bash.js

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-19 17:46:00 UTC
  • mto: (11.1.2 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20120319174600-pzeaayow54b559hi
Tags: upstream-3.3.92
ImportĀ upstreamĀ versionĀ 3.3.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        
26
26
        // Numbers
27
27
        brush.push(Syntax.lib.webLink);
 
28
        
 
29
        brush.push({
 
30
                klass: 'stderr',
 
31
                allow: ['string', 'comment', 'constant', 'href']
 
32
        });
28
33
});