public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* adding new syntax highlighting xml in pandoc-1.19.2.1
@ 2017-06-21 10:58 Jeremy Theler
       [not found] ` <1498042711.1710.2.camel-24em0bpozeFWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Theler @ 2017-06-21 10:58 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Hi all

I have been using the method described here

https://analyzethedatanotthedrivel.org/2012/09/20/pandoc-based-j-syntax-highlighting/

to add my xml definitions to pandoc. But now pandoc switched to skylighting
https://github.com/jgm/pandoc/releases/tag/1.19.2  and now I am  having
a hard time getting the new pandoc to find and use my xml.

Any advice on how to re-compile pandoc with a customized xml syntax
highlighting file?

Thanks
--
jeremy theler
www.seamplex.com

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/1498042711.1710.2.camel%40seamplex.com.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: adding new syntax highlighting xml in pandoc-1.19.2.1
       [not found] ` <1498042711.1710.2.camel-24em0bpozeFWk0Htik3J/w@public.gmane.org>
@ 2017-06-21 11:58   ` John MacFarlane
       [not found]     ` <20170621115837.GA31670-BKjuZOBx5Kn2N3qrpRCZGbhGAdq7xJNKhPhL2mjWHbk@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2017-06-21 11:58 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

You're in luck.  This gets much easier in the dev version of
pandoc (to be released eventually as 2.0); you can just use
a command line option --syntax-defintion=FILE.

You might try getting a binary from
pandoc-extras/pandoc-nightly, but be aware that there are
many other changes as well.

+++ Jeremy Theler [Jun 21 17 07:58 ]:
>Hi all
>
>I have been using the method described here
>
>https://analyzethedatanotthedrivel.org/2012/09/20/pandoc-based-j-syntax-highlighting/
>
>to add my xml definitions to pandoc. But now pandoc switched to skylighting
>https://github.com/jgm/pandoc/releases/tag/1.19.2  and now I am  having
>a hard time getting the new pandoc to find and use my xml.
>
>Any advice on how to re-compile pandoc with a customized xml syntax
>highlighting file?
>
>Thanks
>--
>jeremy theler
>www.seamplex.com
>
>-- 
>You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/1498042711.1710.2.camel%40seamplex.com.
>For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20170621115837.GA31670%40Administrateurs-iMac-3.local.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: adding new syntax highlighting xml in pandoc-1.19.2.1
       [not found]     ` <20170621115837.GA31670-BKjuZOBx5Kn2N3qrpRCZGbhGAdq7xJNKhPhL2mjWHbk@public.gmane.org>
@ 2017-06-22  8:21       ` Jeremy Theler
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Theler @ 2017-06-22  8:21 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

It seems I am in luck. It works like a charm!
Looking forward for the new version!

Thanks
--
jeremy theler
www.seamplex.com


On Wed, 2017-06-21 at 13:58 +0200, John MacFarlane wrote:
> You're in luck.  This gets much easier in the dev version of
> pandoc (to be released eventually as 2.0); you can just use
> a command line option --syntax-defintion=FILE.
> 
> You might try getting a binary from
> pandoc-extras/pandoc-nightly, but be aware that there are
> many other changes as well.
> 
> +++ Jeremy Theler [Jun 21 17 07:58 ]:
> > Hi all
> > 
> > I have been using the method described here
> > 
> > https://analyzethedatanotthedrivel.org/2012/09/20/pandoc-based-j-sy
> > ntax-highlighting/
> > 
> > to add my xml definitions to pandoc. But now pandoc switched to
> > skylighting
> > https://github.com/jgm/pandoc/releases/tag/1.19.2  and now I am
> >  having
> > a hard time getting the new pandoc to find and use my xml.
> > 
> > Any advice on how to re-compile pandoc with a customized xml syntax
> > highlighting file?
> > 
> > Thanks
> > --
> > jeremy theler
> > www.seamplex.com
> > 
> > -- 
> > You received this message because you are subscribed to the Google
> > Groups "pandoc-discuss" group.
> > To unsubscribe from this group and stop receiving emails from it,
> > send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To post to this group, send email to pandoc-discuss-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.org
> > m.
> > To view this discussion on the web visit https://groups.google.com/
> > d/msgid/pandoc-discuss/1498042711.1710.2.camel%40seamplex.com.
> > For more options, visit https://groups.google.com/d/optout.
> 
> 

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/1498119695.2364.0.camel%40seamplex.com.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-22  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21 10:58 adding new syntax highlighting xml in pandoc-1.19.2.1 Jeremy Theler
     [not found] ` <1498042711.1710.2.camel-24em0bpozeFWk0Htik3J/w@public.gmane.org>
2017-06-21 11:58   ` John MacFarlane
     [not found]     ` <20170621115837.GA31670-BKjuZOBx5Kn2N3qrpRCZGbhGAdq7xJNKhPhL2mjWHbk@public.gmane.org>
2017-06-22  8:21       ` Jeremy Theler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).