Commit Graph

1067 Commits

Author SHA1 Message Date
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
da157ef079 add snippet descriptions 2014-05-06 14:50:22 +02:00
Lucas Hoffmann
85004a6c60 add snippet descriptions 2014-05-06 14:50:22 +02:00
Marc Weber
9376b6ea35 merging "contributing notes" into "Policies for contributors" - thanks lucc 2014-05-06 13:13:44 +02:00
Marc Weber
2f5e1dace4 fix 2014-05-06 13:09:47 +02:00
Marc Weber
08afc0ea66 allow discussing UltiSnips & snipmate snippets 2014-05-06 12:22:35 +02:00
Honza Pokorny
31d2239a65 Merge pull request #362 from lucc/duplicates
remove some duplicates
2014-05-06 06:46:17 -03: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
Marc Weber
27189f6727 Merge pull request #361 from lucc/vundle-api-change
update vim snippet for plugin definition with Vundle.vim
2014-05-06 11:09:07 +02:00
Lucas Hoffmann
71ac9c80e5 update vim snippet for plugin definition with Vundle.vim
Vundle has changed it's public API.  The Bundle command is deprecated.  See
https://github.com/gmarik/Vundle.vim/blob/v0.10/doc/vundle.txt#L372
2014-05-06 09:19:30 +02:00
Louis
9d8a666fb9 Add snipmate style rust snippets 2014-05-05 17:49:52 +02:00
Marc Weber
a066d608fe document vs snipmate should be deprecated: not yet 2014-05-05 17:44:05 +02:00
dhilipsiva
8d619ac165 Indentation missing. 2014-05-05 17:37:31 +02:00
Holger Rapp
b57a972db0 Merge pull request #356 from lpil/readme
Correct readme link formatting
2014-05-05 07:49:59 +02:00
Holger Rapp
eed876224f Merge pull request #353 from dhilipsiva/master
scheme: First snippets
2014-05-05 07:49:27 +02:00
Honza Pokorny
0f7742f1c1 Merge pull request #357 from Mayeu/patch-1
Fix the "fun" snippet definition
2014-05-02 16:43:31 -03:00
Mayeu (Cast)
5eec8a1634 Fix the "fun" snippet definition
At line 96, the definition for the snippet "fun" was using spaces instead of tabs
2014-05-02 20:03:59 +02:00
Louis
ae24661928 Update README.md 2014-05-01 23:34:52 +01:00
Louis
8aea9060c1 Correct readme link formatting 2014-05-01 21:05:39 +01:00
Honza Pokorny
d43f278705 Merge pull request #354 from vim-guru/master
Replaced charset property to the html5 equivalent
2014-05-01 12:36:15 -03:00
Henrik Kjelsberg
2f9bb967c0 Replaced charset property to the html5 equivalent
Also, most html5 style-guides do not use ending slashes with
self-closing tags.
2014-05-01 14:34:30 +02:00
dhilipsiva
519c3beb5f Add Scheme snippets 2014-05-01 11:45:06 +05:30
Honza Pokorny
995ab73c95 Merge pull request #352 from feju/master
Various new snippets and fixes
2014-04-30 05:58:14 -03:00
Felix Jung
18d24cbdf8 Indenting label in align environment 2014-04-30 10:14:49 +02:00
Felix Jung
0561ba640a Fixed sapply snippet 2014-04-30 10:14:30 +02:00
Felix Jung
ebbd6a8ddc Merge remote-tracking branch 'upstream/master' 2014-04-30 10:09:15 +02:00
Holger Rapp
fa8778d20a Merge pull request #350 from tinyladi/master
Pandoc, markdown: Inline code and code block snippets. Create pandoc.snippets
2014-04-29 09:27:32 +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
Holger Rapp
ec9a7a56ea Merge pull request #348 from r4d2/master
R: Fixed for loop syntax and added while
2014-04-25 06:45:54 +02:00
r4d2
74ef5cbd44 Add R for and while snippets 2014-04-24 21:14:50 -04:00
r4d2
5edbfec786 Fix syntax in R for loop 2014-04-24 21:14:31 -04:00
Eustáquio Rangel
8efe43ebf6 Merge pull request #347 from kurko/add_brackets_to_ruby_let
Adds brackets to RSpec's let()
2014-04-23 22:41:41 -03:00
Alexandre de Oliveira
ed8c39bc1f Adds brackets to RSpec's let() 2014-04-23 17:59:32 -03:00
Holger Rapp
ebdc61fa10 Merge pull request #346 from RyanPineo/master
Javascript: Add angular snippets.
2014-04-21 20:44:57 +02: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
Holger Rapp
c17df8147c Merge pull request #345 from dcbishop/cleanups
c, cpp, d, rust: Cleanups.
2014-04-20 21:12:51 +02: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