Commit Graph

1004 Commits

Author SHA1 Message Date
Holger Rapp
d0e8361eef Merge pull request #434 from feju/master
SCSS: Adds extends css and removes unnecessary regular expression triggers.
2014-09-01 06:15:53 +02:00
Felix Jung
c2ba253951 Fixes and CSS support
- Removed regular expressions since they break YCM previews
- Extends the CSS snippets so you can use CSS snippets in Sass
2014-08-31 19:50:09 +02:00
Holger Rapp
049934c15a Merge pull request #432 from cirosantilli/javascript-p
js: Rename node p to pipe.
2014-08-30 20:25:44 +02:00
Holger Rapp
aeeb9b42d8 Merge pull request #433 from filipegiusti/add_th_to_html
html: Add th
2014-08-30 20:25:15 +02:00
Filipe Giusti
bc75e48a73 Add <th> in html 2014-08-29 17:44:54 -03:00
Honza Pokorny
08cce6d052 Merge pull request #431 from cirosantilli/readme
README improvements: md style, typos, fix links.
2014-08-29 15:27:17 -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
Ciro Santilli
ad79a9a612 README improvements: md style, typos, fix links. 2014-08-29 10:20:57 +02:00
Holger Rapp
66df4bf08f Merge pull request #428 from heytitle/master
Perl: Adds dump and subtest snippets.
2014-08-29 07:32:57 +02:00
Holger Rapp
4f5a880d07 Merge pull request #429 from cirosantilli/tex-hyperlink
tex: Add hyperlink snippets.
2014-08-29 07:32:05 +02:00
Ciro Santilli
4bc54d6602 Add tex hyperlink snippets. 2014-08-28 11:48:55 +02:00
goonnow
fdcacb33af Remove useless placeholder 2014-08-28 16:19:41 +07:00
goonnow
6de139f35d Update snippets. 2014-08-27 14:47:11 +07:00
Honza Pokorny
c1ac3e29d3 Merge pull request #427 from ondrowan/patch-1
Fixed link to vim-addon-manager in readme
2014-08-26 15:52:23 -03:00
Ondrej Slinták
6145a7cd14 Fixed link to vim-addon-manager in readme 2014-08-26 19:35:30 +02:00
Honza Pokorny
af5fad4264 Merge pull request #425 from obaoba/master
add Ada snippets
2014-08-23 14:30:12 -03:00
obaoba
f7d4aa5efa adding Ada snippets 2014-08-23 16:13:08 +02:00
Honza Pokorny
90723f6d27 Merge pull request #424 from X4fyr/master
Changed @todo to TODO
2014-08-23 08:51:44 -03:00
X4fyr
1d5ccd6f3f Changed @todo to TODO 2014-08-23 01:13:56 +02:00
Honza Pokorny
b3f19f7df4 Merge pull request #423 from ConnorAtherton/cla-node-snippets
Modify js prototype and add node snippets
2014-08-20 16:32:55 -03:00
Connor Atherton
9cf1d0e502 Modify js proto and add node snippets 2014-08-20 20:05:28 +01:00
Honza Pokorny
e101634ee1 Merge pull request #422 from cirosantilli/tex-listings
Add tex listings snippets.
2014-08-18 02:04:05 -03:00
Ciro Santilli
1972ec10bd Add tex listings snippets. 2014-08-17 18:18:18 +02:00
Honza Pokorny
d6d27d5ef1 Merge pull request #420 from ethervoid/printr_snippet
Added print_r snippet in php
2014-08-14 03:43:52 -03:00
Mario de Frutos
1f5e1c5fda Added print_r snippet in php 2014-08-14 08:36:45 +02:00
Honza Pokorny
88a6e1a285 Merge pull request #419 from NickPapanastasiou/master
added snippets/d.snippets
2014-08-11 14:42:08 -03:00
Nick Papanastasiou
04207c93e3 added snippets/d.snippets 2014-08-11 12:23:41 -04:00
Honza Pokorny
6a3c38f226 Merge pull request #418 from alex-tan/add-expect-to-be-to-jasmine
Add expect(...).toBe(...) snippet for Jasmine
2014-08-07 03:00:43 -03:00
Alex Tan
c194e8b6d2 Add expect(...).toBe(...) snippet for Jasmine 2014-08-06 17:03:23 -04:00
Honza Pokorny
a5db05e17b Merge pull request #417 from abra/master
Add public class snippet
2014-08-04 04:36:16 -03:00
Aydar Khabibullin
6a91a09d5d Add public class snippet 2014-08-04 13:03:07 +06:00
Honza Pokorny
a6bdf9b239 Merge pull request #416 from idbrii/add-modeline
Add vim modeline snippets
2014-08-04 03:21:07 -03:00
Holger Rapp
a93de17182 Merge pull request #415 from joshaw/master
java: Add VISUAL to several snippets
2014-08-02 11:07:39 +02:00
pydave
2f20b96a50 Add vim modeline snippets
Add an 'all' and a 'help' snippet for vim modelines.

The 'all' snippet implements the advice in tabstop's docs about setting
softtabstop when using noexpandtab what other variables (expandtab,
shiftwidth, and tabstop) to set. It sets these variables to their
current values.

Vim supports two forms of modelines, but only the second (that includes
the 'set') works in languages with comment terminators (/* like C */).

The 'help' snippet uses exactly what vim help files use (including the
leading space -- I expect users will insert the modeline at the start of
a line).

Does some unnecessary interpolation ('set' and 'vim') to prevent vim
from interpreting the snippet definition as a modeline for the snippets
file.
2014-08-01 09:31:13 -07:00
Josh Wainwright
437196368e Don't highlight selected text after wrapping 2014-08-01 16:26:29 +01:00
Josh Wainwright
ae1631ca09 Correct anchor 2014-08-01 15:51:04 +01:00
Josh Wainwright
a7fc95dfbe Add VISUAL to several snippets to allow wrapping selected text 2014-08-01 15:48:11 +01:00
Honza Pokorny
6414b58211 Merge pull request #406 from jasonsjones/master
Add html comment snippet
2014-07-29 06:55:22 -03:00
Holger Rapp
bdea1dfeca Merge pull request #413 from nickjj/master
eruby: Extends html
2014-07-28 20:51:41 +02:00
Eustáquio Rangel
74ff88e25c Merge pull request #412 from majjoha/rspec-snippets
Move the RSpec snippets from rails.snippets to ruby.snippets.
2014-07-28 14:22:39 -03:00
Honza Pokorny
fa2b5cb402 Merge pull request #409 from Oberon00/add-gitignore
.gitignore pyc files.
2014-07-28 05:14:35 -03:00
Nick Janetakis
506d5a3728 Extend html in eruby 2014-07-27 19:20:29 -04:00
majjoha
0f712a1423 Move the RSpec snippets from rails.snippets to ruby.snippets. 2014-07-26 17:36:16 -04:00
Holger Rapp
23e1406784 Merge pull request #408 from Oberon00/rst-fix-python3
rst: Improve compatibility of snippets with Python 3
2014-07-26 14:42:08 +02:00
Christian Neumüller
71e770a4d9 rst: Replace xrange() by Python 3 compatible range(). 2014-07-26 13:09:34 +02:00
Holger Rapp
e47ab15aeb Merge pull request #410 from Oberon00/rst-add-visual
rst: Add $VISUAL.
2014-07-26 12:26:46 +02:00
Christian Neumüller
079710814f rst: Add $VISUAL. 2014-07-26 11:48:39 +02:00
Christian Neumüller
c5e6a6d2a7 .gitignore pyc files. 2014-07-26 11:41:27 +02:00
Christian Neumüller
5eaa61ae27 rst: Make has_cjk() Python 3 compatible.
In Python 3, iterators no longer have a next() method: it has been renamed to
__next__(). This could be worked around by using the builtin function next(),
but a simpler fix is to just use the regex' object search() method instead of
finditer().
2014-07-26 11:38:30 +02:00
Holger Rapp
84050b4b8d Merge pull request #407 from joshaw/master
Java: Make trigger for "else" inline with recommendations.
2014-07-26 11:20:22 +02:00