From 816d414f4718deece4b44c46a619d6d826fa0615 Mon Sep 17 00:00:00 2001 From: yemai Date: Fri, 19 Oct 2018 19:13:58 +0800 Subject: [PATCH] chore: update legacy comment --- syntax/vue.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/vue.vim b/syntax/vue.vim index bcfbd0f..b43a6d3 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -43,7 +43,7 @@ syn region vueStyle start=++ end=++ keepend contains hi def link vueTag htmlTagName syn match vueTag contained /\v(template|script|style)/ -" Officially, vim-jsx depends on the pangloss/vim-javascript syntax package +" Officially, vim-vue-plugin syntax uses the pangloss/vim-javascript syntax package " (and is tested against it exclusively). However, in practice, we make some " effort towards compatibility with other packages. "