2011-07-31 23:41:28 +02:00
|
|
|
# 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
|
|
|
|
|
2011-07-31 23:41:28 +02:00
|
|
|
=Bold bold
|
|
|
|
|
|
|
|
:idle Idle
|
|
|
|
* idle
|
2011-08-01 19:35:32 +02:00
|
|
|
"\\" escape recolor=-1
|
2011-07-31 23:41:28 +02:00
|
|
|
"*_" maybe_bold1
|
|
|
|
|
2011-08-01 19:35:32 +02:00
|
|
|
# do escaping of *_ and so on
|
|
|
|
:escape Escape
|
2011-07-31 23:41:28 +02:00
|
|
|
* idle
|
|
|
|
|
|
|
|
:maybe_bold1 Idle
|
2011-08-01 11:21:59 +02:00
|
|
|
* idle noeat
|
|
|
|
"*_" bold recolor=-2
|
2011-07-31 23:41:28 +02:00
|
|
|
|
|
|
|
: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
|