是否有Swift代码的Github降价语言标识符?

时间:2017-04-24 12:42:37

标签: swift github markdown

我正在使用https://jbt.github.io/markdown-editor在线工具进行文档编制。我想知道是否有识别swift语法元素的标识符。

谢谢。

1 个答案:

答案 0 :(得分:9)

```swift
struct Animal {
    let nickName : String?
}
```

应该这样做