Commit Graph

12 Commits

Author SHA1 Message Date
Holger Rapp
6a787cdc7b Applied pyformat on entire codebase. 2015-01-20 21:26:03 +01:00
Holger Rapp
e4f2e34fc6 Remove tool that converts snipMate snippets. As support is now build into ultisnips, this is no longer needed. 2014-04-30 07:10:39 +02:00
Holger Rapp
54d917ddd4 Fixes and improvements to snipmate conversion util by Steve McKinney 2012-11-24 10:32:00 +01:00
Giuseppe Rota
85832c1b25 Fix bug in python snipmate conversion script, to avoid skipping every other snippet 2012-02-06 10:21:38 +01:00
Holger Rapp
2ac5fd419b New conversion script for snipmate snippet files. Work by Phillip Berndt, only whitespace corrections by me 2011-07-17 12:17:23 +02:00
Phillip Berndt
8276ec9b94 Use argparse in the snipmate conversion script, renamed that script to convert_snipmate_snippets, removed the snipmate compatibility code from UltiSnips.vim and placed it into it's own file, fixed a bug where the user's value of g:snips_author was overwritten 2011-07-14 12:24:14 +02:00
Phillip Berndt
281781fcee Added snipmate's Filename() helper to UltiSnips.vim 2011-07-13 14:19:17 +02:00
Phillip Berndt
2060e06e7c Added a script for automated snipmate → UltiSnips snippet conversion 2011-07-13 14:07:44 +02:00
Daniel Hahler
d47f28f4db Improve get_tm_snippets.py script:
- add support for importing from local directory via two
	  arguments: "dir/path" and "name"
	- add support for variable translation by fixed map
	- remove decode+encode from unescape(); this did not work with some
	  string from the php.tmbundle
	- handle ElementTree.ParseError
2011-03-07 23:53:21 +01:00
Holger Rapp
1aa73e8306 Fixed a small bug while printing out non ascii chars 2009-07-30 20:03:56 +02:00
Holger Rapp
11c20ee093 Beefed converter script a bit. Still an ugly hack. Imported HTML and CSS snippets from Textmate 2009-07-19 22:53:25 +02:00
Holger Rapp
9adaccabf1 Added a very basic fetching utility that fetches TextMate Bundle Snippets from the TextMate site and writes out a file that is compatible with us. Also added a new critical feature/bug that needs fixing: Tabstops in Default Text of Tabstops 2009-07-07 09:41:09 +02:00