Skip to content

Commit

Permalink
simplify snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidson authored and a-h committed Jun 25, 2021
1 parent 236bf8e commit 75f30f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/templ/lspcmd/snippets.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var templateSnippets = []lsp.CompletionItem{
{
Label: "% css",
InsertText: `% css ${1:name}(${2}) %}
${3}: ${4};$0
$0
{% endcss %}`,
Kind: lsp.CompletionItemKind(lsp.CIKSnippet),
InsertTextFormat: lsp.ITFSnippet,
Expand Down

0 comments on commit 75f30f4

Please sign in to comment.