Add skeletons, fix double-eval of filetype.vim
This commit is contained in:
parent
08d8a22709
commit
a7c30c7a27
5 changed files with 36 additions and 21 deletions
9
.vim/skeletons/svelte.skel
Normal file
9
.vim/skeletons/svelte.skel
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<script lang="ts">
|
||||
import { onMount, onDestroy } from "svelte";
|
||||
</script>
|
||||
|
||||
<div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue