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