deplorableword / textmate-solarized

TextMate theme for Solarized
http://ethanschoonover.com/solarized
440 stars 98 forks source link

Markdown #23

Open deplorableword opened 12 years ago

deplorableword commented 12 years ago

I'm not a big Markdown user, but I'm aware that a lot of you would like to see Markdown support.

Does anyone have any good markdown samples they could provide which would help providing highlighting in all the right contexts?

evanmoran commented 12 years ago

I've just added markdown support. I'll fork it and send a pull request in the next day or so.

deplorableword commented 12 years ago

Awesome, possible to provide a few "loruem ipsum" Markdown gists as samples I can run through Vim and TextMate to ensure computability?

evanmoran commented 12 years ago

Can you send me an image of it rendering in vim (dark and light)? I installed vim-solarized but I'm a complete newb to vim and haven't gotten syntax highlighting for markdown to work yet.

Here is a basic gist with sample markdown syntax: https://gist.github.com/2041020 https://raw.github.com/gist/2041020/8ded8d57d6a5792077eb8090b59cb42c8c8aa620/markdown.md

Here is a preview of what I have so far:

Thanks for making this. I've been using it in sublime text for months now.

deplorableword commented 12 years ago

Thanks, I'll give this a whirl

evanmoran commented 12 years ago

Added a pull request for this: https://github.com/deplorableword/textmate-solarized/pull/29

Iristyle commented 12 years ago

Any chance of adding Github flavored markdown fences?

using System;

class Foo {}

Indenting code blocks is a bit of a pain in Markdown IMHO.