Skip to content

Commit

Permalink
Add Markdown strikethrough font style and color
Browse files Browse the repository at this point in the history
  • Loading branch information
k4ustu3h committed Apr 5, 2023
1 parent e3cafec commit f1d96a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/jamt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,13 @@ tokenColors:
foreground: *yellowA400
fontStyle: italic

- name: Markup strikethrough
scope:
- markup.strikethrough
settings:
foreground: *secondaryForeground
fontStyle: strikethrough

- name: Bullets, lists (prose)
scope:
- beginning.punctuation.definition.list.markdown
Expand Down

0 comments on commit f1d96a1

Please sign in to comment.