Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
Fixed #57
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Mar 21, 2015
1 parent ffcf0eb commit 82e6eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/com/welovecoding/nbeditorconfig/layer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<folder name="x-editorconfig">
<attr name="SystemFileSystem.localizingBundle" stringvalue="com.welovecoding.nbeditorconfig.Bundle"/>
<file name="language.instance">
<attr name="instanceCreate" methodvalue="com.welovecoding.netbeans.plugin.editorconfig.editor.api.lexer.ECTokenId.language"/>
<attr name="instanceCreate" methodvalue="com.welovecoding.nbeditorconfig.editor.api.lexer.ECTokenId.language"/>
<attr name="instanceOf" stringvalue="org.netbeans.api.lexer.Language"/>
</file>
<folder name="CodeTemplates">
Expand All @@ -21,7 +21,7 @@
<folder name="Defaults">
<file name="FontAndColors.xml" url="FontAndColors.xml">
<attr name="SystemFileSystem.localizingBundle" stringvalue="com.welovecoding.nbeditorconfig.Bundle"/>
</file>
</file>
</folder>
</folder>
</folder>
Expand Down

0 comments on commit 82e6eeb

Please sign in to comment.