streeter / markdown-redcarpet.tmbundle

TextMate support for GitHub flavored Markdown
http://github.github.com/github-flavored-markdown/
69 stars 28 forks source link

Detect and respect YAML frontmatter #16

Closed stevekinney closed 10 years ago

stevekinney commented 10 years ago

Github supports YAML frontmatter. One of things about TextMate that has irked me forever is that it treats the initial --- as a separator and colors it differently. This pull requests establishes the idea of a YAML frontmatter and gives it a context in TextMate. It doesn't do anything with it just yet and themes won't support it, but it will stop TextMate from incorrectly treating the --- as a line separator in this situation.