From 339b7aff55419dda10603aca98368c6785e604a5 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Mon, 27 Jan 2020 16:53:44 -0800 Subject: [PATCH] Map Roslyn's Control Keyword classification to Keyword(Jump) --- .../MonoDevelop.TextEditor/ThemeToClassification.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/ThemeToClassification.cs b/main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/ThemeToClassification.cs index 527f566c179..ba1b500ce66 100644 --- a/main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/ThemeToClassification.cs +++ b/main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/ThemeToClassification.cs @@ -123,6 +123,7 @@ public void Dispose () ("Comment", "Comment"), ("Excluded Code", "Excluded Code"), ("Keyword", "Keyword"), + ("keyword - control", "Keyword (Jump)"), ("Preprocessor Keyword", "Preprocessor"), ("Operator", "Keyword(Operator)"), ("Literal", "Number"),