textmate / swift.tmbundle

TextMate support for Swift
72 stars 30 forks source link

Support for raw/extended string literals #40

Closed jtbandes closed 5 years ago

jtbandes commented 5 years ago

As discussed in #39, adds support for all escapes in a single #"...\#n..."# string, and limited support for raw strings with more #s due to grammar limitations. cc @erikstrottmann

@sorbits Please advise if there's any way to reduce grammar duplication more than I've been able to :)

image