Skip to content

Commit

Permalink
Fix some capitalisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Sep 28, 2017
1 parent a430eb8 commit 528bed2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -13,4 +13,4 @@
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

models/
_models/
4 changes: 2 additions & 2 deletions lexers/antlr.go
Expand Up @@ -4,8 +4,8 @@ import (
. "github.com/alecthomas/chroma" // nolint
)

// Antlr lexer.
var Antlr = Register(MustNewLexer(
// ANTLR lexer.
var ANTLR = Register(MustNewLexer(
&Config{
Name: "ANTLR",
Aliases: []string{"antlr"},
Expand Down
4 changes: 2 additions & 2 deletions lexers/emacs.go
Expand Up @@ -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"},
Expand Down

0 comments on commit 528bed2

Please sign in to comment.