1
0
mirror of https://github.com/gryf/.vim.git synced 2026-05-03 01:40:54 +02:00

Added different CSS syntax

This commit is contained in:
2014-02-02 14:17:35 +01:00
parent 3554da050a
commit 000efbfe9b
5 changed files with 24 additions and 608 deletions
+4
View File
@@ -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"