Skip to content

Commit

Permalink
Revert "Add lisp alias to Common Lisp lexer (#848)"
Browse files Browse the repository at this point in the history
This reverts commit 33f0428.
  • Loading branch information
pyrmont committed Aug 26, 2019
1 parent 33f0428 commit 0165458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/common_lisp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CommonLisp < RegexLexer
title "Common Lisp"
desc "The Common Lisp variant of Lisp (common-lisp.net)"
tag 'common_lisp'
aliases 'cl', 'common-lisp', 'elisp', 'emacs-lisp', 'lisp'
aliases 'cl', 'common-lisp', 'elisp', 'emacs-lisp'

filenames '*.cl', '*.lisp', '*.asd', '*.el' # used for Elisp too
mimetypes 'text/x-common-lisp'
Expand Down

0 comments on commit 0165458

Please sign in to comment.