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:
@ -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"},
|
||||
|
Reference in New Issue
Block a user