Skip to content

Commit

Permalink
Add strikethrough support
Browse files Browse the repository at this point in the history
  • Loading branch information
dcasella committed Feb 4, 2022
1 parent e97c957 commit 7124cea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/Monokai++.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,18 @@
</dict>
</dict>

<dict>
<key>name</key>
<string>Markup strikethrough</string>
<key>scope</key>
<string>markup.strikethrough</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>strikethrough</string>
</dict>
</dict>

<dict>
<key>name</key>
<string>Markup underline</string>
Expand Down

0 comments on commit 7124cea

Please sign in to comment.