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
Matěj Cepl
a65f3096b5
Add snippet generating ISO-formatted date
...
I am a big fan of the ISO date+time format, because it is our only hope
to overcome endless mess which are current zillion non-sensical national
formats.
2016-06-09 11:02:09 +02:00
Louis Pilfold
5225b54948
JS Mocha snippets
2016-06-08 20:22:16 +01:00
Wildsky Fann
ad04e1d415
Create sass.snippets
...
This file is from scss.snippets without parentheses
2016-06-06 23:54:38 +08:00
Louis Pilfold
641ccbefc5
Elm type snippets
2016-06-01 21:11:40 +01:00
Louis Pilfold
f1ca95f112
Correct Elm fn type syntax
2016-06-01 20:56:21 +01:00
Louis Pilfold
2d4032cc28
Elixir behaviour snippet
2016-05-29 20:52:07 +01:00
Louis Pilfold
49b72d0872
Merge pull request #745 from codeinabox/php-tidy
...
Consolidated PHP snippets and removed UltiSnips duplicates
2016-05-29 13:59:42 +01:00
Mathew Attlee
f79462e9ec
Consolidated PHP snippets and removed UltiSnips duplicates
2016-05-29 12:51:19 +01:00
Louis Pilfold
317155e9eb
Elm if and let snippets
2016-05-28 01:42:42 +01:00
Louis Pilfold
40d6b45a71
Elm case snippets
2016-05-27 22:43:08 +01:00
Louis Pilfold
8db9cc10b0
Elm snippets
2016-05-27 22:25:24 +01:00
Louis Pilfold
a233f7b5aa
Merge pull request #744 from codeinabox/twig-tidy
...
Removed redundant UltiSnips for Twig
2016-05-27 15:15:55 +01:00
Mathew Attlee
c2cb84db11
Removed redundant UltiSnips for Twig
2016-05-27 14:20:58 +01:00
Louis Pilfold
74a5b6962d
Merge pull request #743 from codeinabox/phpunit-tidy
...
Tidied up and consolidated snippets for PHPUnit
2016-05-27 13:27:25 +01:00