Re: [O] Javascript syntax highlighting?

2015-05-25 Thread Peter Davis
David Engster writes: > Peter Davis writes: >> On 5/25/15 10:44 AM, David Engster wrote: >>> Peter Davis writes: #+BEGIN_SRC Javascript >>> Don't capitalize, use 'javascript'. >> Thanks, David. >> >> That doesn't appear to make any difference. Neither does "js". > > Do you mean you don't see

Re: [O] Javascript syntax highlighting?

2015-05-25 Thread David Engster
Peter Davis writes: > On 5/25/15 10:44 AM, David Engster wrote: >> Peter Davis writes: >>> #+BEGIN_SRC Javascript >> Don't capitalize, use 'javascript'. > Thanks, David. > > That doesn't appear to make any difference. Neither does "js". Do you mean you don't see any highlighting in Emacs, or only

Re: [O] Javascript syntax highlighting?

2015-05-25 Thread Peter Davis
On 5/25/15 10:44 AM, David Engster wrote: Peter Davis writes: #+BEGIN_SRC Javascript Don't capitalize, use 'javascript'. Thanks, David. That doesn't appear to make any difference. Neither does "js". Thanks, -pd -- Peter Davis The Tech Curmudgeon http://www.techcurmudgeon.com

Re: [O] Javascript syntax highlighting?

2015-05-25 Thread Tory S. Anderson
I use somethign similar for blogs I write in orgmode. In my case, it depends on having a server-side library for syntax highlighting: I use google-code-prettify[1] on the server side and then just paste the exported code from orgmode, and it works for me. Peter Davis writes: > If I edit a Ja

Re: [O] Javascript syntax highlighting?

2015-05-25 Thread David Engster
Peter Davis writes: > #+BEGIN_SRC Javascript Don't capitalize, use 'javascript'. -David