lib/rouge/lexers/toml.rb in rouge-1.7.7 vs lib/rouge/lexers/toml.rb in rouge-1.8.0
- old
+ new
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*- #
module Rouge
module Lexers
class TOML < RegexLexer
+ title "TOML"
desc 'the TOML configuration format (https://github.com/mojombo/toml)'
tag 'toml'
filenames '*.toml'
mimetypes 'text/x-toml'