mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 12:54:23 +01:00
improved the md a bit
This commit is contained in:
parent
4a1824f217
commit
685fcbb268
6
md.jsf
6
md.jsf
@ -5,6 +5,7 @@
|
|||||||
# bold parsing is not that perfect since this works: **bold__
|
# bold parsing is not that perfect since this works: **bold__
|
||||||
|
|
||||||
=Idle
|
=Idle
|
||||||
|
=Tag fg_030
|
||||||
=Escape bold
|
=Escape bold
|
||||||
=Bad bold red
|
=Bad bold red
|
||||||
|
|
||||||
@ -12,9 +13,14 @@
|
|||||||
|
|
||||||
:idle Idle
|
:idle Idle
|
||||||
* idle
|
* idle
|
||||||
|
"<" tag recolor=-1
|
||||||
"\\" escape recolor=-1
|
"\\" escape recolor=-1
|
||||||
"*_" maybe_bold1
|
"*_" maybe_bold1
|
||||||
|
|
||||||
|
:tag Tag
|
||||||
|
* idle
|
||||||
|
"a-z0-9 /" tag
|
||||||
|
">" idle
|
||||||
# do escaping of *_ and so on
|
# do escaping of *_ and so on
|
||||||
:escape Escape
|
:escape Escape
|
||||||
* idle
|
* idle
|
||||||
|
Loading…
Reference in New Issue
Block a user