Skip to content

Commit

Permalink
Remove comment and CPP name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jos512 authored and alecthomas committed Feb 2, 2019
1 parent c53abb0 commit 15bc683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lexers/a/arduino.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"github.com/alecthomas/chroma/lexers/internal"
)

// CPP lexer.
var CPP = internal.Register(MustNewLexer(
// Arduino lexer.
var arduino = internal.Register(MustNewLexer(
&Config{
Name: "Arduino",
Aliases: []string{"arduino"},
Expand Down

0 comments on commit 15bc683

Please sign in to comment.