chore: updated sipp syntax highlighting 75e949a1
Steve · 2026-05-21 19:58 1 file(s) · +2 −2
apps/sipp/server/server.go +2 −2
40 40
	chroma.CommentPreproc:           "italic #444444",
41 41
	chroma.Keyword:                  "#999999",
42 42
	chroma.KeywordConstant:          "#e78a52",
43 -
	chroma.KeywordDeclaration:       "#e78a52",
43 +
	chroma.KeywordDeclaration:       "#999999",
44 44
	chroma.KeywordNamespace:         "#e78a52",
45 45
	chroma.KeywordPseudo:            "#999999",
46 46
	chroma.KeywordReserved:          "#999999",
47 -
	chroma.KeywordType:              "#e78a52",
47 +
	chroma.KeywordType:              "#c1c1c1",
48 48
	chroma.LiteralString:            "#fbcb96",
49 49
	chroma.LiteralStringAffix:       "#fbcb96",
50 50
	chroma.LiteralStringBacktick:    "#fbcb96",