瀏覽代碼

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

Conflicts:
	filetypes.xml
master
TheoryOfNekomata 3 年之前
父節點
當前提交
08a981438d
共有 2 個檔案被更改,包括 16 行新增5 行删除
  1. +12
    -1
      filetypes.xml
  2. +4
    -4
      pluginAdvertiser.xml

+ 12
- 1
filetypes.xml 查看文件

@@ -1,8 +1,19 @@
<application> <application>
<component name="FileTypeManager" version="17">
<component name="FileTypeManager" version="18">
<extensionMap> <extensionMap>
<mapping ext="gradle.kts" type="Kotlin" /> <mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.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> </extensionMap>
</component> </component>
</application> </application>

+ 4
- 4
pluginAdvertiser.xml 查看文件

@@ -69,7 +69,7 @@
</entry> </entry>
<entry key="DatabaseScript"> <entry key="DatabaseScript">
<value> <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> </value>
</entry> </entry>
<entry key="ErlangApplicationRunConfiguration"> <entry key="ErlangApplicationRunConfiguration">
@@ -144,7 +144,7 @@
</entry> </entry>
<entry key="MAKEFILE_TARGET_RUN_CONFIGURATION"> <entry key="MAKEFILE_TARGET_RUN_CONFIGURATION">
<value> <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> </value>
</entry> </entry>
<entry key="MixESpecRunConfigurationType"> <entry key="MixESpecRunConfigurationType">
@@ -214,7 +214,7 @@
</entry> </entry>
<entry key="TSqltConfigurationType"> <entry key="TSqltConfigurationType">
<value> <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> </value>
</entry> </entry>
<entry key="Tox"> <entry key="Tox">
@@ -224,7 +224,7 @@
</entry> </entry>
<entry key="UtPlSqlConfigurationType"> <entry key="UtPlSqlConfigurationType">
<value> <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> </value>
</entry> </entry>
<entry key="WasmPackCommandRunConfiguration"> <entry key="WasmPackCommandRunConfiguration">


Loading…
取消
儲存