mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Added different CSS syntax
This commit is contained in:
@@ -24,6 +24,10 @@ snippet pywin "PyWin debugger"
|
||||
import pywin.debugger; pywin.debugger.set_trace()
|
||||
endsnippet
|
||||
|
||||
snippet winpdb "Winpdb rpdb2 debugger"
|
||||
import rpdb2; rpdb2.start_embedded_debugger("foo")
|
||||
endsnippet
|
||||
|
||||
snippet edbg "Eclipse debbuger"
|
||||
import sys
|
||||
pydevdPath = r"/home/share/data/IDE/eclipse/plugins/org.python.pydev.debug_1.6.5.2011020317/pysrc"
|
||||
|
||||
Reference in New Issue
Block a user