Execute (enable only scss preprocessor):
let g:vue_pre_processors = ['typescript']
Given vue:
.some-class
Execute (only scss is highlighted):
Assert SyntaxOf('.some-class') !~# '^pug', "pug shouldn't be highlighted"
Assert SyntaxOf('@Component({})') =~# '^typescript', "typescript should be highlighted"
unlet g:vue_pre_processors