We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d99a41 commit 85579bcCopy full SHA for 85579bc
.changeset/wild-foxes-hear.md
@@ -0,0 +1,5 @@
1
+---
2
+'@shopify/theme-language-server-common': patch
3
4
+
5
+Fix spacing after @example tag in liquid doc
packages/theme-language-server-common/src/utils/liquidDoc.ts
@@ -41,7 +41,7 @@ export const SUPPORTED_LIQUID_DOC_TAG_HANDLES = {
41
description: 'Provides an example on how to use the snippet.',
42
example:
43
'{% doc %}\n' + ' @example {% render "snippet-name", arg1: "value" %}\n' + '{% enddoc %}\n',
44
- template: `example\n$0`,
+ template: `example $0`,
45
},
46
[SupportedDocTagTypes.Description]: {
47
description: 'Provides information on what the snippet does.',
0 commit comments