Commit graph

741 commits

Author SHA1 Message Date
Zeioth
5283aedb5f fix(tsdoc): bug fixes 2023-06-03 02:37:22 +02:00
Zeioth
1242be73af feat(jsdoc): fixes 2023-06-03 02:33:07 +02:00
Zeioth
c76064bb3a feat(csharpdoc): added 2023-06-03 02:30:48 +02:00
Zeioth
f950c772a0 feat(luadoc): added 2023-06-03 02:25:52 +02:00
Rafael Madriz
0dd6114bea snippets(c): remove doxygen todo comment 2023-05-31 20:47:48 -03:00
Rafael Madriz
7e7e7594a0 Merge pull request #295 from REmerald/patch-1 2023-05-31 20:44:17 -03:00
Zeioth
30b318813a Added: Full JSDoc 3 implementation
https://jsdoc.app/
2023-05-31 20:40:16 -03:00
Zeioth
3357b10b0d Added: Full JSDoc 3 implementation
https://jsdoc.app/
2023-05-31 20:35:41 -03:00
REmerald
43f40424b4
Merge branch 'main' into patch-1 2023-05-31 19:48:37 +00:00
REmerald
da92dd1abb
(c.json) format according to the workflow 2023-05-31 19:36:40 +00:00
Hendry Khoza
cdd41c3459 feat(add-pfn): add: pub fn …(…) { … } 2023-05-31 09:28:25 +02:00
Rafael Madriz
7006e69b60 fix: change commit message for github actions
* Only format changed files
2023-05-30 19:16:11 -03:00
rafamadriz
f38f50852c CI: format JSON files 2023-05-30 19:08:03 -03:00
Rafael Madriz
40766b94be feat: add github workflow to format JSON files 2023-05-30 19:03:23 -03:00
Zeioth
908c9c047a
feat(typescript): tsdoc snippets (#301)
* Create typedoc.json

* Update typedoc.json

* Update and rename typedoc.json to tsdoc.json

* FIX: jsdoc snippets should trigger on javascript.

* Added: typedoc

* complete tsdoc impementation - part 1

* Full tsdoc specification added

* semantics

* revert to its original state

* Enable jsdoc and typedoc for the right filetypes

* Update tsdoc.json

* Display [tsdoc] on top of every tsdoc snippet to avoid confution with the pure [typescript] snippets

* Fix syntax

We had trailing commas

* Let's say parameters instead of arguments for better consistency

* Revert: Let's keep jsdon and tsdoc as opt-in

* Revert the [typedoc] tag was not actually necessary when opting-in.
2023-05-30 18:32:02 -03:00
NTBBloodbath
8875cccf77 feat(norg): update snippets
Add new snippets for headings, quotes, lists, tasks, etc. and re-organize most snippets to keep some consistency.

Also update some syntax to latest norg file format specifications changes
2023-05-28 08:55:14 +08:00
REmerald
de9930ca14
(c.json) fix errline snippet 2023-05-25 20:22:45 +00:00
REmerald
224675a944
(c.json) fix errcheck snippets 2023-05-25 19:56:20 +00:00
REmerald
25d6e4ffea
(c.json) simplify doxygen snippets 2023-05-25 19:31:07 +00:00
REmerald
7e51aae91b
(c.json) add puts, fputs; minor changes 2023-05-25 13:13:54 +00:00
REmerald
1fd13800ad
(c.json) user-friendly revamp
Mainly, make prefixes noobie-friendly (to match the lsp snippets), so that they won't have to remember the prefixes.

Also, fix/improve broken and user-unfriendly snippets; split/remove useless ones; add a couple useful.
2023-05-23 21:35:26 +00:00
Rafael Madriz
ef6547d2f5
Merge pull request #288 from dgmora/main
Ruby: Insert extra line after frozen_string_literal
2023-05-22 20:10:25 -03:00
Rafael Madriz
2bb3958e1f Revert "Merge pull request #293 from lasse16/main"
This reverts commit f674dae71b, reversing
changes made to 1d0dac346d.

Fix #294
2023-05-21 15:34:16 -03:00
Rafael Madriz
28ee6669ab fix(terraform): remove invalid snippet
According to @snoord this should fix issue 294

Related to #294
2023-05-20 15:41:37 -03:00
Rafael Madriz
f674dae71b
Merge pull request #293 from lasse16/main
feat: add terraform snippets
2023-05-19 20:12:58 -03:00
Lasse Haffke
5f3ea2fb9b
add: readme entry for linked terraform snippets 2023-05-19 17:10:52 +02:00
Lasse Haffke
c0b1665e7b
add: terraform snippets file 2023-05-19 17:05:59 +02:00
Lasse Haffke
7390e25599
add: entry for terraform snippet file 2023-05-19 17:01:55 +02:00
Rafael Madriz
1d0dac346d
Merge pull request #290 from massivebird/pr-md
add hints for Markdown links and images
2023-05-11 21:14:22 -03:00
massivebird
b248e8db97 add hints for Markdown links and images 2023-05-11 16:25:33 -04:00
David Garcia
31b74ebe0c
Update ruby.json 2023-05-06 18:54:43 +02:00
David Garcia
4f2efa55f0
Insert extra lines for frozen literal 2023-05-06 18:47:15 +02:00
Antoine Stevan
10f741908e
feat: add bibtex snippets (#287)
* add the file from wikipedia

* remove useless lines

* remove trailing whitespaces

* replace the tabs by spaces (4 indentation)

* make it JSON

* add the snippets to `package.json` for `bib` filetype

* add `${1:name}` and shift all other snippet arguments

* remove `?_` from argument names
2023-05-03 21:32:03 -03:00
Rafael Madriz
aec79d4dad
fix: change the nushell language to nu (#286) 2023-05-03 21:28:29 -03:00
Rafael Madriz
a8a7a2b9c4 docs: Recommend using lazy_load() when paired with LuaSnip 2023-05-03 21:25:45 -03:00
amtoine
e8bd9a7438
change the nushell language to nu 2023-05-02 19:36:44 +02:00
Antoine Stevan
2308366ad6
feat: Add nushell snippets from vscode extension (#285) 2023-05-01 15:25:37 -03:00
Rafael Madriz
89e4d981bb docs: Add note to "adding frameworks snippets" section 2023-05-01 01:05:13 -03:00
Rafael Madriz
2e9bde85d9 debug: Add files to help debug 2023-05-01 00:58:44 -03:00
Rafael Madriz
8b9860fa87 docs: Quote warning and fix typo 2023-05-01 00:38:01 -03:00
Rafael Madriz
60ba5493b3 docs: Explain better how to load with LuaSnip 2023-05-01 00:31:44 -03:00
Rafael Madriz
e16e86405b docs: Update README 2023-04-30 23:43:17 -03:00
Rafael Madriz
b2ce8aba4d feat: Add PowerShell snippets
close #283
2023-04-30 21:42:53 -03:00
Rafael Madriz
6ba7ee6ce4 feat(frameworks): Add unity snippets
Source of snippets:
<https://github.com/kleber-swf/vscode-unity-code-snippets>

close #238
2023-04-30 20:37:48 -03:00
Rafael Madriz
bf3c6b2dc4 python.base: Change self prefix to s
Using `.` can get really annoying, specially when writing comments or
docstrings
2023-04-30 20:09:24 -03:00
Matteo Gätzner
631f79e346
fixed 'cha','par','prt','sec','subp','sub','ssub' latex snippets to expand properly (#278) 2023-04-25 23:54:55 -04:00
SRI PRIYAN S
28f09efbbc
updated "{" to be in the same line for consistency (#279)
Some snippets had "{" in the same line while the others had it in the next line. So, I updated them all to be in the same line for consistency.
2023-04-25 23:54:39 -04:00
Denis Maximov
9590ff9075
fix: golang om snippet code style (#277) 2023-04-24 00:52:07 -04:00
dorraj
b1b78a6433
Update README.md (#275) 2023-04-16 00:31:48 -04:00
Razzat Dahal
8f26df063f
added: superscript and subscript snippets (#274)
* add: superscript and subscript

* fixed:typo
2023-04-14 23:14:48 -04:00