Skip to content

Commit

Permalink
refactor: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
furesoft committed Oct 11, 2024
1 parent 66e7b81 commit bb592ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MimaSim/MimaSim/Controls/ProgramEditorControl.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ private void InitializeComponent()

HighlightingManager.Instance.RegisterHighlighting("Custom Highlighting", new string[] { ".cool" }, customHighlighting);

editor.SyntaxHighlighting = HighlightingManager.Instance.GetDefinitionByExtension(".cool");
editor.SyntaxHighlighting = customHighlighting;
}
}

0 comments on commit bb592ed

Please sign in to comment.