Skip to content

Commit

Permalink
Fix block string literals highlighting (#3635)
Browse files Browse the repository at this point in the history
Replace block string literals quotes.

Highlighting after change:

![image](https://github.com/carbon-language/carbon-lang/assets/24532774/4c55c021-b8ce-4933-9742-81a8eee6ffe1)


Closes #3634
  • Loading branch information
czapiga authored Jan 24, 2024
1 parent a1f1c74 commit ef84273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/textmate/Syntaxes/Carbon.plist
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
<key>name</key>
<string>string.quoted.triple.carbon</string>
<key>begin</key>
<string>"""</string>
<string>'''</string>
<key>end</key>
<string>"""</string>
<string>'''</string>

<key>patterns</key>
<array>
Expand Down

0 comments on commit ef84273

Please sign in to comment.