YabataDesign / afterglow-theme

[DEPRECATED] A minimal dark Theme for Sublime Text 2 and 3
http://yabatadesign.github.io/afterglow-theme/
2.12k stars 139 forks source link

Add Kramdown code block highlighting #15

Closed ChrisHonniball closed 10 years ago

ChrisHonniball commented 10 years ago

Can you add support for Kramdown code block syntax?

~~~coffeescript
...
~~~

rather than

```coffeescript 
...
YabataDesign commented 10 years ago

If I'm not mistaken, a color scheme only colour the scopes generated by using a plugin to highlight a language, but can not generate these scopes.

All plugins markdown, which I installed, does not add a scope to this Kramdown syntax (they interpret it as text.html.markdown). If you know a plugin to do that, let me know and I try it.

As I comment, first need a highlight plugin to take the scopes and add it to color scheme.

Sorry.