Kate syntax xml for Pandoc #641
JLPLabs
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Don't forget to let us know when you publish you blog series! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a blog series covering my experiences with Teal and Cyan.
To keep it simple I'm using these tools:
To enable syntax-colored code blocks I needed to create tools that Pandoc recognizes:
MY GOAL was an extremely sparse markup. You will see that the only coloring is:
So, attached are:
FUN TO NOTE: 'record' and 'enum' are valid identifiers in Teal. Most (all?) of the editors I looked at that can handle Teal syntax coloring CAN NOT handle 'record' or 'enum' as identifiers. And they kind of lose their minds for a little bit, before recovering.
My parser can handle these. See lines 11 and 14, below, for example.
xml_and_themes.zip
Beta Was this translation helpful? Give feedback.
All reactions