yasnippet-snippets
yasnippet-snippets copied to clipboard
a collection of yasnippet snippets for many languages
Add [gdscript-mode](https://github.com/godotengine/emacs-gdscript-model) snippet.
Here are the error/warning messages : ⛔ Error (use-package): Failed to install yasnippet-snippets: Args out of range: #, #, 1897597 ⛔ Warning (tar): Extracted ‘/home/wilk/.emacs.d/elpa/yasnippet-snippets-20220713.1234/snippets/terraform-mode/google/app_engine_resources/PaxHeaders/goog’, a pax extended header, as...
Hi , Thanks for this great package! I am enjoying it. In Emacs 29, the native tree-sitter is introduced. Also some new major-modes are introduced, e.g. `python-ts-mode`, `c-ts-mode`, `go-ts-mode`, etc....
Hi , Thanks for this great package! I am enjoying it. In Emacs 29, the native tree-sitter is introduced. Also some new major-modes are introduced, e.g. `python-ts-mode`, `c-ts-mode`, `go-ts-mode`, etc....
In modern PHP code `declare(strict_types=1);` can appear in almost every file, but very few `ticks`. Although these are separate feature from each other, it makes sense to remove `ticks` since...
The following warnings are emitted by yasnippet: ``` Ignoring unknown directive "desc" in file: .../yasnippet-snippets/snippets/c++-mode/class11 Ignoring unknown directive "\\${[0-9N]*" in file: .../yasnippet-snippets/snippets/c++-mode/class11 Ignoring unknown directive "References" in file: .../yasnippet-snippets/snippets/c++-mode/class11 ```...
following same pattern as https://github.com/AndreaCrotti/yasnippet-snippets/pull/477/files related to https://github.com/AndreaCrotti/yasnippet-snippets/issues/459
When snippets are loaded or reloaded, lots of warnings are logged to the messages buffer. This pull request fixes the subset of warnings caused by the use of ‘author’ instead...
Considering org-mode's vast functionality to have latex inside an org-mode; wouldn't it make sense to make latex-mode an org-mode parent?
cf. https://docs.python.org/3/reference/datamodel.html#object.__missing__