Skip to content

Commit

Permalink
Merge pull request #22 from dotbg/issue-3
Browse files Browse the repository at this point in the history
Fixes #3. Replaced com.intellij.modules.java.
  • Loading branch information
HilaG authored Oct 5, 2020
2 parents 181b676 + 05c285b commit a3cec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<idea-version since-build="202.4357.23"/>

<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.java</depends>
<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<fileType name="Makefile" implementationClass="name.kropp.intellij.makefile.MakefileFileType"
Expand Down

0 comments on commit a3cec7d

Please sign in to comment.