Skip to content

Commit aa8ce29

Browse files
author
tildebyte
committed
Change Processing conversion build to select from *.pde instead of *.java
1 parent dd6301b commit aa8ce29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

processing-py.sublime-build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
{
3030
"name": "OSX Convert PDE",
3131
"shell_cmd": "python /Users/quaestor/Dropbox/stuff/code/Processing-py/pde2py.py \"$file\" foo",
32-
"selector": "source.java"
32+
"selector": "source.pde"
3333
},
3434
{
3535
"name": "Convert PDE",
3636
"shell_cmd": "python C:\\Users\\IBM_ADMIN\\Dropbox\\stuff\\code\\Processing-py\\pde2py.py --force \"$file_path\" \"$file_path\\..\\python\"",
37-
"selector": "source.java"
37+
"selector": "source.pde"
3838
}
3939
]
4040
}

0 commit comments

Comments
 (0)