Skip to content

Commit 33fa611

Browse files
sk-ramaalecthomas
authored andcommitted
Update friendly.go
Remove italic style for chroma.LiteralStringInterpol. Purpose: For python it make a mistake in code style
1 parent cc2dd5b commit 33fa611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/friendly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var Friendly = Register(chroma.MustNewStyle("friendly", chroma.StyleEntries{
2929
chroma.NameDecorator: "bold #555555",
3030
chroma.LiteralString: "#4070a0",
3131
chroma.LiteralStringDoc: "italic",
32-
chroma.LiteralStringInterpol: "italic #70a0d0",
32+
chroma.LiteralStringInterpol: "#70a0d0",
3333
chroma.LiteralStringEscape: "bold #4070a0",
3434
chroma.LiteralStringRegex: "#235388",
3535
chroma.LiteralStringSymbol: "#517918",

0 commit comments

Comments
 (0)