|
1 | 1 | {:+ {:app [(:lt.objs.plugins/load-js ["codemirror/python.js" "python_compiled.js"])] |
2 | | - :clients [:lt.objs.langs.python/ipython-error |
3 | | - :lt.objs.langs.python/pyzmq-error] |
4 | | - :editor.python [:lt.objs.langs.python/python-exception :lt.objs.langs.python/on-eval |
5 | | - :lt.objs.langs.python/on-eval.one |
6 | | - :lt.objs.langs.python/python-result |
7 | | - :lt.objs.langs.python/python-success |
8 | | - :lt.objs.langs.python/python-printer |
9 | | - :lt.objs.langs.python/python-watch |
10 | | - :lt.objs.langs.python/python-image |
11 | | - :lt.objs.langs.python/watch-src |
| 2 | + :clients [:lt.plugins.python/ipython-error |
| 3 | + :lt.plugins.python/pyzmq-error] |
| 4 | + :editor.python [:lt.plugins.python/python-exception :lt.plugins.python/on-eval |
| 5 | + :lt.plugins.python/on-eval.one |
| 6 | + :lt.plugins.python/python-result |
| 7 | + :lt.plugins.python/python-success |
| 8 | + :lt.plugins.python/python-printer |
| 9 | + :lt.plugins.python/python-watch |
| 10 | + :lt.plugins.python/python-image |
| 11 | + :lt.plugins.python/watch-src |
12 | 12 | [:lt.object/add-tag :watchable] |
13 | 13 | (:lt.objs.editor/tab-settings false 4 4)] |
14 | 14 | :files [(:lt.objs.files/file-types [{:name "Python" :exts [:py :pyw] :mime "text/x-python" :tags [:editor.python]}])] |
15 | | - :python.lang [:lt.objs.langs.python/eval! :lt.objs.langs.python/connect]}} |
| 15 | + :python.lang [:lt.plugins.python/eval! :lt.plugins.python/connect]}} |
0 commit comments