VectSharp 2.6.1
A light library for C# vector graphics
|
Contains methods to perform syntax highlighting. More...
Static Public Member Functions | |
static List< List< FormattedString > > | GetSyntaxHighlightedLines (string sourceCode, string language) |
Performs syntax highlighting for a specified language on some source code. More... | |
Contains methods to perform syntax highlighting.
Definition at line 73 of file SyntaxHighlighting.cs.
|
static |
Performs syntax highlighting for a specified language on some source code.
sourceCode | The source code to be highlighted. |
language | The name of the language to use for the highlighting. |
Definition at line 129 of file SyntaxHighlighting.cs.