Skip to content

Commit 00eff6e

Browse files
committed
Fix XML attrbute highlighting.
1 parent 56c67ce commit 00eff6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/templates/alabaster.pebble

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@
447447
<value>
448448
{% block "string" %}
449449
{% if bg %}
450+
<option name="FOREGROUND" value="{{ text }}" />
450451
<option name="BACKGROUND" value="{{ light ? "e5fad7" : "95CB82" }}" />
451452
{% else %}
452453
<option name="FOREGROUND" value="{{ light ? "448c27" : "95CB82" }}" />

0 commit comments

Comments
 (0)