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