Custom snippets and snakemake support

This commit is contained in:
Kevin Knosala 2024-04-12 12:06:47 +02:00
parent e138cc0188
commit cecf9a7f3d
5 changed files with 37 additions and 138 deletions

View file

@ -0,0 +1,9 @@
{
"# type: ignore": {
"prefix": "ti",
"body": [
" # type: ignore"
],
"description": "Insert # type: ignore"
}
}