mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-25 10:15:45 +02:00
14 lines
452 B
XML
14 lines
452 B
XML
<!--
|
|
~ Copyright 2003-2023 The IdeaVim authors
|
|
~
|
|
~ Use of this source code is governed by an MIT-style
|
|
~ license that can be found in the LICENSE.txt file or at
|
|
~ https://opensource.org/licenses/MIT.
|
|
-->
|
|
|
|
<idea-plugin>
|
|
<projectListeners>
|
|
<listener class="com.maddyhome.idea.vim.listener.AppCodeTemplates$ActionListener"
|
|
topic="com.intellij.openapi.actionSystem.ex.AnActionListener"/>
|
|
</projectListeners>
|
|
</idea-plugin> |