mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-13 13:28:27 +02:00
Fix capitalisation mistake in lexer variable
This commit is contained in:
parent
15bc6832dc
commit
af4cf6a8b5
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
// Arduino lexer.
|
||||
var arduino = internal.Register(MustNewLexer(
|
||||
var Arduino = internal.Register(MustNewLexer(
|
||||
&Config{
|
||||
Name: "Arduino",
|
||||
Aliases: []string{"arduino"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user