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:
parent
c53abb037b
commit
15bc6832dc
@ -5,8 +5,8 @@ import (
|
|||||||
"github.com/alecthomas/chroma/lexers/internal"
|
"github.com/alecthomas/chroma/lexers/internal"
|
||||||
)
|
)
|
||||||
|
|
||||||
// CPP lexer.
|
// Arduino lexer.
|
||||||
var CPP = internal.Register(MustNewLexer(
|
var arduino = internal.Register(MustNewLexer(
|
||||||
&Config{
|
&Config{
|
||||||
Name: "Arduino",
|
Name: "Arduino",
|
||||||
Aliases: []string{"arduino"},
|
Aliases: []string{"arduino"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user