Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions snippets/histoire/histoire.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Histoire story base": {
"prefix": "hbase",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand All @@ -17,7 +17,7 @@
"Histoire story base with variant": {
"prefix": "hbase-variant",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand All @@ -34,7 +34,7 @@
"Histoire story base with grid layout": {
"prefix": "hbase-grid",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand Down
14 changes: 7 additions & 7 deletions snippets/vue/vue.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Vue SFC <script setup>, TS, SCSS": {
"prefix": "vbase",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand All @@ -21,7 +21,7 @@
"Vue SFC <script setup>, TS, SASS": {
"prefix": "vbase-sass",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand All @@ -40,7 +40,7 @@
"Vue SFC <script setup>, TS, LESS": {
"prefix": "vbase-less",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand All @@ -59,7 +59,7 @@
"Vue SFC <script setup>, TS, PostCSS": {
"prefix": "vbase-pcss",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand All @@ -78,7 +78,7 @@
"Vue SFC <script setup>, TS, CSS": {
"prefix": "vbase-css",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand All @@ -97,7 +97,7 @@
"Vue SFC <script setup>, TS, Stylus": {
"prefix": "vbase-styl",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand All @@ -116,7 +116,7 @@
"Vue SFC <script setup>, TS, No Style": {
"prefix": "vbase-ns",
"body": [
"<script setup lang='ts'>",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
Expand Down