Commit graph

741 commits

Author SHA1 Message Date
Allen Lew
00ebcaa159
Update terraform.json (#478)
Fix spelling of generic
2024-07-14 20:38:07 -04:00
Peter Kling
d6e7e70e3d
fix(latex): address further issues regarding math escaping (#476) 2024-07-14 20:35:22 -04:00
Jacob Scott
e1f7015bae
Update R/shinymod snippet (#469)
* feat: update R shinymod snippet

The previously used module syntax has been deprecated for quite some time
2024-07-14 20:33:58 -04:00
REmerald
45a1b96e46
Remove newline from main snippets (#451)
Revert commit 7a57697
2024-07-07 23:50:20 -04:00
HE7086
8c158510e9
fix(kivy): convert CRLF to LF (#474) 2024-07-07 23:37:20 -04:00
Dimitris Dimitropoulos
71fe3d9bcd
fix(latex): address issue regarding escaping (#473) 2024-07-07 23:33:00 -04:00
Dimitris Dimitropoulos
1f7def597e
fix(latex): move label to avoid error (#472) 2024-07-07 23:32:18 -04:00
Renan Chagas
2c0e75ab5e
feat(rust/async-dyn-dispatch): Snippets for async Rust functions (#471)
* adding snippets for rust async functions and dynamic dispatch with Box<dyn T>
* remove box-dyn snippet
---------
Co-authored-by: Renan Vieira <2496686+renanvieira@users.noreply.github.com>
2024-07-07 23:30:10 -04:00
Erison Silva
682157939e
Construct php 8 (#468) 2024-06-16 23:32:35 -04:00
Rafael Pereira
04cb5c749f
vhdl: add multiple snippets (#464)
extend basic types, initialisation and while loop
2024-06-16 23:30:57 -04:00
yasunori
da45b45873
fix: Trailing comma (#463)
Removed trailing comma on lorem snippets.
2024-06-16 23:28:22 -04:00
zevelix
700c4a25ca
refactor: move lorem ipsum snippets from global.json (#462)
Put "Lorem ipsum" snippets into their own file. Include them by extending the snippets with "loremipsum".

Refs: #375
2024-06-09 19:59:14 -04:00
OranMizrahi
7278f9d9ae
Update docker-compose.json (#461)
Added docker-compose full example and jenkins
2024-06-09 16:01:54 -04:00
Urmish Shah
7801e3cb6e
Update perl snippets (#460)
* include perl in package.json to trigger perl snippets
* fixed/updated some perl snippets
* Escape $$ and  $! occurrences
* With native neovim snippets $0 is buggy

Ok, apologies for multiple commits, but $0 placement is very buggy in neovim native snippets usage. The placeholder text for ${0:placeholder text} is not replaced when you actually start typing at that location. Instead of waiting for a fix in neovim, native-snippets.nvim or whatever tool, I'd rather just work around this in the snippets I'm writing.

* fix join command
2024-06-09 16:01:25 -04:00
REmerald
e11b09bf10
python: merge base.json into python.json and change snippets (#454)
* python: merge base.json into python.json and streamline supported snippets.
2024-06-02 23:58:42 -04:00
Urmish Shah
637d90ec6a
Snippets for Perl language (#450) 2024-06-02 23:40:35 -04:00
Danila Mihailov
d0610077b6
fix(eelixir): typos in prefixes (#453) 2024-05-27 23:41:34 -04:00
REmerald
7806c636d2
fix(pydoc): change prefixes from " to # (#452)
`"` prefixes cause problems due to autopairs plugins (there exessive `"` after snippets), change them to `#` from rdoc
2024-05-27 23:37:41 -04:00
Urmish Shah
4b442e5528
Update tcl.json - remove newlines, not very convenient (#449)
Newlines just make for awkward behavior.
2024-05-27 23:11:46 -04:00
JR
2a31b7f618
Fix typo in python/comprehension.json | dictories -> dictionaries (#448) 2024-05-27 23:09:27 -04:00
Frederick Zhang
aa1583f851
feat(gitcommit): add common git commit trailers (#447)
Co-authored-by and Signed-off-by are mentioned in [1].

On-behalf-of is from [2].

[1] https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---trailerlttokengtltvaluegt
[2] https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization
2024-05-27 23:05:24 -04:00
hαrsh vαirαgi
d17c2ea56a
kivymd snippets has been added to friendly-snippets. (#444) 2024-05-27 23:03:34 -04:00
Lasse Haffke
a40cb18cbd
add: quarto snippets for footnotes and citations (#438)
* feat: add citation snippet
* feat: add snippet for inline foot note
* feat: add snippet for longer foot note
* feat: add various qurto snippets from jmbuhr/quarto-nvim-kickstarter
2024-05-27 23:03:06 -04:00
Rob
dd2fd1281d
php: add vd snippet for var_dump() (#446) 2024-05-16 00:55:41 -04:00
Aaron
66dea58450
Create snippets for reStructuredText (#441)
* feat(rst): add snippets for restructuredtext
2024-05-16 00:55:07 -04:00
Rafael Madriz
3e9a3f5a0c
Merge pull request #443 from ilan-schemoul/main
fix(c): main() snippet position of $0
2024-05-07 19:08:55 -03:00
ilan schemoul
7a5769713a
fix(c): main() snippet position of $0 2024-05-04 16:00:01 +02:00
Rafael Madriz
fa36367422
Merge pull request #428 from rafamadriz/416-remove-trivial-rust-snippets
416 - Remove some trivial rust snippets
2024-05-03 22:08:10 -03:00
Bruno Cavaletti Alves
d5f74ce4df
feat: swiftui view snippet (#437) 2024-04-28 21:15:36 -04:00
Lê Hiếu
9e55019b64
fix(terraform): remove duplicate resource snippet (#432)
Remove duplicated key `resource` in terraform snippet. The one introduced in #426 remains as it has better readability.
2024-04-28 21:13:33 -04:00
gianlucaelia
d595a2e780
jsdoc: fix double parens (#430) 2024-04-28 21:12:03 -04:00
marvielb
92864a9edf
Add Beancount snippets (#424) 2024-04-28 21:08:07 -04:00
Nicholas O'Kelley
bde92b84e2 fix: remove some trivial rust snippets 2024-03-31 15:30:21 -04:00
xudyang1
ea068f1bec
fix(markdown): use correct placeholder values for table 5x2 (#421) 2024-03-31 13:02:46 -04:00
Lasse Haffke
d2b29e88cb
feat: add snippets for most basic terraform blocks (#426)
* feat: add basic terraform snippets

* fix: remove periods in placeholder text
2024-03-31 12:52:53 -04:00
Tobias Sandmann
72227f5954
feat(gleam): add gleam snippets #418 (#423)
- Add snippet support for Gleam. The snippets are taken from
https://github.com/gleam-lang/vscode-gleam/blob/main/snippets.json

- Minor edit in `package.json`
2024-03-31 12:52:11 -04:00
Christoph Zirkelbach
1b05cdafa0
docs(readme): update github admonition syntax (#422) 2024-03-31 12:49:02 -04:00
xudyang1
23543df7d1
feat(markdown): use single space between columns in tables (#420) 2024-03-31 12:48:32 -04:00
Christoph Zirkelbach
f09e61dbef
feat(asciidoc): add snippets (#419) 2024-03-31 12:48:13 -04:00
Ardi
9fba5827cd
todo instead of unimplemented (#415) 2024-03-31 12:20:30 -04:00
Ardi
4d43e3e834
feat: mod test (#414)
- Adds the mod-test block snippet
- Updates the `match` snippet to be more general
2024-03-31 12:18:59 -04:00
Ardi
dcd4a58643
Remove some none (#409)
Co-authored-by: orion GONZALEZ (contractor) <orion.gonzalez@amadeus.com>
2024-02-24 23:59:29 -05:00
Bobby Rahmanda
dbd45e9ba7
add new snippet for vue (#404)
* remove snippet vue 2 is dead

* feat: add new snippet vue

* fix: typo description reactive

* chore: change name file vue readable

* feat: add style.json, fix, refactoring snippet vue

* fix: choice vue style
2024-02-16 20:56:10 -05:00
postsolar
00ac993cb5
Add PureScript snippets (#401)
* Add Purescript snippets
2024-02-16 20:27:31 -05:00
Khurram Raza
b4bc23308d
feat(ruby): add binding.break snippet (#403) 2024-02-16 20:26:37 -05:00
Peter Benjamin
ad4fe8c532
feat(editorconfig): add editorconfig snippets (#392)
* feat(editorconfig): add editorconfig snippets
2024-02-16 20:25:43 -05:00
Bobby Rahmanda
5cc1f45c6a
Removes snippets for vue2 (#396)
* vue2 is no longer supported as of December 31, 2023.
2024-02-12 00:11:34 -05:00
Sidon_OO0
4086781c6b
Added Github Alerts (#402)
Added snippets for github alerts as in webpages
2024-02-12 00:04:25 -05:00
Jan Christoph Ebersbach
a45fd0bf0c
feat(kubernetes): set default container (#399)
* feat(kubernetes): set default container

According to https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/2227-kubectl-default-container/README.md

* feat(kubernetes): set default container for daemon set
2024-02-11 23:41:25 -05:00
Lingjie
a227a1aa0c
feat: add snippet for debugpy remote attach (#397)
useful on remote debugging, especially on slurm
2024-02-11 23:35:40 -05:00