lib/rouge/lexers/ini.rb in rouge-1.7.7 vs lib/rouge/lexers/ini.rb in rouge-1.8.0

- old
+ new

@@ -1,9 +1,10 @@ # -*- coding: utf-8 -*- # module Rouge module Lexers class INI < RegexLexer + title "INI" desc 'the INI configuration format' tag 'ini' # TODO add more here filenames '*.ini', '*.INI', '*.gitconfig'