Skip to content

Commit

Permalink
fix: Improve markdown highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Aug 30, 2016
1 parent 4cbaf84 commit 02f1930
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions schemes/Material-Theme-Darker.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -719,13 +719,22 @@
<key>name</key>
<string>Markdown - Fenced Bode Block</string>
<key>scope</key>
<string>punctuation.definition.fenced.markdown, variable.language.fenced.markdown</string>
<string>punctuation.definition.fenced.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#00000050</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Fenced Bode Block Variable</string>
<key>scope</key>
<string>markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#65737e</string>
<string>#eeffffff</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit 02f1930

Please sign in to comment.