Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit d91d293

Browse files
committed
Highlighting for "Function" type.
1 parent e2d13c7 commit d91d293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App/AssemblyInfo1.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
#if (DEBUG)
3434
[assembly: AssemblyVersion("1.13.*")]
3535
#else
36-
[assembly: AssemblyVersion("1.3.4.4")]
36+
[assembly: AssemblyVersion("1.3.4.5")]
3737
#endif

UI/Components/EditorElementHighlighter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public HighlightingRuleSet MainRuleSet
138138
rs.Rules.Add(new HighlightingRule //value types
139139
{
140140
Regex = RegexKeywordsHelper.GetRegexFromKeywords(new[]
141-
{"bool", "char", "float", "int", "void", "any", "Handle"}),
141+
{"bool", "char", "float", "int", "void", "any", "Handle", "Function"}),
142142
Color = new HighlightingColor
143143
{Foreground = new SimpleHighlightingBrush(Program.OptionsObject.SH_Types)}
144144
});

0 commit comments

Comments
 (0)