Commit Graph

429 Commits

Author SHA1 Message Date
Marc Camuzat
4f3113255c Add Phpunit 2013-12-08 17:11:57 +01:00
Jonas Bygdén
b4bbb98120 Some extensions to service and, primarily, file snippet for puppet 2013-12-01 23:21:31 +01:00
Craig P Jolicoeur
b79fa6736f Fix typo
"cached" now "chached"
2013-11-27 10:31:54 -05:00
Iuri Fernandes
5598d8990f Rename trigger for expectation of error from 'raise' to 'experr' 2013-10-29 22:11:20 -03:00
Iuri Fernandes
5eeaf6dd24 Rename 'exp' snippet to more common snippet.
The old 'exp' with a block expectation becomes 'expb'.
2013-10-29 22:10:31 -03:00
Simeon F. Willbanks
54ca21aaaf Refactor variable snippets
* "v" is for shorthand variable declaration
* "vr" is for variable initialization
* "var" is for longhand variable declaration
* "vars" is for multiple variable declarations
2013-10-27 13:33:15 -07:00
Simeon F. Willbanks
deffc63ee5 Remove duplicate "v" snippet 2013-10-27 13:31:19 -07:00
Cooper LeBrun
6fd0406879 added a section for assertions, and a simple assertEqual snippet 2013-10-22 18:56:21 -07:00
Radosław Szymczyszyn
f35d8f2b16 Add Erlang include_lib directive 2013-10-20 00:30:01 +02:00
Yamamoto Yuji
4526fcb19a Fix typo in ruby.snippets: snippets => snippets 2013-10-13 18:49:26 +09:00
Marc Weber
6a38707185 fix css_block 2013-10-12 06:49:20 +02:00
Bruno Sutic
0fd6eefc21 Ruby strf snippet
strf snippet contains a template that should format time in the same way
as `Time.now` default output.
2013-09-30 01:16:53 +02:00
crazymaster
c2195ff494 Fix a wrong snippet in processing 2013-09-25 02:21:11 +09:00
crazymaster
5f6d4a293f Improve processing snippets 2013-09-23 15:31:22 +09:00
Bruno Sutic
83345ba694 Improve ruby desc snippet
Instead of dummy text, first argument for `describe` becomes a class
name derived from a file name. Example:
file:              some_class_spec.rb
describe argument: SomeClass
2013-09-21 12:18:02 +02:00
Norman Messtorff
79f84fbde9 Add classheader and defheader puppet snippet 2013-09-15 17:21:02 +02:00
Reyes Yang
dc824d2e9a Add function snippet for shell 2013-09-13 11:46:44 +08:00
Honza Pokorny
23fc4c5807 Merge pull request #275 from hulufei/master
Add snippet for editorconfig
2013-09-10 22:13:35 -07:00
hulufei
1b21a7b1ef Add snippet for editorconfig 2013-09-11 11:46:02 +08:00
Adnan Zafar
7f9c4f5807 Modify snippets to support zero tabstop 2013-09-05 14:53:52 -04:00
Simeon Willbanks
7cef242835 Merge pull request #266 from simeonwillbanks/sw/go-variables
Go Variables
2013-08-27 19:31:14 -07:00
William Ma
4c7fba87d5 fixed auto iterator in cpp 2013-08-28 04:41:41 +10:00
Bruno Sutic
ff7606bdc5 Ruby pry snippet inserts only one line
Problem: pry snippet inserts 2 lines instead of one. The other line is
used as a document header margin (for source code readability).
2013-08-21 16:31:32 -07:00
Simeon F. Willbanks
481f74b86c Add snippets for declaring and initializing a single variable, both longhand and shorthand. 2013-08-21 09:01:21 -07:00
Bruno Sutic
0f452a4875 Fix ruby super_call snippet
There was no tab in the beginning of the line and snippet wasn't
working.
2013-08-17 13:14:05 -07:00
Iuri Fernandes
3c2517d7c7 Merge pull request #261 from carme-264pp/improve_ruby_snipptes
fixed conflict ruby snippets.
2013-08-16 05:53:38 -07:00
Mike Foley
790355c688 remap haml triggers: mail_to = mt/mts, link_to = lt 2013-08-15 17:34:23 -07:00
Mike Foley
85a4bc5fc1 fix typo in haml mail_to 2013-08-15 15:04:30 -07:00
Mike Foley
62166691a8 add link_to, mail_to to haml snippets 2013-08-15 12:32:07 -07:00
carme
db20c6140b fixed conflict ruby snippets. 2013-08-14 22:07:31 +09:00
Kevin Mees
883916a91d Added livescript str snippet 2013-08-09 15:41:50 +02:00
Kevin Mees
1df60aadd2 Added livescript req! snippet 2013-08-09 15:37:35 +02:00
Kevin Mees
1fd1d3b53f Added livescript match snippet 2013-08-09 15:36:34 +02:00
Kevin Mees
552aaa4dd0 Converted Coffeescript SnipMate snippets to Livescript 2013-08-09 15:35:41 +02:00
Marc Weber
8024cfcecd while -> wh, see #230 and README.md 2013-08-08 11:24:27 +02:00
Marc Weber
c0cddc9f86 ruby: count from 1, not 0 (I think its very important to think about the name)
add static_var snippet
2013-08-08 09:28:08 +02:00
Björn
b4fe1eb09d fix underline length
if you're hasty and type more than three '='s/'-'s, the underline will be longer than the title above. To fix this we need to subtract the (remaining) length of the current line from the length of the title.
2013-08-04 03:52:18 +02:00
Kevin Schaul
a490c1ee8d Added snippets for d3 (javascript)
Based on Shan Carter's snippets for Sublime
https://github.com/shancarter/sublime-text-d3
2013-08-02 18:02:43 -04:00
babybeasimple
4e23383bea (haml.snippets): add number_to_currency helper snippet 2013-07-29 15:04:04 +04:00
babybeasimple
eddf0273c7 (eruby.snippets): add number_to_currency helper snippet 2013-07-29 15:03:31 +04:00
Simeon F. Willbanks
e688bfe1fd Add Go snippets for invoking named and anonymous functions in goroutines 2013-07-26 08:56:21 -07:00
Michi Huber
5ce921601a Add function do ... end snippet to elixir 2013-07-22 08:52:16 +02:00
Gea-Suan Lin
743da3a940 In HTML5, we don't need xml-style close tag. 2013-07-20 23:45:40 +08:00
Gea-Suan Lin
5a95942a8a Perfer to use <meta charset="utf8">.
Both are valid in HTML5, and both are valid in major browsers, so we
choose shorter version.

And move charset before title, because <title> might contain multibyte
string.

Ref: https://code.google.com/p/doctype-mirror/wiki/MetaCharsetAttribute
2013-07-20 23:42:24 +08:00
Santiago Gallego
6164455931 Added python epydoc snippet 2013-07-18 21:31:59 +02:00
Honza Pokorny
bebd5000c8 Merge pull request #244 from simeonwillbanks/master
Refactor go Snipmate snippet "if", so you can tab into if block body
2013-07-17 10:53:12 -07:00
Simeon F. Willbanks
9c2cfdd51a Refactor go Snipmate snippet "if", so you can tab into if block body 2013-07-17 10:22:01 -07:00
Dale Roberts
e477c20bd6 Fix bug in thm 2013-07-10 17:27:17 +02:00
Björn-Egil Dahlberg
52f500fd07 Add erlang common_test testsuite snippet 2013-07-10 15:52:40 +02:00
Marc Weber
533fe487a1 ruby snippets:
use do dov for both engines
drop #TODO comments

changing defaults is bad, but I expect ruby folks to expect do to type
do ..

doo has the advantage to get a completion popup .. but its too long to
type

The UtiSnips do snippet didn't make sense: the nested placeholder still
didn't remove the space after the "do" when deleting it - so it was
written badly. Could be fixed, by why bother?

Thus learn do and dov and be happy forever. Would Do be a better choice
(upper case chars?) Don't know. This was used by UltiSnips.

Comment on this commit if you don't like this choice.
2013-07-08 23:47:14 +02:00