Basic Syntax highlighting, added CodeTextBox to MainWindow to test it.
This commit is contained in:
13
Befunge/Editor/CharStyles/ITextStyler.cs
Normal file
13
Befunge/Editor/CharStyles/ITextStyler.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Documents;
|
||||
|
||||
namespace Befunge.Editor.CharStyles
|
||||
{
|
||||
public interface ITextStyler
|
||||
{
|
||||
IEnumerable<Run> StyledString(string input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user