class Rugments::Lexers::TOML

Public Class Methods

analyze_text(text) click to toggle source
# File lib/rugments/lexers/toml.rb, line 11
def self.analyze_text(text)
  return 0.1 if text =~ /\A\[[\w.]+\]\s*\w+\s*=\s*("\w+")+/
end