class RougeLines::Lexers::Haskell
Public Class Methods
detect?(text)
click to toggle source
# File lib/rouge-lines/lexers/haskell.rb, line 13 def self.detect?(text) return true if text.shebang?('runhaskell') end