Skip to content

Commit 2d3a094

Browse files
committed
feat: bind new patterns
1 parent d762a2e commit 2d3a094

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<vendor email="[email protected]" url="https://github.com/xepozz">Dmitrii Derepko (@xepozz)</vendor>
66

77
<depends>com.intellij.modules.platform</depends>
8+
<depends>org.jetbrains.plugins.yaml</depends>
89

910
<resource-bundle>messages.ToonBundle</resource-bundle>
1011

@@ -13,6 +14,7 @@
1314
name="TOON file"
1415
implementationClass="com.github.xepozz.toon.language.ToonFileType"
1516
language="TOON"
17+
patterns="*.toon;*.toon.yaml"
1618
extensions="toon"
1719
/>
1820
<lang.parserDefinition

0 commit comments

Comments
 (0)