1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-09-28 17:02:17 +02:00
joe-syntax/md.jsf
Christian Nicolai b657c3c74b Added jsf for Markdown
And by the way: plain text should be augmented!
2011-07-31 23:41:28 +02:00

34 lines
439 B
Plaintext

# JOE syntax highlight file for Markdown
# And yes, this *is* a joke :p
# bold parsing is not that perfect since this works: **bold__
=Idle
=Bold bold
:idle Idle
* idle
"\\" slash
"*_" maybe_bold1
# do escaping of *_
:slash Idle
* idle
"*_" idle
:maybe_bold1 Idle
* idle noeat
"*_" bold recolor=-2
:bold Bold
* bold
"*_" maybe_end_bold
:maybe_end_bold Bold
* bold
"*_" end_bold
:end_bold Bold
* idle noeat