Skip to content

Commit d5f28d0

Browse files
committed
Removed injected language block highlighting.
1 parent 4e2e3e5 commit d5f28d0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

resources/META-INF/plugin.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
<idea-plugin>
22
<id>com.samdark.intellij-visual-studio-code-dark-plus</id>
33
<name>Visual Studio Code Dark Plus Theme</name>
4-
<version>1.4</version>
4+
<version>1.5</version>
55
<vendor email="[email protected]" url="https://rmcreative.ru">Alexander Makarov</vendor>
66

77
<description><![CDATA[
88
Dark theme inspired by Visual Studio Code Dark Plus
99
]]></description>
1010

1111
<change-notes><![CDATA[
12+
<b>1.5</b>
13+
<ul>
14+
<li>Removed injected language block highlighting.</li>
15+
</ul>
16+
1217
<b>1.4</b>
1318
<ul>
1419
<li>Adjusted minimal version of IDEA to match the one themes were introduced.</li>

resources/visual_studio_code_dark_plus.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<property name="created">2019-04-17T20:42:50</property>
44
<property name="ide">PhpStorm</property>
55
<property name="ideVersion">2019.1.1.0.0</property>
6-
<property name="modified">2019-04-14T16:30:15</property>
6+
<property name="modified">2019-04-18T19:41:22</property>
77
<property name="originalScheme">Visual Studio Code Dark Plus</property>
88
</metaInfo>
99
<colors>
@@ -297,6 +297,9 @@
297297
<option name="EFFECT_TYPE" value="1" />
298298
</value>
299299
</option>
300+
<option name="INJECTED_LANGUAGE_FRAGMENT">
301+
<value />
302+
</option>
300303
<option name="JS.PARAMETER">
301304
<value>
302305
<option name="FOREGROUND" value="9cdcfe" />

0 commit comments

Comments
 (0)