Browse Source

AI-4.2.2 <TheoryOfNekomata@VALHALLA Merge branch 'master'

Conflicts:
	filetypes.xml
master
TheoryOfNekomata 2 years ago
parent
commit
08a981438d
2 changed files with 16 additions and 5 deletions
  1. +12
    -1
      filetypes.xml
  2. +4
    -4
      pluginAdvertiser.xml

+ 12
- 1
filetypes.xml View File

@@ -1,8 +1,19 @@
<application>
<component name="FileTypeManager" version="17">
<component name="FileTypeManager" version="18">
<extensionMap>
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="babelrc" type="JSON" />
<mapping ext="sequelizerc" type="JavaScript" />
<mapping pattern="LICENSE" type="PLAIN_TEXT" />
<mapping pattern=".gitkeep" type="PLAIN_TEXT" />
<mapping pattern=".gitmessage" type="PLAIN_TEXT" />
<mapping pattern=".browserslistrc" type="PLAIN_TEXT" />
<removed_mapping ext="csv" approved="true" type="CSV" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="mdx" approved="true" type="Markdown" />
<removed_mapping pattern=".browserslistrc" approved="true" type="JSON" />
<removed_mapping pattern=".sequelizerc" approved="true" type="JSON" />
</extensionMap>
</component>
</application>

+ 4
- 4
pluginAdvertiser.xml View File

@@ -69,7 +69,7 @@
</entry>
<entry key="DatabaseScript">
<value>
<FeaturePluginData displayName="Database Script" pluginName="Database Tools and SQL" pluginId="com.intellij.database" bundled="true" />
<FeaturePluginData displayName="Database Script" pluginName="Database Tools and SQL for WebStorm" pluginId="com.intellij.database" />
</value>
</entry>
<entry key="ErlangApplicationRunConfiguration">
@@ -144,7 +144,7 @@
</entry>
<entry key="MAKEFILE_TARGET_RUN_CONFIGURATION">
<value>
<FeaturePluginData displayName="Makefile Target" pluginName="Makefile Language" pluginId="name.kropp.intellij.makefile" bundled="true" />
<FeaturePluginData displayName="Makefile Target" pluginName="Makefile Language" pluginId="name.kropp.intellij.makefile" />
</value>
</entry>
<entry key="MixESpecRunConfigurationType">
@@ -214,7 +214,7 @@
</entry>
<entry key="TSqltConfigurationType">
<value>
<FeaturePluginData displayName="tSQLt Test" pluginName="Database Tools and SQL" pluginId="com.intellij.database" bundled="true" />
<FeaturePluginData displayName="tSQLt Test" pluginName="Database Tools and SQL for WebStorm" pluginId="com.intellij.database" />
</value>
</entry>
<entry key="Tox">
@@ -224,7 +224,7 @@
</entry>
<entry key="UtPlSqlConfigurationType">
<value>
<FeaturePluginData displayName="utPLSQL Test" pluginName="Database Tools and SQL" pluginId="com.intellij.database" bundled="true" />
<FeaturePluginData displayName="utPLSQL Test" pluginName="Database Tools and SQL for WebStorm" pluginId="com.intellij.database" />
</value>
</entry>
<entry key="WasmPackCommandRunConfiguration">


Loading…
Cancel
Save