mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
e87be804c9
Add a language property for Markup code blocks - the default is "swift" but will respect overrides such as the following: ```c++ Something::Somethign::create() ``` For code listings in doc comments written in other languages, such as when you want to compare usage against another language. rdar://problem/23948115