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

- old
+ new

@@ -1,9 +1,10 @@ # -*- coding: utf-8 -*- # module Rouge module Lexers class CommonLisp < RegexLexer + title "Common Lisp" desc "The Common Lisp variant of Lisp (common-lisp.net)" tag 'common_lisp' aliases 'cl', 'common-lisp' filenames '*.cl', '*.lisp', '*.el' # used for Elisp too