Is there a Github markdown language identifier for

2020-08-26 04:03发布

问题:

I'm using https://jbt.github.io/markdown-editor online tool for documentation. I'm wondering if there's an identifier to recognize the swift syntax elements.

Thank you.

回答1:

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

should do it