A WPF control which displays F# Source Code with syntax highlighting, for embedding within tools and extensions - so that you don't have to rely on heavyweight editor controls to display some source. That was a run-on sentence.
Embed Highlighter.fs
.
In code, you can create a control instance with:
new FSharp.Highlighting.Highlighter(
SourceText = "let x = 42"
)
or in XAML
<highlighting:Highlighter SourceText = "let x = 42" />
- WindowsBase
- FCS 38