Skip to content

Commit 1a51114

Browse files
committed
Add 'Before' in vader testing to configure 'all' syntax
1 parent ce35421 commit 1a51114

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

test/test_indent.vader

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Before:
2+
let g:vue_pre_processors = 'all'
3+
14
#
25
# HTML
36
#

test/test_syntax.vader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Execute (Syntax doesn't stop at the first closing template tag):
2727
#
2828
# JavaScript
2929
#
30-
Given vue:
30+
Given vue (Recognizes javascript syntax with bare script tag):
3131
<script>
3232
//
3333
</script>

test/vimrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ let &packpath = expand('<sfile>:p:h:h')
55
" Remove first and last entry from runtimepath, to prevent loading plugins from ~/.vim
66
let &runtimepath = substitute(&runtimepath, '\v^.{-},(.*),.*$', '\1', '')
77

8+
let g:vue_pre_processors = 'all'
9+
810
filetype plugin indent on
911
syntax on
1012

0 commit comments

Comments
 (0)