RegexLexer
# File lib/rouge/lexers/coffeescript.rb, line 11 def self.analyze_text(text) return 1 if text.shebang? 'coffee' end
# File lib/rouge/lexers/coffeescript.rb, line 29 def self.builtins @builtins ||= Set.new %( Array Boolean Date Error Function Math netscape Number Object Packages RegExp String sun decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt document window ) end
Generated with the Darkfish Rdoc Generator 2.