IU-2023.1.2 <aiko@laptop.aiko.sh Update filetypes.xml Create settingsSync.xml, applicationLibraries.xml

This commit is contained in:
Aiko Mastboom 2023-05-20 10:49:30 +02:00
parent f8caa45500
commit 7cc51a46b3
3 changed files with 1522 additions and 3 deletions

1513
applicationLibraries.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,12 +6,12 @@
<mapping ext="aiko" type="AUTO_DETECTED" />
<mapping pattern=".dockerignore" type="GitIgnore file" />
<mapping ext="heex" type="Live Embedded Elixir" />
<mapping ext="livemd" type="Markdown" />
<mapping ext="tid" type="Markdown" />
<mapping ext="livemd" type="Markdown" />
<mapping pattern="gemfile.lock" type="PLAIN_TEXT" />
<mapping ext="plist" type="PLAIN_TEXT" />
<mapping ext="prj" type="PLAIN_TEXT" />
<mapping ext="orig" type="PLAIN_TEXT" />
<mapping ext="prj" type="PLAIN_TEXT" />
<mapping ext="plist" type="PLAIN_TEXT" />
<mapping pattern="setenv*" type="Shell Script" />
<mapping pattern="elixir" type="Shell Script" />
<mapping pattern="ssh" type="Shell Script" />
@ -22,6 +22,7 @@
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="snakefile" approved="true" type="textmate" />
<removed_mapping pattern=".dockerignore" approved="true" type="DockerIgnore file" />
<removed_mapping pattern="setenv" approved="true" type="JSHELL" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="space.kts" type="Kotlin" />

5
settingsSync.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="SettingsSyncSettings">
<option name="migrationFromOldStorageChecked" value="true" />
</component>
</application>