1
0
Fork 0

md: add backtick support

Esse commit está contido em:
Todd Lewis 2018-12-11 17:45:19 -05:00 commit de cn
commit 6b2a3be746
1 arquivos alterados com 19 adições e 0 exclusões

19
md.jsf
Ver arquivo

@ -1,4 +1,5 @@
# JOE syntax highlight file for Markdown
# by Christian Nicolai (http://mycrobase.de)
# And yes, this *is* a joke :p
@ -33,6 +34,7 @@
"\\" escape recolor=-1
"*_" maybe_bold1
"[" maybe_link_desc1
"`" backtick buffer noeat
:headline_prefix Idle
* headline
@ -132,3 +134,20 @@
:link_end Idle
* idle
:backtick Quote
* backtick_body save_s noeat
"`" backtick
:backtick_body Code
* backtick_body
"`" backtick_end_maybe buffer
:backtick_end_maybe Code
* backtick_body strings
"&" backtick_end
done
"`" backtick_end_maybe
:backtick_end Quote
* idle noeat