We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecdc80 commit 76acf11Copy full SHA for 76acf11
Fold.tmPreferences
@@ -23,9 +23,17 @@
23
</dict>
24
<dict>
25
<key>begin</key>
26
- <string>punctuation.definition.string.begin</string>
+ <string>string.quoted.double.heredoc punctuation.definition.string.begin</string>
27
<key>end</key>
28
- <string>punctuation.definition.string.end</string>
+ <string>string.quoted.double.heredoc punctuation.definition.string.end</string>
29
+ <key>excludeTrailingNewlines</key>
30
+ <false/>
31
+ </dict>
32
+ <dict>
33
+ <key>begin</key>
34
+ <string>string.quoted.single.heredoc punctuation.definition.string.begin</string>
35
+ <key>end</key>
36
+ <string>string.quoted.single.heredoc punctuation.definition.string.end</string>
37
<key>excludeTrailingNewlines</key>
38
<false/>
39
0 commit comments