1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

Construct terms for section headings.

This commit is contained in:
Rob Rix 2015-10-06 20:43:23 -04:00
parent 87d547a670
commit 8a6a39f06a

View File

@ -62,7 +62,7 @@ extension Fix where A: StringConvertible {
self = try Fix(JSON: substructure[0]) ?? bail()
case let .Dictionary(d) where d["key.kind"]?.string == "source.lang.swift.syntaxtype.comment.mark":
self = .Empty
self = .In(.Leaf(A(string: "mark")))
case .Null:
self = .Empty