joe-syntax/md.jsf

36 lines
484 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
2011-08-01 19:35:32 +02:00
=Bad bold red
=Bold bold
:idle Idle
* idle
2011-08-01 19:35:32 +02:00
"\\" escape recolor=-1
"*_" maybe_bold1
2011-08-01 19:35:32 +02:00
# do escaping of *_ and so on
:escape Escape
* 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