Skip to content

Commit 81fdbd5

Browse files
committed
Refactor indent folders to be compact
1 parent cee02dd commit 81fdbd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

indent/svelte.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ let s:debug = svelte#GetConfig('debug', 0)
5151
" Save shiftwidth
5252
let s:sw = &sw
5353

54-
" Use lib/indent/ files for compatibility
54+
" Use specific indent files for compatibility
5555
unlet! b:did_indent
56-
runtime lib/indent/xml.vim
56+
runtime indent/svelte-xml.vim
5757

5858
unlet! b:did_indent
59-
runtime lib/indent/css.vim
59+
runtime indent/svelte-css.vim
6060

6161
" Use normal indent files
6262
unlet! b:did_indent

0 commit comments

Comments
 (0)