File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Visual Studio Code Extension that adds Svelte 3 snippets to your favorite IDE.
7
7
8
- All code snippets are based on and follow the official svelte documentation.
8
+ All code snippets are based on and follow the official Svelte documentation.
9
9
10
10
![ Svelte VS Code Snippets Demo] ( demo.gif )
11
11
12
12
## Using Snippets in VS Code
13
13
14
- Type part of a snippet, press enter , and the snippet unfolds.
14
+ Type part of a snippet, press ` Enter ` , and the snippet unfolds.
15
15
16
16
# Contributing
17
17
18
18
Contributions are welcome! See [ Contribution Guidelines] ( CONTRIBUTING.md ) to get started.
19
19
20
20
# Snippets Documentation
21
- | Prefix | Description |
22
- | ------- | ----------|
23
- | ` s- ` | Svelte Snippets |
21
+ | Prefix | Description |
22
+ | ------- | --------------- |
23
+ | ` s- ` | Svelte Snippets |
24
24
25
25
<!-- Auto Generated Below -->
26
26
@@ -130,4 +130,4 @@ Prefix|Description
130
130
---|---
131
131
s-global-style|add global styles to your style tag
132
132
133
- ** [ ⬆ back to top] ( #table-of-content ) **
133
+ ** [ ⬆ back to top] ( #table-of-content ) **
You can’t perform that action at this time.
0 commit comments