class Rouge::Lexers::Crystal
Public Class Methods
Source
# File lib/rouge/lexers/crystal.rb, line 14 def self.detect?(text) return true if text.shebang? 'crystal' end
# File lib/rouge/lexers/crystal.rb, line 14 def self.detect?(text) return true if text.shebang? 'crystal' end