From d7d2b4c4c5e996dcf847af57b69b45491484f278 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Sat, 28 Jul 2018 08:18:59 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Much=20better=20HTML?= =?UTF-8?q?=20Syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/html.html | 38 +++++++++++------------- themes/shades-of-purple-color-theme.json | 20 ++++++++++++- 2 files changed, 36 insertions(+), 22 deletions(-) diff --git a/demo/html.html b/demo/html.html index ef56f2c..5776ecb 100644 --- a/demo/html.html +++ b/demo/html.html @@ -1,25 +1,21 @@ - + + + + + + Demo HTML Doc + + +
+
- - - - - Demo HTML Doc - - - -
- -
- -

This theme is cool.

- - - + +

💜 Shades of Purple is cool.

+ + diff --git a/themes/shades-of-purple-color-theme.json b/themes/shades-of-purple-color-theme.json index d51c16e..1b3adb9 100644 --- a/themes/shades-of-purple-color-theme.json +++ b/themes/shades-of-purple-color-theme.json @@ -532,7 +532,25 @@ }, { "name": "[HTML] - Color for Entity Name", - "scope": "text.html.basic entity.name", + "scope": [ + "text.html.basic entity.name", + "punctuation.definition.tag.html", + "entity.name.tag.inline.any.html", + "meta.tag.other.html", + "meta.tag.inline.any.html", + "punctuation.definition.tag.begin.html", + "punctuation.definition.tag.end.html", + "entity.name.tag", + "meta.tag.other.html", + "meta.tag.other.js", + "meta.tag.other.tsx", + "entity.name.tag.tsx", + "entity.name.tag.js", + "entity.name.tag", + "meta.tag.js", + "meta.tag.tsx", + "meta.tag.html" + ], "settings": { "foreground": "#9effff" }