Parent

Methods

Class/Module Index [+]

Quicksearch

Rouge::Lexers::LLVM

Public Class Methods

analyze_text(text) click to toggle source
# File lib/rouge/lexers/llvm.rb, line 10
def self.analyze_text(text)
  return 0.1 if text =~ /\A%\w+\s=\s/
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.