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

- old
+ new

@@ -1,9 +1,10 @@ # -*- coding: utf-8 -*- # module Rouge module Lexers class TCL < RegexLexer + title "Tcl" desc "The Tool Command Language (tcl.tk)" tag 'tcl' filenames '*.tcl' mimetypes 'text/x-tcl', 'text/x-script.tcl', 'application/x-tcl'