mirror of
https://github.com/alecthomas/chroma.git
synced 2025-01-14 02:23:16 +02:00
Merge pull request #39 from griffin-stewie/fix/capnproto_name
fix HTML entity reference
This commit is contained in:
commit
c99eebc024
@ -7,7 +7,7 @@ import (
|
||||
// Cap'N'Proto Proto lexer.
|
||||
var CapNProto = Register(MustNewLexer(
|
||||
&Config{
|
||||
Name: "Cap'n Proto",
|
||||
Name: "Cap'n Proto",
|
||||
Aliases: []string{"capnp"},
|
||||
Filenames: []string{"*.capnp"},
|
||||
MimeTypes: []string{},
|
||||
|
Loading…
Reference in New Issue
Block a user