Skip to content

Commit

Permalink
tweaking pygmentize coloring.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Aug 14, 2011
1 parent 1df1451 commit 49a55aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Compile and Display JS.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
function highlight {
test `which pygmentize`
if [[ $? -eq 0 ]]; then
pygmentize -Onoclasses,nobackground=True,linenos=1 -l js -f html
pygmentize -Onoclasses,nobackground=True,style=autumn -l js -f html
else
pre
fi
Expand Down

4 comments on commit 49a55aa

@mackuba
Copy link

@mackuba mackuba commented on 49a55aa Oct 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, was the removing of line numbers intentional?...

@jashkenas
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. I mainly use this for demo/talk purposes.

@mackuba
Copy link

@mackuba mackuba commented on 49a55aa Oct 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I don't see the line numbers even if I change this back - am I doing something wrong?

@mackuba
Copy link

@mackuba mackuba commented on 49a55aa Oct 3, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.