1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-07-17 01:22:22 +02:00

Update documentation. Include "quick" package.

This commit is contained in:
Alec Thomas
2017-09-18 13:15:07 +10:00
parent adb07b9e0d
commit 431e913333
13 changed files with 227 additions and 36 deletions

View File

@ -4,8 +4,8 @@ import (
. "github.com/alecthomas/chroma" // nolint
)
// Php lexer.
var Php = Register(MustNewLexer(
// PHP lexer.
var PHP = Register(MustNewLexer(
&Config{
Name: "PHP",
Aliases: []string{"php", "php3", "php4", "php5"},