Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 2f84668

Browse files
committed
move to lt.plugins.python, inc to 0.0.2
Signed-off-by: Chris Granger <[email protected]>
1 parent c0dad9d commit 2f84668

File tree

4 files changed

+141
-141
lines changed

4 files changed

+141
-141
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Python",
33
"author": "Kodowa",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"source": "https://github.com/LightTable/Python",
66
"desc": "Python language plugin for Light Table",
77
"dependencies": {

python.behaviors

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{:+ {: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
1212
[:lt.object/add-tag :watchable]
1313
(:lt.objs.editor/tab-settings false 4 4)]
1414
: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

Comments
 (0)