Skip to content

Commit

Permalink
adds support for ~~ strike-through text
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperPaintman committed Dec 23, 2015
1 parent e99726e commit 9a99355
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 318 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.sublime-*
*.cache
extras.json
tmp
tmp
package-metadata.json
8 changes: 8 additions & 0 deletions Monokai Extended Bright.JSON-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,14 @@
"foreground": "#A6E22E"
}
},
{
"name": "Markup: strike",
"scope": "markup.strike",
"settings": {
"fontStyle": "", // Or add `strike`, but it doesn't support
"foreground": "#cc4273"
}
},
{
"name": "Markdown: Blockquote",
"scope": "markup.quote, punctuation.definition.blockquote.markdown",
Expand Down
Loading

0 comments on commit 9a99355

Please sign in to comment.