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
Austin Wood
d26a13e8ed
Add self-closing tags to void elements
2016-07-01 23:07:33 -07:00
Mathew Attlee
fff3ae4061
Strict typed snippets for PHP getters that check declare(strict_types=1) or for g:ultisnips_php_scalar_types=1
2016-06-29 22:27:30 +01:00
Louis Pilfold
15d7e5ec26
Merge pull request #726 from psychomario/master
...
add visual interpolation to tex snippets
2016-06-22 13:52:50 +01:00
Louis Pilfold
3c262302b5
Merge pull request #757 from gustavooferreira/master
...
Added new snippets to json file.
2016-06-22 13:52:12 +01:00
Louis Pilfold
7f09e0febf
Merge pull request #756 from strycore/master
...
Fix csrf snippet name in htmldjango
2016-06-22 07:57:27 +01:00
Gustavo Ferreira
ece5fc1593
Added new snippets to json file.
2016-06-22 03:00:57 +01:00
Mathieu Comandon
d879609014
Fix csrf snippet name in htmldjango
2016-06-21 17:36:46 -07:00
Louis Pilfold
86d5bb58b1
Merge pull request #755 from codeinabox/php-getter-setter
...
Refactored PHP getter and setter snippets to have consistent triggers
2016-06-20 09:07:08 +01:00
Louis Pilfold
683291fd0c
Merge pull request #754 from joshmattvander/master
...
Add support for HTML snippets in *.html.eex files
2016-06-19 21:22:51 +01:00
Josh Vandergrift
7d4913e0c1
Add support for HTML snippets in *.html.eex files
2016-06-18 11:04:59 -07:00
Mathew Attlee
e016f1f78f
Refactored PHP getter and setter snippets to have consistent triggers
2016-06-17 15:18:04 +01:00
Louis Pilfold
1d9d0413fc
Merge pull request #748 from wildskyf/patch-1
...
Create sass.snippets
2016-06-17 09:30:58 +01:00
Louis Pilfold
1f18320a0d
Merge pull request #698 from oddlydrawn/java_add_num_fix_ws
...
UltiSnips/java.snippets: Adds numbers to word in getArgs, Removes whitespace after braces
2016-06-17 09:30:22 +01:00
Louis Pilfold
72683ae5da
Merge pull request #753 from codeinabox/php-sbscalar-and-gs
...
Fixed PHP snippets for sbscalar and snbscalar, refactored gs
2016-06-17 09:27:01 +01:00
Mathew Attlee
09068dc107
Fixed PHP snippets for sbscalar and snbscalar, refactored gs
2016-06-16 19:27:02 +01:00
Louis Pilfold
e840b91a4e
Merge pull request #751 from mcepl/diso
...
Add snippet generating ISO-formatted date
2016-06-09 11:17:37 +01:00