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
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
twabiko
3809ffb17a
add 'doc' for Sphinx
2015-08-04 22:46:18 +09:00
twabiko
081380e73a
add 'ref' for Sphinx
2015-08-04 22:45:32 +09:00
twabiko
c8d852e3ab
add 'download' for Sphinx
2015-08-04 22:43:52 +09:00
twabiko
6340f55102
add 'toc-tree' for Sphinx
2015-08-04 22:40:27 +09:00
twabiko
59fcc690bc
add 'list-tables' for Sphinx
2015-08-04 22:37:56 +09:00
twabiko
d4e3f9193e
add 'todo' for Sphinx.
2015-08-04 22:30:38 +09:00
twabiko
a463438a3d
fix typo.
2015-08-04 22:24:24 +09:00
Louis Pilfold
2fdfe801b8
Test: Remove superfluous semicolons
2015-08-04 13:23:27 +01:00
Louis Pilfold
29c4372f8b
Merge pull request #606 from slebedev/issues/605
...
added small snippet for use python3 interpreter
2015-08-04 13:18:48 +01:00
Sergey Lebedev
97ca04d504
added small snippet for use python3 interpreter
2015-08-04 14:52:52 +03:00
Luis Carlos Cruz Carballo
0af7853c6b
Add some context for djangohtml
2015-08-02 23:53:12 -04:00
Luis Carlos Cruz Carballo
7439b143fb
Add some options to test on templates
2015-08-02 23:53:12 -04:00
Luis Carlos Cruz Carballo
308dc53a4c
Test djangohtml options
2015-08-02 23:53:12 -04:00
Luis Carlos Cruz Carballo
f0a9a1e80b
Add some options to test on templates
2015-08-02 23:53:11 -04:00
Luis Carlos Cruz Carballo
cf8b0ecad0
Ready for pull request
2015-08-02 23:53:11 -04:00
Luis Carlos Cruz Carballo
c69f680c6d
To test attributes
2015-08-02 23:53:11 -04:00