mirror of
https://github.com/alecthomas/chroma.git
synced 2025-11-23 22:24:39 +02:00
Fix some capitalisation.
This commit is contained in:
@@ -520,8 +520,8 @@ var (
|
||||
}
|
||||
)
|
||||
|
||||
// Emacslisp lexer.
|
||||
var Emacslisp = Register(TypeRemappingLexer(MustNewLexer(
|
||||
// EmacsLisp lexer.
|
||||
var EmacsLisp = Register(TypeRemappingLexer(MustNewLexer(
|
||||
&Config{
|
||||
Name: "EmacsLisp",
|
||||
Aliases: []string{"emacs", "elisp", "emacs-lisp"},
|
||||
|
||||
Reference in New Issue
Block a user