We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61b0ac commit 06cb361Copy full SHA for 06cb361
1 file changed
Tool/Sources/SharedUIComponents/CodeBlock.swift
@@ -95,7 +95,7 @@ public struct CodeBlock: View {
95
font: NSFont,
96
droppingLeadingSpaces: Bool
97
) -> (code: [NSAttributedString], commonLeadingSpaceCount: Int) {
98
- return highlighted(
+ return CodeHighlighting.highlighted(
99
code: code,
100
language: language,
101
scenario: scenario,
0 commit comments