You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/02-template-syntax.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,19 @@ Comments beginning with `svelte-ignore` disable warnings for the next block of m
165
165
<input bind:value={name} autofocus>
166
166
```
167
167
168
+
---
169
+
170
+
You can document components with the `@component` tag. Component comments will appear when hovering over a component in an editor using the [Svelte Language Server](https://github.com/sveltejs/language-tools).
0 commit comments