Commit Graph

661 Commits

Author SHA1 Message Date
George Lee
a2d05c4a09 update snippets to fit strong parameters 2015-03-11 21:57:07 +08:00
Mattia Tezzele
112ed60c26 Add main element 2015-03-09 00:31:20 +01:00
Louis Pilfold
817bb63232 Elixir: Update cond and case indentation 2015-03-04 10:22:13 +00:00
Gert
2dba5c5289 changed shebangs end function snippet
Same pull request as before, but could not resolve rebasing problem.
2015-03-02 23:40:07 +01:00
Louis Pilfold
8084d02b61 Revert "repeared shebang" 2015-03-02 10:12:52 +00:00
Honza Pokorny
504cd2eea7 Merge pull request #529 from switch87/master
repeared shebang
2015-03-02 09:29:25 +01:00
Gert
2b8e591c19 . 2015-03-01 23:21:07 +01:00
Gert
7c68c15124 repeared shebang
changed shebang snippet, did not work (becous of the leading # in the snippet?)
also changed the function snippet becous it was verry confusing, sh version could be placed back, but you realy had to know the source to find the bash snippet...
2015-03-01 18:05:34 +01:00
Gert
c5b88e2b67 Little update in echo command 2015-02-28 23:28:34 +01:00
¨switch87¨
e1baa6d38e changed snippet getopts to work correctly 2015-02-28 22:50:06 +01:00
Louis Pilfold
b11832aa68 Elixir: debug pry snippet 2015-02-27 00:15:59 +00:00
Jonathan Martin
58560c62b9 JS snippet: anonymous function variable assignment.
[Closes #524]
2015-02-24 18:33:26 -05:00
Louis Pilfold
7ce372f83d Elixir Eex snippets 2015-02-24 23:04:03 +00:00
Louis Pilfold
d52befe8bc Elixir: Remove some name collisions 2015-02-21 11:24:27 +00:00
Louis Pilfold
918baf4047 Elixir: pry snippet 2015-02-20 16:03:05 +00:00
Louis Pilfold
1de4299c20 Remove dupe name from Elixir snippets 2015-02-20 09:27:15 +00:00
Louis Pilfold
128355895b Elixir: test with arg 2015-02-19 18:39:26 +00:00
Louis Pilfold
06122593e5 Elixir: Remove superfluous params from fn 2015-02-19 18:02:46 +00:00
Louis Pilfold
24bb8a4b18 Elixir: def with doc string 2015-02-19 18:01:49 +00:00
Leonidez Acosta
fc7bf9748c remove tab at close of :f snippet 2015-02-12 09:25:51 -06:00
Leonidez Acosta
f1334d2e06 remove hint from function body 2015-02-11 15:15:14 -06:00
Leonidez Acosta
3cc04ec71f fix :f snippet skipping over function body 2015-02-10 16:11:08 -06:00
Andrea Giardini
e187f5a784 Added snippet for remote python debugger (rpdb) 2015-01-26 19:17:55 +01:00
Louis Pilfold
588cf86e5b Merge pull request #508 from slebedev/master
[puppet.snippet]: s/'/"/ in most of snippets, changes in 'file' snippet ...
2015-01-26 09:23:22 +00:00
Holger Rapp
08d17888f6 Merge pull request #511 from cirosantilli/fix-list-hyphen
markdown: Fix false positive hyphen list item expansion.
2015-01-26 07:14:53 +01:00
Ciro Santilli
0966fa0b20 Fix false positive hyphen list item expansion.
Fix #491.
2015-01-25 22:07:29 +01:00
Louis Pilfold
147001fb01 Remove extra newlines from _ snippets 2015-01-18 22:04:10 +00:00
Sergey Lebedev
a167d4833a [puppet.snippet]: s/'/"/ in most of snippets, changes in 'file' snippet and some new snippets 2015-01-18 20:00:14 +03:00
m-pilia
78eeb12810 add AWK snippets 2015-01-17 17:11:20 +01:00
m-pilia
889e833c69 add GMGPL linking exception 2015-01-17 17:10:44 +01:00
m-pilia
058bde6434 remove duplicate license snippets 2015-01-17 17:10:08 +01:00
Louis Pilfold
0ac57c7779 Rust: change from uint to new usize type 2015-01-11 01:58:57 +00:00
Louis Pilfold
69d3b5e02e Remove a load of duplication from Rust snippets 2015-01-11 01:57:32 +00:00
Louis Pilfold
18733185c1 Update Rust for to use new range syntax 2015-01-11 01:41:41 +00:00
Tony Narlock
99fe636f09 Snippet for python prompt toolkit embed
https://github.com/jonathanslenders/python-prompt-toolkit

```python
from prompt_toolkit.contrib.repl import embed
embed(globals(), locals(), vi_mode=False, history_filename=None)
```
2015-01-07 11:02:18 -08:00
Yike Lu
8832cee4c2 Add iem python snippet for embedded ipython 2015-01-06 13:24:16 -06:00
Gilad Peleg
e0fff1575a Convert stylus snippet spaces to tabs. Fixes #499 2015-01-05 09:46:19 +02:00
Louis Pilfold
42f8ee269c Merge pull request #498 from gchaincl/master
Added package snippet for Go
2014-12-28 16:47:54 +00:00
Gustavo Chain
60be562033 Added package snippet for Go 2014-12-28 13:18:45 +01:00
Holger Rapp
89427d7d42 Merge pull request #496 from guneysus/feature/python-args-kwargs
Python: args and kwargs snippets
2014-12-18 20:11:00 +01:00
guneysus
4f2e0a03f1 Python args and kwargs snippets 2014-12-18 18:21:43 +02:00
Louis Pilfold
9b59e96398 Edit MPL2 licence to match Mozilla header 2014-12-15 19:06:50 +00:00
Louis Pilfold
e096d0e191 Use g:snip_author in LICENCE snips 2014-12-14 10:47:12 +00:00
Louis Pilfold
97f7941a6d Add MPL2 snippet 2014-12-14 10:47:12 +00:00
guneysus
511c42177f Fortran snippets finished 2014-12-14 03:34:23 +02:00
Louis Pilfold
d70a75bd65 Clojure: Move trailing )s onto previous line 2014-12-13 14:20:16 +00:00
Louis Pilfold
06b67db1d5 Clojure, don't indent with spaces! 2014-12-13 14:15:50 +00:00
Louis Pilfold
4833a35bec Clojure bugfix, remove extra ) 2014-12-13 13:48:28 +00:00
guneysus
d42e376cc8 Fortran variable definitions 2014-12-13 13:38:01 +02:00
guneysus
9935a55edb Fortran snippets initial commit 2014-12-12 14:06:06 +02:00