1
0
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:
Alec Thomas 2017-09-27 00:34:18 +10:00 committed by GitHub
commit c99eebc024

View File

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