Commit Graph

134 Commits

Author SHA1 Message Date
Nick Janetakis
506d5a3728 Extend html in eruby 2014-07-27 19:20:29 -04:00
Holger Rapp
23e1406784 Merge pull request #408 from Oberon00/rst-fix-python3
rst: Improve compatibility of snippets with Python 3
2014-07-26 14:42:08 +02:00
Christian Neumüller
71e770a4d9 rst: Replace xrange() by Python 3 compatible range(). 2014-07-26 13:09:34 +02:00
Christian Neumüller
079710814f rst: Add $VISUAL. 2014-07-26 11:48:39 +02:00
Christian Neumüller
5eaa61ae27 rst: Make has_cjk() Python 3 compatible.
In Python 3, iterators no longer have a next() method: it has been renamed to
__next__(). This could be worked around by using the builtin function next(),
but a simpler fix is to just use the regex' object search() method instead of
finditer().
2014-07-26 11:38:30 +02:00
Josh Wainwright
2cc6493457 Make trigger for "else" inline with recommendations.
Also make it require word boundary so does not expand within a word.
2014-07-26 09:49:49 +01:00
Pascal
c6983fcd6a Add python test snippets for assertIsNone and assertIsNotNone 2014-07-25 10:59:07 -04:00
Rene Vergara
e9c9ea0b41 Merge branch 'testing' of https://github.com/ravl1084/vim-snippets into testing
Conflicts:
	UltiSnips/ledger.snippets
2014-07-15 16:13:02 -05:00
Rene Vergara
d883a0ca82 Correct spacing for vim highlighting 2014-07-15 16:10:04 -05:00
Rene Vergara
ede995ce81 Correct spacing for vim highlighting 2014-07-15 16:02:19 -05:00
Cézar Antáres
91a31b1fba PHP Class snippet was working wrong 2014-07-06 22:22:35 -05:00
Christian
3dcb2900b2 rst: Remove comment about requiring Python 2.4+.
Ultisnips needs 2.6, so this is save.
2014-07-03 20:40:09 +02:00
Christian
bb35409199 Fix and improve rst_char_len
The previously used regex was plainly wrong (see #394). This solution should be more solid.
2014-07-03 12:52:40 +02:00
Jan Mollowitz
f11ec0bf18 Added basic class with namespace snippet. 2014-07-01 21:47:05 +02:00
zauguin
753e0ae39d Added ${VISUAL} to C once snippet 2014-06-30 06:46:10 +02:00
Felix Jung
4a63c78bd1 Added b option, removed todo snippet. 2014-06-25 11:01:10 +02:00
Felix Jung
db3a57e104 Initial commit
Adds snippets for function and type documentation, as used by the
DataArrays package for Julia.

Adds TODO snippet.
2014-06-23 13:48:32 +02:00
opennota
6acd456aae Add fori snippet for Go 2014-06-15 10:01:27 +07:00
emzap79
b76fe5e8ef add cleaned-up snippets for R 2014-06-09 10:47:43 +02:00
Piotr Jawniak
b0733edacc One new snippet and one small fix for Rust 2014-06-01 12:39:50 +02:00
Holger Rapp
c3db5beee9 Merge pull request #372 from Sawyer47/rust-snippets
Rust: new snippets and cleanup.
2014-05-31 15:51:40 +02:00
Piotr Jawniak
c80c281219 New snippets and cleanup for Rust 2014-05-31 14:35:25 +02:00
rsw0x
0100f9c7ea Fixed final switch in the UltiSnippets snippet 2014-05-28 06:48:18 -04:00
Holger Rapp
4ed409154b Merge pull request #360 from lucc/descriptions
tex,vim: add snippet descriptions
2014-05-12 05:23:07 -07:00
Josh Wainwright
7adbe2eed7 Merge branch 'master' of https://github.com/honza/vim-snippets 2014-05-08 08:59:34 +01:00
Josh Wainwright
0326b5ba97 Use more readable format for snippets including ending semi-colon. 2014-05-08 08:48:09 +01:00
Josh Wainwright
3cb138312f Removed implicit $0 at end of snippent 2014-05-08 08:47:05 +01:00
Josh Wainwright
33830aea0c Added couple of $0 anchors where missing. 2014-05-07 22:46:43 +01:00
Josh Wainwright
2438821340 Added semi-colons to end of lines where missing. 2014-05-07 22:45:53 +01:00
Gilad Peleg
e7f047b666 Update javascript.snippets 2014-05-07 15:10:33 +03:00
Gilad Peleg
98b1b48d92 add b flag and edit placeholder 2014-05-07 15:09:41 +03:00
Gilad Peleg
d0d1e59ad0 Add useful javascript snippets 2014-05-07 10:19:01 +03:00
Lucas Hoffmann
2672bde2fb add snippet options to some snippets 2014-05-06 14:55:24 +02:00
Lucas Hoffmann
27c2c2ba7b add quotation marks 2014-05-06 14:52:35 +02:00
Lucas Hoffmann
85004a6c60 add snippet descriptions 2014-05-06 14:50:22 +02:00
Lucas Hoffmann
7011d0f9d5 remove some duplicates
Remove some snippets from the Ultisnips/ directory which are present in the
snippets/ directory.
2014-05-06 11:33:41 +02:00
Felix Jung
0561ba640a Fixed sapply snippet 2014-04-30 10:14:30 +02:00
tinyladi
1d5adc300f add priority and inword option 2014-04-28 14:40:10 +02:00
tinyladi
a34551bdd9 add codeblock and inline code snippets to markdown.snippets 2014-04-28 13:39:08 +02:00
tinyladi
8fe86059fb create pandoc.snippets & extend markdown.snippets 2014-04-28 13:38:45 +02:00
r4d2
5edbfec786 Fix syntax in R for loop 2014-04-24 21:14:31 -04:00
Ryan Pineo
b1af469ff7 Rename angular config. Add angular controller. 2014-04-21 14:13:00 -04:00
Ryan Pineo
ec973080f4 Add angular snippets.
Add two jasmine snippets for use with angular that prepoulate the
"it" and "before" functions with "inject".  Add an angular config
snippet.
2014-04-21 14:07:28 -04:00
David C. Bishop
7b5d7de5e9 Remove /* code */ placeholders from c, cpp and d. 2014-04-18 18:10:50 +10:00
David C. Bishop
28fc19552f Add b option to rust snippets. 2014-04-18 18:08:13 +10:00
David C. Bishop
7af4b8f424 Remove /* code */ placeholders in rust.snippets. 2014-04-18 18:04:17 +10:00
David C. Bishop
dba38fc382 Add 'priority -50' to rust.snippets. 2014-04-18 18:02:36 +10:00
Holger Rapp
44d6f6a91d Merge pull request #344 from dbarnett/soy
Soy: Add snippets for soy filetype (a.k.a. closure templates)
2014-04-17 21:52:43 +02:00
David Barnett
f770dab87d Add "priority -50" to UltiSnips/soy.snippets 2014-04-16 09:03:41 -07:00
Holger Rapp
00231357c8 Remove placeholder text in proto snippets. 2014-04-16 08:19:50 +02:00