Wiki

Changes between Version 2 and Version 3 of PygmentsHighlighter

Show
Ignore:
Timestamp:
12/17/09 23:59:36 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PygmentsHighlighter

    v2 v3  
    22 
    33= Getting started with Pygments = 
    4 The most common scenario for using Pygments is converting source code to HTML. Cobra provides this support using the CobraLexer found in the dotnet.py file. dotnet.py is attached to this page.  
     4The most common scenario for using Pygments is converting source code to HTML. Cobra provides this support using the !CobraLexer found in the dotnet.py file. dotnet.py is attached to this page.  
    55 
    66If you already have Pygments installed skip to the next paragraph, else install Pygments using one of the ways mentioned on the [http://pygments.org/download/ Pygments download page]. 
     
    2727By default the Cobra lexer will set the tabsize to 4 per Cobra public guidelines. 
    2828 
    29 How do I list all the available styles and output formats? How do I change the input/output encoding? For these and other questions consult the [http://pygments.org/docs/cmdline/ Pygments command line help] web page. 
     29How do you list all the available styles and output formats? How do you change the input/output encoding? For these and other questions consult the [http://pygments.org/docs/cmdline/ Pygments command line help] web page. 
     30 
     31= See Also = 
     32 
     33 * http://bitbucket.org/webnov8/cobra-for-pygments/ 
     34 * EditorSupport 
     35 * RelatedProjects