Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2019-07-17 14:06:49 +0300
committerGitHub <noreply@github.com>2019-07-17 14:06:49 +0300
commit0450efad0b758b275e82821a6770a4dc9d5431ff (patch)
tree2a0395eb46679e22f94602a5205a22fa764ec084
parent53c924527478885a7242bd8ab3de33e929f61e96 (diff)
parent28bf24ecbaafd08992a3449ec7c0f9862fb3b438 (diff)
Merge pull request #8212 from mono/newWeb
New WebEditors
-rw-r--r--main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/ThemeToClassification.cs16
1 files changed, 15 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/ThemeToClassification.cs b/main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/ThemeToClassification.cs
index 086a4bf2e3..e9e9afa34e 100644
--- a/main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/ThemeToClassification.cs
+++ b/main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/ThemeToClassification.cs
@@ -153,7 +153,21 @@ namespace MonoDevelop.TextEditor
("add word", ""),
("bracehighlight", ""),
("BraceCompletionClosingBrace", ""),
- ("outlining.collapsehintadornment.background", "" )
+ ("outlining.collapsehintadornment.background", "" ),
+ ("CSS Comment", "CSS Comment"),
+ ("CSS Property Name", "CSS Property Name"),
+ ("CSS Property Value", "CSS Property Value"),
+ ("CSS Selector", "CSS Selector"),
+ ("CSS String Value", "CSS String Value"),
+ ("CSS Keyword", "CSS Keyword"),
+ ("HTML Attribute Name", "HTML Attribute Name"),
+ ("HTML Attribute Value", "HTML Attribute Value"),
+ ("HTML Comment", "HTML Comment"),
+ ("HTML Element Name", "HTML Element Name"),
+ ("HTML Entity", "HTML Entity"),
+ ("HTML Operator", "HTML Operator"),
+ ("HTML Server-Side Script", "HTML Server-Side Script"),
+ ("HTML Tag Delimiter", "HTML Tag Delimiter"),
};
void UpdateEditorFormatMap (object sender, EventArgs args)