Skip to content

An fast, embeddable WPF control which displays F# Source Code with syntax highlighting

License

Notifications You must be signed in to change notification settings

deviousasti/fsharp-highlighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FSharp.Highlighting

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.

Usage

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" />

What it looks like

img

Dependencies

  • WindowsBase
  • FCS 38

About

An fast, embeddable WPF control which displays F# Source Code with syntax highlighting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages