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

Commit 1c0b7da

Browse files
committed
fix pathing on windows. closes #16
Signed-off-by: Chris Granger <[email protected]>
1 parent ada55f1 commit 1c0b7da

File tree

6 files changed

+176
-147
lines changed

6 files changed

+176
-147
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
##Changes
22

3+
###0.0.5
4+
5+
* FIX: pathing issues on windows
6+
* FIX: remove the preset indentation, so that people can override at a global level.
7+
8+
###0.0.4
9+
10+
* UPDATE: latest CodeMirror python mode
11+
312
###0.0.3
413

514
* FIX: ipython connections in Python 3

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.4",
4+
"version": "0.0.5",
55
"source": "https://github.com/LightTable/Python",
66
"desc": "Python language plugin for Light Table",
77
"dependencies": {

python.behaviors

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
:lt.plugins.python/python-watch
1010
:lt.plugins.python/python-image
1111
:lt.plugins.python/watch-src
12-
[:lt.object/add-tag :watchable]
13-
(:lt.objs.editor/tab-settings false 4 4)]
12+
[:lt.object/add-tag :watchable]]
1413
:files [(:lt.objs.files/file-types [{:name "Python" :exts [:py :pyw] :mime "text/x-python" :tags [:editor.python]}])]
1514
:python.lang [:lt.plugins.python/eval! :lt.plugins.python/connect]}}

0 commit comments

Comments
 (0)