b2b9fee616
Add p{,y}{16,32} to text snippets
2018-04-17 16:01:22 -04:00
4fd4b3e010
Add pass snippet
2017-03-14 14:02:54 -04:00
080f07aa3a
Fix js line
2016-10-16 19:18:50 -04:00
78513af154
Migrate better snippets to ultisnips
2016-10-01 15:59:21 -04:00
007bb6d30e
Merge branch 'master' of https://github.com/honza/vim-snippets
2016-10-01 15:50:47 -04:00
6ae744c380
Fix c for snippet
2016-10-01 15:49:35 -04:00
6f29328432
Add java snippets
2016-10-01 15:49:28 -04:00
3f96e527af
Fix c for snippet
2016-10-01 15:46:47 -04:00
Louis Pilfold
80ebcb8853
Merge pull request #787 from vkhv/master
...
Added bemjson.snippets
2016-10-01 20:39:46 +01:00
Louis Pilfold
aa36f801b6
Merge pull request #788 from skv-headless/cw
...
console.warn js snippet
2016-10-01 20:33:01 +01:00
Vladislav Khvostov
1cc1567195
Update bemjson.snippets
2016-10-01 20:17:00 +03:00
Sokovikov
47870e954d
console.warn js snippet
2016-10-01 19:38:23 +04:00
Vladislav Khvostov
5837d8dc5c
Added bemjson.snippets
2016-10-01 15:53:29 +03:00
Louis Pilfold
4b28763d20
Elixir with snippets
2016-09-29 20:36:56 +01:00
Louis Pilfold
ca7b3e6e34
Merge pull request #782 from andrewalker/master
...
Suggest a better default for Perl package names
2016-09-13 17:32:18 +01:00
Andre Walker
b468a4374f
Actually, Filename() here is not necessary
2016-09-13 16:58:28 +02:00
Andre Walker
2eeff06b3e
Suggest a better default for Perl package names
...
The previous snippet for Perl 'package' was apparently copy-pasted from
html.snippets (see 'head' and 'title' snippets). It didn't really make
sense, and for me it actually always returned an empty string.
This one looks for the path name of the file and removes everything up
to the lib/ folder. It then replaces '/' with '::'. I think it's a
pretty sensible default.
Finally, I also added "use strict" and "use warnings" to the package
definition.
2016-09-13 15:30:13 +02:00
Louis Pilfold
1d86e2e1c6
LFE snippets
2016-09-09 18:20:10 +01:00
Louis Pilfold
744a18ffff
Merge pull request #777 from tragiclifestories/master
...
add word boundary flag to ultisnips/javascript `fun` snippet
2016-08-31 15:56:25 +01:00
James Turley
9ee26ce9e1
add word boundary flag to ultisnips/javascript fun
snippet
2016-08-31 15:38:46 +01:00
Louis Pilfold
4c960ff846
Merge pull request #776 from jpgeek/extend-html-in-eruby
...
extended html in snippets/eruby
2016-08-31 09:37:57 +01:00
Steve Brown
1fc0e9c43d
extended html in snippets/eruby
2016-08-31 13:00:03 +09:00
Louis Pilfold
29da80c18d
Merge pull request #775 from djdt/master
...
UltiSnips dates
2016-08-28 12:24:08 +01:00
djdt
8ce8c77b87
ISO timezone
2016-08-28 21:13:25 +10:00
djdt
890c4fc771
Allow expansion of dates within braces etc.
2016-08-28 21:03:32 +10:00
Louis Pilfold
5c311010dc
Merge pull request #774 from jpgeek/add-html-span
...
added span, span. and span#
2016-08-26 16:18:11 +01:00
Steve Brown
9c373cbec0
added span, span. and span#
2016-08-25 10:28:16 +09:00
Louis Pilfold
ea6d5c9bb2
Merge pull request #772 from vkhv/master
...
Added 'display flex' snip.
2016-08-22 16:36:30 +01:00
Vladislav Khvostov
c9c237cc6c
Added display flex snip.
2016-08-22 17:07:14 +03:00
Louis Pilfold
0f233ad4c6
Merge pull request #771 from dnivra/master
...
Rename CPP inc snippet to prevent name collision with C inc snippet. Fixes #695 .
2016-08-08 10:13:08 +01:00
Arvind
af01563f66
Rename CPP inc snippet to prevent name collision with C inc snippet
2016-08-08 09:35:37 +05:30
Louis Pilfold
02e9bf2b5c
Merge pull request #770 from JulienPivard/fixadafilename
...
fix ada filename mixedcase with - object oriented
2016-08-05 12:59:51 +01:00
Julien Pivard
4f498954ab
fix ada filename mixedcase with - object oriented
...
Derived types use caracter '.' in package name. But in the filename dot
are replaced by '-' .
For exemple :
```ada
package Mother_Package.Daughter_Package is
-- ...
end Mother_Package.Daughter_Package;
```
is in a file named : Mother_Package-Daughter_Package.ads
So function ada_case(word) change the '-' in filename to dot in the
package name with mixedcase.
2016-08-05 13:50:55 +02:00
Louis Pilfold
8c052b8975
Merge pull request #768 from robinkjoy/patch-3
...
Fix Filename call in vhdl.snippets, use vim-snippets implementation
2016-07-29 16:04:32 +01:00
robin
1a7f5f9051
Fix Filename call, use vim-snippets implementation
...
Current code breaks in Ultisnips
2016-07-29 20:27:14 +05:30
Louis Pilfold
600215a447
Elixir describe snippet
2016-07-29 13:06:07 +01:00
Louis Pilfold
475dc19f56
Merge pull request #767 from robinkjoy/patch-1
...
Add support for VHDL
2016-07-29 12:49:41 +01:00
robin
78b123a2f5
Add support for VHDL
2016-07-29 11:42:33 +05:30
Louis Pilfold
a7399025eb
Merge pull request #764 from binaryplease/master
...
added println snipped for go
2016-07-26 20:34:46 +01:00
binaryplease
4809c1750d
added println snipped for go
2016-07-26 21:14:00 +02:00
Louis Pilfold
8b054b0957
Merge pull request #763 from bounceme/patch-1
...
alternate iife in old format
2016-07-25 11:26:44 +01:00
bounceme
f4c2004d12
Update javascript.snippets
2016-07-25 02:50:24 -07:00
bounceme
e19ccebe27
alternate iife in old format
2016-07-25 00:34:57 -07:00
Louis Pilfold
e14e270075
Merge pull request #762 from chaucerbao/master
...
By default, use VISUAL selection for HTML tag content
2016-07-20 09:23:27 +01:00
Alvin Chan
fb4e3f0986
Clean up HTML snippets that add extraneous tags
2016-07-19 16:54:17 -07:00
Alvin Chan
c74d97c650
By default, use VISUAL selection for HTML tag content
2016-07-19 16:29:56 -07:00
Louis Pilfold
d285c86221
Merge pull request #759 from codeinabox/php-strict-typing
...
Strict typed snippets for PHP getters
2016-07-06 15:58:31 +01:00
Louis Pilfold
889c8cdfdb
Merge pull request #761 from ashfinal/master
...
add fnt,refl,tb3x4 for markdown
2016-07-05 09:23:26 +01:00
ashfinal
2d77c2826d
add fnt,refl,tb3x4
2016-07-05 16:13:04 +08:00
Louis Pilfold
71fc0ab423
Merge pull request #760 from indiesquidge/self-closing-html
...
Add self-closing tags to void elements
2016-07-02 21:32:49 +01:00