mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
13 lines
661 B
XML
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>
|