1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-19 21:10:15 +02:00

Remove comment and CPP name

This commit is contained in:
Jos512 2019-02-02 08:21:38 +01:00 committed by Alec Thomas
parent c53abb037b
commit 15bc6832dc

View File

@ -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"},