Holger Rapp
ac7fc9b569
Fix fold* snippets.
2015-10-11 14:03:37 +02:00
Louis Pilfold
4f262c849e
Supercollider synthedef
2015-10-11 11:40:49 +01:00
Louis Pilfold
d3a08e518d
Merge pull request #631 from sasidhar-d/master
...
add jasmine beforeAll, afterAll, toBeUndefined snippets
2015-10-09 16:49:34 +01:00
sasidhar-d
7e51c1452a
add jasmine beforeAll, afterAll, toBeUndefined snippets
2015-10-09 19:48:19 +05:30
Holger Rapp
2d64dabfd1
Make _parse_comments use &commentstring before &comments.
...
Also refactor and move python code from all.snippets into python file.
Fixes #629 .
2015-10-07 16:23:00 +02:00
Louis Pilfold
2d835f9b1a
Merge pull request #630 from brianvanburken/elixir-snippets
...
Add new Elixir snippet: quote
2015-10-07 09:42:46 +01:00
Brian van Burken
cf3f86667e
Added Elixir snippet: quote
2015-10-07 10:08:48 +02:00
Holger Rapp
6b38fd96cf
Merge pull request #626 from Ralph-Wang/master
...
add python style jedi
2015-10-06 09:07:01 +02:00
Louis Pilfold
eb17eb104b
Merge pull request #628 from jbennecker/master
...
Added php snippet: throw Exeption
2015-10-05 08:58:30 +01:00
Julian Bennecker
fca8299ee3
Added php snippet: throw Exeption
2015-10-03 22:34:50 +02:00
Louis Pilfold
513b297e1d
Supercollider: Add {} snippet
2015-10-03 10:54:13 +01:00
Louis Pilfold
691c99cc3a
Make IIFE airbnb style friendly
2015-10-01 21:21:45 +01:00
Ralph-Wang
e018ff16cf
add style jedi
2015-09-30 15:36:21 +08:00
Louis Pilfold
b519e79421
Merge pull request #622 from pacoesteban/master
...
perl6 snippets, first version
2015-09-28 18:30:00 +01:00
Holger Rapp
9b9c6041dc
Merge pull request #624 from sophacles/ultisnip_with
...
Python: Enhance python `with` snippet for UltiSnips
2015-09-24 21:41:31 +02:00
Erich Heine
1d61b86ab7
Enhance python with
snippet for UltiSnips
...
* the `with` snippet in UltiSnips now contains a VISUAL element
* The `as` keyword portion of a with statement now uses python
interpolation to determine presence
2015-09-23 13:58:12 -05:00
Louis Pilfold
2bea94ce85
Merge pull request #623 from chaucerbao/feature/extend-css-in-scss
...
SCSS extends CSS snippets
2015-09-21 23:29:27 +01:00
Alvin Chan
fd1fa30b8c
SCSS extends CSS snippets
2015-09-21 15:13:23 -07:00
Louis Pilfold
93c4b32b4d
C: Remove some dupes
2015-09-14 23:59:36 +01:00
Louis Pilfold
a9d2af7470
C: Move enum to snipmate, remove while dupe
2015-09-13 20:28:51 +01:00
Paco Esteban
cb9e293bca
perl6 snippets, first version
2015-09-13 13:56:51 +02:00
Louis Pilfold
bd213c19ce
C: Add return, dedupe ultisnips
2015-09-11 08:57:03 +01:00
Louis Pilfold
42f55e2690
Remove GPL snippet from C
2015-09-09 23:47:26 +01:00
Holger Rapp
dc3dc2051d
Merge pull request #620 from rurkowce/master
...
python: pep-3110
2015-09-08 07:29:29 +02:00
dzikie drożdże
b3bfe4df7d
pep-3110
2015-09-07 17:28:59 +02:00
Holger Rapp
ec99c8c24f
Merge pull request #610 from kursion/master
...
Adding reactJS for coffeescript support
2015-08-31 07:50:59 +02:00
Louis Pilfold
6a11e1aa15
Remove redundant Ultisnips SCSS snippets
2015-08-28 12:50:10 +01:00
Holger Rapp
8c1a91e220
Merge pull request #618 from Hans-Guenter/patch-1
...
Adjust for changed vim Filename function
2015-08-27 21:11:53 +02:00
Hans-Guenter
b8bd605a2f
Adjust for changed vim Filename function
2015-08-27 19:52:01 +02:00
Louis Pilfold
f5ab1f4d70
Merge pull request #616 from onemanstartup/remove_offensive_hakell_snippets
...
Remove offensive haskell snippets
2015-08-27 15:10:12 +01:00
onemanstartup
5ea24e7799
Remove offensive haskell snippets
...
Haskell snippets won't show up in autocomplete because of this.
https://github.com/Valloric/YouCompleteMe/issues/1214
2015-08-27 16:52:26 +03:00
Louis Pilfold
7544cf7661
Merge pull request #615 from dengyaolong/master
...
javascript.snippets
2015-08-26 08:55:27 +01:00
dengyaolong
eaaac3ab35
use terr instead of te to throw error
2015-08-25 18:59:47 +08:00
dengyaolong
b773523c30
try-catch-finally and throw error
2015-08-25 13:44:52 +08:00
dengyaolong
c4883b9f2d
add ce means console.err()
2015-08-25 13:34:07 +08:00
Louis Pilfold
21c7f20520
Merge pull request #614 from SevereOverfl0w/master
...
fix stylus indentation.
2015-08-23 11:22:45 +01:00
SevereOverfl0w
6da30ab4b3
fix stylus indentation.
2015-08-23 11:18:21 +01:00
Holger Rapp
8a501edad8
Merge pull request #612 from netei/patch-1
...
Update javascript.snippets : f should expand near words
2015-08-20 06:57:03 +02:00
netei
2a173a59f2
Update javascript.snippets : f should expand near words
...
If you write
`http.get(f`
and hit tab, `f` won't be expanded to the function snippet.
This merge request fixes this, by specifying that it should be expanded near **w**ord boundaries.
> w Word boundary - With this option, the snippet is expanded if
> the tab trigger start matches a word boundary and the tab trigger end
> matches a word boundary. In other words the tab trigger must be
> preceded and followed by non-word characters. Word characters are
> defined by the 'iskeyword' setting. Use this option, for example, to
> permit expansion where the tab trigger follows punctuation without
> expanding suffixes of larger words.
2015-08-19 14:08:02 +02:00
Holger Rapp
4ecee59742
Merge pull request #611 from benningm/benningm-patch-puppet-yumrepo
...
fix case of 'Desc' attribute in puppet/yumrepo snippet
2015-08-18 15:21:26 +02:00
Markus Benning
5529c28c27
fix case of 'Desc' attribute in puppet/yumrepo snippet
...
Attribute 'Desc' must be changed to lowercase.
2015-08-17 12:37:07 +02:00
Yves Lange
ab03bcfac1
Adding coffeescript kv ('key:value') snippet
2015-08-17 09:58:52 +02:00
Yves Lange
8b2a712007
Adding reactJS for coffeescript support
2015-08-17 09:53:28 +02:00
Louis Pilfold
c00f373485
Supercollider: for snippets
2015-08-14 14:32:20 +01:00
Holger Rapp
94698cb2ae
Merge pull request #609 from rubenvereecken/patch-1
...
Deleted newline
2015-08-12 06:55:42 +02:00
Ruben Vereecken
bf34d94bac
Deleted newline
...
It broke the comments.
2015-08-11 20:35:59 +02:00
Louis Pilfold
7f327c60ea
Supercollider: Add first snippets
2015-08-10 20:31:22 +01:00
Holger Rapp
464aeae09b
Merge pull request #599 from carlitux/master
...
Python/Python: Django snippets
2015-08-06 07:41:43 +02:00
Luis Carlos Cruz Carballo
ba44606abd
Add default __str__ method
2015-08-05 08:28:51 -04:00
Louis Pilfold
07d17e18db
Merge pull request #607 from twabiko/master
...
add more snippets for rst
2015-08-04 15:57:44 +01:00