Skip to content

Commit

Permalink
Merge branch 'st4126'
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed May 26, 2023
2 parents 8d183e5 + 359491c commit 30157a7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Preferences/Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>text.html.markdown.mdx, source.jsx.embedded.markdown</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string>{/*</string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_END</string>
<key>value</key>
<string>*/}</string>
</dict>
</array>
</dict>
</dict>
</plist>

0 comments on commit 30157a7

Please sign in to comment.