Skip to content

Commit 331292f

Browse files
committed
Make CodeBlockSynax parseable
1 parent ed7e66d commit 331292f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeGeneration/Sources/SyntaxSupport/CommonNodes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public let COMMON_NODES: [Node] = [
5656
kind: .codeBlock,
5757
base: .syntax,
5858
nameForDiagnostics: "code block",
59+
parserFunction: "parseCodeBlock",
5960
traits: [
6061
"Braced",
6162
"WithStatements",

0 commit comments

Comments
 (0)