diff options
author | claw0ry <me@claw0ry.net> | 2024-12-11 13:58:21 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2024-12-11 13:58:21 +0100 |
commit | b56b0d3ca316395a903ed1c7a040bda0ae321c36 (patch) | |
tree | da8a7e975f0f426095350403dc3b39f4fd1ad5dd /nvim/snippets/css.json |
fresh start
Diffstat (limited to 'nvim/snippets/css.json')
-rw-r--r-- | nvim/snippets/css.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nvim/snippets/css.json b/nvim/snippets/css.json new file mode 100644 index 0000000..22106f4 --- /dev/null +++ b/nvim/snippets/css.json @@ -0,0 +1,10 @@ +{ + "snip1": { + "prefix": "scmt", + "body": [ + "/* -----------------------------------------------------------------------------", + " * - $1 -", + " * -----------------------------------------------------------------------------*/$2" + ] + } +} |