aboutsummaryrefslogtreecommitdiff
path: root/nvim/snippets/css.json
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/snippets/css.json')
-rw-r--r--nvim/snippets/css.json10
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"
+ ]
+ }
+}