feature: allow user to control whether or not to enable syntax highlighting in DiffView.

This commit is contained in:
leo 2024-03-20 20:17:20 +08:00
parent 8fc25e312d
commit 635db8b3b3
9 changed files with 123 additions and 11 deletions

View file

@ -1284,6 +1284,15 @@ namespace SourceGit.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Syntax Highlighting.
/// </summary>
public static string Text_Diff_SyntaxHighlight {
get {
return ResourceManager.GetString("Text.Diff.SyntaxHighlight", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open With Merge Tool.
/// </summary>