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:
parent
87d547a670
commit
8a6a39f06a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user