-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
let threeDoubleQuotationMarks = """
Escaping the first quotation mark \"""
"""caused by:
swift-tmlanguage/Swift.tmLanguage.yaml
Line 2397 in 3fca2fa
| match: \S((?!\\\().)*(?=""") |
possible fix:
\S((?!\\[("]).)*(?=""")
reported at:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

