lib/rouge/lexers/toml.rb in rouge-3.5.1 vs lib/rouge/lexers/toml.rb in rouge-3.6.0
- old
+ new
@@ -6,10 +6,10 @@
class TOML < RegexLexer
title "TOML"
desc 'the TOML configuration format (https://github.com/mojombo/toml)'
tag 'toml'
- filenames '*.toml'
+ filenames '*.toml', 'Pipfile'
mimetypes 'text/x-toml'
identifier = /\S+/
state :basic do