mirror of
https://github.com/alecthomas/chroma.git
synced 2026-05-22 10:15:46 +02:00
Fixes: css, html, php.
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ import (
|
||||
. "github.com/alecthomas/chroma" // nolint
|
||||
)
|
||||
|
||||
// Css lexer.
|
||||
var Css = Register(NewLexer(
|
||||
// CSS lexer.
|
||||
var CSS = Register(NewLexer(
|
||||
&Config{
|
||||
Name: "CSS",
|
||||
Aliases: []string{"css"},
|
||||
|
||||
Reference in New Issue
Block a user