Skip to content

Commit 0df58d6

Browse files
azizkprincemaple
authored andcommitted
Themes: fix: highlight embedded comment punctuation marks
1 parent a9d5664 commit 0df58d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

color-schemes/Mariana.sublime-color-scheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
"foreground": "color(var(white) l(- 30%))"
120120
},
121121
{
122-
"name": "Embedded comment punctuation",
123-
"scope": "comment.block.eex & (punctuation.section.embedded.begin.eex | punctuation.section.embedded.end.eex)",
122+
"name": "Surface comment punctuation",
123+
"scope": "punctuation.definition.comment.begin.surface | punctuation.definition.comment.end.surface",
124124
"foreground": "color(var(white) l(- 30%))"
125125
},
126126
{

color-schemes/Monokai.sublime-color-scheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121
"foreground": "color(var(white) l(- 30%))"
122122
},
123123
{
124-
"name": "Embedded comment punctuation",
125-
"scope": "comment.block.eex & (punctuation.section.embedded.begin.eex | punctuation.section.embedded.end.eex)",
126-
"foreground": "color(var(doc))"
124+
"name": "Surface comment punctuation",
125+
"scope": "punctuation.definition.comment.begin.surface | punctuation.definition.comment.end.surface",
126+
"foreground": "color(var(white) l(- 30%))"
127127
},
128128
{
129129
"name": "SQL boolean",

0 commit comments

Comments
 (0)