Files
openide/jupyter/viewOnly/resources/intellij.jupyter.viewOnly.xml
2024-07-12 21:36:25 +00:00

13 lines
661 B
XML

<!-- Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<idea-plugin package="com.intellij.jupyter.viewOnly">
<dependencies>
<module name="intellij.notebooks.jupyter.core"/>
</dependencies>
<extensions defaultExtensionNs="com.intellij">
<httpRequestHandler id="jupyter-view-only" implementation="com.intellij.jupyter.viewOnly.JupyterViewOnlyHandler"/>
<fileEditorProvider id="jupyter-view-only-provider" implementation="com.intellij.jupyter.viewOnly.JupyterViewOnlyProvider"
fileType="Jupyter"/>
</extensions>
</idea-plugin>