joe-syntax/md.jsf

35 lines
469 B
Plaintext
Raw Normal View History

# JOE syntax highlight file for Markdown
# And yes, this *is* a joke :p
# bold parsing is not that perfect since this works: **bold__
=Idle
2011-08-01 19:01:46 +02:00
=Escape bold
=Bold bold
:idle Idle
* idle
2011-08-01 19:01:46 +02:00
"\\" slash recolor=-1
"*_" maybe_bold1
# do escaping of *_
2011-08-01 19:01:46 +02:00
:slash Escape
* idle
"*_" idle
:maybe_bold1 Idle
2011-08-01 11:21:59 +02:00
* idle noeat
"*_" bold recolor=-2
:bold Bold
* bold
"*_" maybe_end_bold
:maybe_end_bold Bold
* bold
"*_" end_bold
:end_bold Bold
2011-08-01 11:21:59 +02:00
* idle noeat