diff --git a/lib/rouge/lexers/tcl.rb b/lib/rouge/lexers/tcl.rb index 1bc6c8645f..74e45deecc 100644 --- a/lib/rouge/lexers/tcl.rb +++ b/lib/rouge/lexers/tcl.rb @@ -7,7 +7,7 @@ class TCL < RegexLexer title "Tcl" desc "The Tool Command Language (tcl.tk)" tag 'tcl' - filenames '*.tcl' + filenames '*.tcl', '*.tm' mimetypes 'text/x-tcl', 'text/x-script.tcl', 'application/x-tcl' def self.detect?(text)