Automatically apply skeleton snippets to certain filetypes if configured
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
snippet xscript Create initial skeleton
|
||||
snippet _skeleton Create initial skeleton
|
||||
<script setup lang="ts">
|
||||
${1}
|
||||
${0}${1}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
${2:<div>$3</div>}
|
||||
<${2:div}>$3</$2>
|
||||
</template>
|
||||
|
||||
snippet xpagemeta Add page meta
|
||||
|
||||
Reference in New Issue
Block a user