forked from LightTable/Python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython.behaviors
14 lines (14 loc) · 887 Bytes
/
python.behaviors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:+ {:app [(:lt.objs.plugins/load-js ["codemirror/python.js" "python_compiled.js"])]
:clients [:lt.plugins.python/ipython-error
:lt.plugins.python/pyzmq-error]
:editor.python [:lt.plugins.python/python-exception :lt.plugins.python/on-eval
:lt.plugins.python/on-eval.one
:lt.plugins.python/python-result
:lt.plugins.python/python-success
:lt.plugins.python/python-printer
:lt.plugins.python/python-watch
:lt.plugins.python/python-image
:lt.plugins.python/watch-src
[:lt.object/add-tag :watchable]]
:files [(:lt.objs.files/file-types [{:name "Python" :exts [:py :pyw] :mime "text/x-python" :tags [:editor.python]}])]
:python.lang [:lt.plugins.python/eval! :lt.plugins.python/connect]}}