IU-2021.3.1 <aiko@pro.local Update laf.xml, filetypes.xml

This commit is contained in:
Aiko Mastboom 2022-01-13 15:47:51 +01:00
parent a128cb21d3
commit f63c9e9699
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,6 @@
<mapping pattern="setenv" type="AUTO_DETECTED" /> <mapping pattern="setenv" type="AUTO_DETECTED" />
<mapping ext="aiko" type="AUTO_DETECTED" /> <mapping ext="aiko" type="AUTO_DETECTED" />
<mapping pattern=".dockerignore" type="GitIgnore file" /> <mapping pattern=".dockerignore" type="GitIgnore file" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="space.kts" type="Kotlin" />
<mapping ext="heex" type="Live Embedded Elixir" /> <mapping ext="heex" type="Live Embedded Elixir" />
<mapping pattern="gemfile.lock" type="PLAIN_TEXT" /> <mapping pattern="gemfile.lock" type="PLAIN_TEXT" />
<mapping ext="plist" type="PLAIN_TEXT" /> <mapping ext="plist" type="PLAIN_TEXT" />
@ -21,6 +19,8 @@
<removed_mapping ext="makefile" approved="true" type="textmate" /> <removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="snakefile" approved="true" type="textmate" /> <removed_mapping ext="snakefile" approved="true" type="textmate" />
<removed_mapping pattern="setenv" approved="true" type="JSHELL" /> <removed_mapping pattern="setenv" approved="true" type="JSHELL" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="space.kts" type="Kotlin" />
</extensionMap> </extensionMap>
</component> </component>
</application> </application>

View File

@ -1,5 +1,5 @@
<application> <application>
<component name="LafManager" autodetect="true"> <component name="LafManager" autodetect="true">
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" /> <laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" themeId="JetBrainsLightTheme" />
</component> </component>
</application> </application>