From 337edb87ec0fdb203e4076a1fe4d8543426640ce Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 20 Jan 2024 14:50:05 -0700 Subject: [PATCH] Add snippet for handlebars icons --- .vscode/handlebars.code-snippets | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vscode/handlebars.code-snippets b/.vscode/handlebars.code-snippets index 283bd1d..e922f13 100644 --- a/.vscode/handlebars.code-snippets +++ b/.vscode/handlebars.code-snippets @@ -24,5 +24,14 @@ "scope": "handlebars,html", "prefix": "i18n", "body": ["localize \"dotdungeon.$1\""] + }, + "Icon": { + "scope": "handlebars,html", + "prefix": "icon", + "body": [ + "
", + "\t{{{ $2 }}}", + "
" + ] } } \ No newline at end of file