Commit Graph

33 Commits

Author SHA1 Message Date
Nguyen Le
c5000e2d77 Javascript Postincrementers 2015-07-17 09:27:09 -07:00
skv
2099d74f50 js debugger 2015-05-02 08:28:03 +03:00
David Arvelo
8474152209 Add shebang for nodejs 2015-03-14 18:34:31 -04:00
No Ducks
6753f3795e Add jshint friendly use strict snippet 2015-03-11 22:59:17 +00:00
Jonathan Martin
58560c62b9 JS snippet: anonymous function variable assignment.
[Closes #524]
2015-02-24 18:33:26 -05: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
Louis Pilfold
2d47b85358 JS: Add missing closing quotes 2014-10-13 13:47:00 +01:00
Louis Pilfold
0373b8400e Fix JS DOM selector placeholders 2014-10-13 13:41:52 +01:00
Louis Pilfold
59c1db473f More JS console. snippets 2014-10-10 16:50:51 +01:00
Louis Pilfold
c34ee98d85 JS: Group related snippets together. 2014-10-09 10:47:38 +01:00
Honza Pokorny
6d36226a18 Merge pull request #464 from lpil/js-return-semicolon
Added missing semicolon to JS return statement
2014-10-09 03:33:23 -03:00
Honza Pokorny
ebf6fb2383 Merge pull request #463 from lpil/js-dom-selectors
Added JS DOM element selector snippets
2014-10-09 03:32:35 -03:00
Honza Pokorny
b73a20655d Merge pull request #462 from lpil/js-quotes
js define prop: Use single quotes to match style
2014-10-09 03:32:16 -03:00
Louis Pilfold
ea8dc0592f Added missing semicolon to JS return statement 2014-10-08 10:52:36 +01:00
Louis Pilfold
9eea452005 Added JS DOM element selector snippets
So not everyone uses jQuery. Who knew?

I've added snippets for the main vanilla JS DOM element selector
snippets.
2014-10-08 10:47:31 +01:00
Louis Pilfold
f488d4842d js define prop: Use single quotes to match style
In the other vanila snippets we are using single quotes. I've changed
the define property snippet to conform to this style.
2014-10-08 10:09:42 +01:00
Louis Pilfold
885fdc4e75 js node require: Use single quotes to match style
In the other node snippets we are using single quotes. I've changed the
node require snippet to conform to this style.
2014-10-08 09:54:36 +01:00
Holger Rapp
0939e8e578 Merge pull request #448 from lpil/remove-js-placeholders
JS: Remove useless placeholder text from functions
2014-09-18 19:12:43 +02:00
Louis Pilfold
1df9d6cc66 Replaced documentary js placeholders 2014-09-18 15:59:42 +01:00
Louis Pilfold
5aad7a4467 Correct js vf ${1} snippet syntax error
Use of ${1} twice rather than ${1} followed by $1 caused vim-snipmate to skip this field.
2014-09-16 09:24:10 +01:00
Louis Pilfold
00c1711fb6 Add missing semicolon to js vf 2014-09-15 12:52:04 +01:00
Louis Pilfold
6448deadba Add JS function assigned to variable snippet 2014-09-12 17:12:00 +01:00
Louis Pilfold
ffcd8b8e2a Remove useless placeholder text from JS functions 2014-09-12 16:56:36 +01:00
Vincent Hsu
ae27f37aca Correct the indentation of the javascript-requirejs.snippets
Will have error without tabs.
2014-09-01 19:20:39 +08:00
Honza Pokorny
13d8cabc54 Merge pull request #414 from ohcibi/master
Add snippets for requirejs module definitions for coffee- and javascript
2014-09-01 04:55:16 -03:00
Ciro Santilli
285d781979 Rename node p to pipe.
Otherwise, conflicts with p for paragraph in html with default settings.
2014-08-29 13:32:28 +02:00
Connor Atherton
9cf1d0e502 Modify js proto and add node snippets 2014-08-20 20:05:28 +01:00
Tobias Witt
a83775cfeb Add snippets for requirejs module definitions for coffee- and javascript
The snippet that generates a require block is called `reqjs` in order to
have no collision with the existing `req` snippet.
2014-08-01 10:08:21 +02:00
Kevin Schaul
6c0f3aa278 Add javascript console.debug snippet 2014-07-03 10:04:20 -04:00
Li Xin
bbf7e13943 Remove ; after "f"
Anonymouse functions may not need ; at most times.
2014-06-19 00:14:51 +08:00
tUrG0n
bd04745699 Moved all javascritp into a javascript. Otherwise, snipmate simply doesnt read them 2014-01-05 11:42:30 +02:00