Skip to content

Commit

Permalink
feat(plugin): add proto module to plugin.xml #122
Browse files Browse the repository at this point in the history
Adds the "com.phodal.shirelang.proto" module to the plugin configuration, enabling support for protocol buffers within the plugin ecosystem.
  • Loading branch information
phodal committed Nov 2, 2024
1 parent e614ced commit 28f9bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<module name="com.phodal.shirelang.kotlin"/>
<module name="com.phodal.shirelang.go"/>
<module name="com.phodal.shirelang.markdown"/>
<module name="com.phodal.shirelang.proto"/>

<!-- <module name="com.phodal.shire.json"/>-->

Expand Down

0 comments on commit 28f9bdb

Please sign in to comment.