RegexLexer
These are all the functions in `base` that are implemented as a `.Primitive`, minus those functions that are also keywords.
# File lib/rouge/lexers/r.rb, line 45 def self.analyze_text(text) return 1 if text.shebang? 'Rscript' end