colinta / decent-swift-syntax

Uses the new `sublime-syntax` format, which is super easy to work with.
MIT License
62 stars 12 forks source link

Add multiline strings #19

Closed Gofake1 closed 5 years ago

Gofake1 commented 5 years ago

Multiline string literals: https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html#ID417

Differences with regular string literals:

I'm not sure how to test this.

colinta commented 5 years ago

Thanks! Available in 2.5.4. 👍