[TxMt] Codebrowser for Markdown

Gerd Knops gerti-textmate at bitart.com
Thu Oct 5 15:44:30 UTC 2006


On Oct 4, 2006, at 1:11 PM, Robert Ullrey wrote:

> Has any one written a .ctags.tmcodebrowser code for seeing markdown or
> multimarkdown in the CodeBrowser?
>
>
> Thought I would ask before I spend an inordinate amount of time trying
> to figure out how to write the regex for it.

Below a very quick hack to just show all headers.

Gerd


--langdef=markdown
--langmap=markdown:.md.mmd.markdown
--regex-markdown=/^(#+.*)/\1/Header/





More information about the textmate mailing list