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.
Thanks
__________________________________________________________ Robert Ullrey Phone: (916) 600-5619 E-mail: robert_ullrey@mac.com
Please avoid sending me Word or PowerPoint attachments. Please send as universally readable RTF files. See http://www.gnu.org/philosophy/no-word-attachments.html
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/
Gerd,
Perfect! That’s exactly what I needed.
Thank you. Robert
Gerd Knops wrote this pithy remark on 10/5/06
Below a very quick hack to just show all headers.
Gerd
--langdef=markdown --langmap=markdown:.md.mmd.markdown --regex-markdown=/^(#+.*)/\1/Header/
__________________________________________________________ Robert Ullrey Phone: (916) 600-5619 E-mail: robert_ullrey@mac.com
Please avoid sending me Word or PowerPoint attachments. Please send as universally readable RTF files. See http://www.gnu.org/philosophy/no-word-attachments.html