RegexLexer
# File lib/rouge/lexers/julia.rb, line 12 def self.analyze_text(text) 1 if text.shebang? 'julia' end