textmate-solarized icon indicating copy to clipboard operation
textmate-solarized copied to clipboard

Markdown

Open deplorableword opened this issue 12 years ago • 6 comments

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?

deplorableword avatar Mar 12 '12 14:03 deplorableword

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

evanmoran avatar Mar 14 '12 16:03 evanmoran

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

deplorableword avatar Mar 14 '12 17:03 deplorableword

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.

evanmoran avatar Mar 15 '12 01:03 evanmoran

Thanks, I'll give this a whirl

deplorableword avatar Mar 23 '12 17:03 deplorableword

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

evanmoran avatar Jun 07 '12 00:06 evanmoran

Any chance of adding Github flavored markdown fences?

using System;

class Foo {}

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

Iristyle avatar Aug 14 '12 15:08 Iristyle