Skip to content

Add support for strikethrough #6

@rianmurnen

Description

@rianmurnen

Monokai Extended supports strikethrough by wrapping text in ~~ such as strikethrough.

From lines 1465 – 1477:

<dict>
  <key>name</key>
  <string>Markup: strike</string>
  <key>scope</key>
  <string>markup.strike</string>
  <key>settings</key>
  <dict>
    <key>fontStyle</key>
    <string></string>
    <key>foreground</key>
    <string>#cc4273</string>
  </dict>
</dict>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions