mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
Extract jupyter language to ``intellij.jupyter.core``. It now has ``jupyter-core.xml`` with language only and ``jupyter-core-view-only.xml`` to be included in community versions. It also provides framework to show jupyter using web applications GitOrigin-RevId: fa80df820adab872768dc28ce567c7a86a2b552d
15 lines
835 B
XML
15 lines
835 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.python.langInjection" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.python.copyright" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.python.terminal" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.python.reStructuredText" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.python.grazie" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.python.markdown" scope="RUNTIME" />
|
|
</component>
|
|
</module>
|