lib/rouge/lexers/toml.rb in rouge-0.2.14 vs lib/rouge/lexers/toml.rb in rouge-0.2.15
- old
+ new
@@ -1,8 +1,8 @@
module Rouge
module Lexers
class TOML < RegexLexer
- desc 'the TOML configuration format'
+ desc 'the TOML configuration format (https://github.com/mojombo/toml)'
tag 'toml'
filenames '*.toml'
mimetypes 'text/x-toml'