Fixed compatibility with older IntelliJ versions. Minimum version now 2019.3.5, though. Converted a few missing files from Java to Kotlin.

This commit is contained in:
2021-07-20 14:25:41 +02:00
parent 25245bea10
commit 3319fc1c45
9 changed files with 62 additions and 107 deletions
+2 -2
View File
@@ -5,11 +5,11 @@
</vendor>
<description><![CDATA[
MC68000-asm-plugin is a plugin to add language support for Motorola 68000 assembly language files.
MC68000 Assembly Language Plugin adds language support for Motorola 68000 (M68k) assembly language files.
<p>
<a href="https://github.com/chrisly42/mc68000-asm-plugin/blob/main/README.md">Full documentation here...</a>
]]></description>
<idea-version since-build="192.4205.45"/>
<idea-version since-build="193.7288.26"/>
<depends>com.intellij.modules.lang</depends>