Re: Perl Syntax Highlighting working for .pm, but not .pl extensions

2014-09-24 Thread Steve
Upgrading Pygments to 1.6 fixed the problem. --Steve On Thursday, August 28, 2014 2:25:51 PM UTC-7, Steve wrote: > > Knowing it should work helps. The .pl files I'm looking at are smaller > than the .pm files that work, so I'm going to rule out file size as the > cause. I'll try to isolate th

Re: Perl Syntax Highlighting working for .pm, but not .pl extensions

2014-08-28 Thread Steve
Knowing it should work helps. The .pl files I'm looking at are smaller than the .pm files that work, so I'm going to rule out file size as the cause. I'll try to isolate the problem some more. Thanks --Steve On Thursday, August 28, 2014 2:01:21 PM UTC-7, David Trowbridge wrote: > > Steve, >

Re: Perl Syntax Highlighting working for .pm, but not .pl extensions

2014-08-28 Thread David Trowbridge
Steve, It should work. We apply syntax highlighting based only on the file extension, but I'm sure that pygments thinks that '.pl' is a perl file. The one thing that you might be hitting is that we disable syntax highlighting for very large files, because it can take a very long time otherwise. -