dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
Highlighter.highlightSyntax
dil
Highlighter
Highlighter
Highlights the syntax in a source file.
void
highlightSyntax
(
cstring
filePath
,
bool
printHTML
,
bool
opt_printLines
)
void
highlightSyntax
(
Module
modul
,
bool
printHTML
,
bool
opt_printLines
)
class
Highlighter
void
highlightSyntax
(
Module
modul
,
bool
printHTML
,
bool
opt_printLines
)
Meta
Source
See Implementation
dil
Highlighter
Highlighter
constructors
this
functions
highlightSyntax
highlightTokens
print
printToken
printf
takeText
static functions
scanEscapeSequences
variables
buffer
cc
tags
Highlights the syntax in a source file.