[TxMt] Markdown syntax highlighting

Ale Muñoz bomberstudios at gmail.com
Thu Jan 24 14:08:28 UTC 2008


While we're on the subject of Markdown fixes...

Any chance of getting a fix for this one?:

- Make the "New Item" command respect the current style for lists

Right now, if you have a Markdown list like this:

- foo
- bar
- baz<caret>

pressing 'return' to create a new item adds a '*' before the first
item and creates a new line beginning with '* ':

*- foo
- bar
- baz
* <caret>

The expected behaviour would be:

- foo
- bar
- baz
- <caret>

Thanks in advance : )


-- 
Ale Muñoz
http://sofanaranja.com
http://bomberstudios.com


More information about the textmate mailing list