Changes between Version 2 and Version 3 of PygmentsHighlighter
- Timestamp:
- 12/17/09 23:59:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PygmentsHighlighter
v2 v3 2 2 3 3 = 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.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. 5 5 6 6 If 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]. … … 27 27 By default the Cobra lexer will set the tabsize to 4 per Cobra public guidelines. 28 28 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. 29 How 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