From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- runtime/syntax/vue.vim | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 runtime/syntax/vue.vim (limited to 'runtime/syntax/vue.vim') diff --git a/runtime/syntax/vue.vim b/runtime/syntax/vue.vim new file mode 100644 index 0000000..bad0e26 --- /dev/null +++ b/runtime/syntax/vue.vim @@ -0,0 +1,14 @@ +" Vim syntax file +" Language: Vue.js Single File Component +" Maintainer: Ralph Giles +" URL: https://vuejs.org/v2/guide/single-file-components.html +" Last Change: 2019 Jul 8 + +" Quit if a syntax file was already loaded. +if exists("b:current_syntax") + finish +endif + +" We have a collection of html, css and javascript wrapped in +" tags. The default HTML syntax highlight works well enough. +runtime! syntax/html.vim -- cgit v1.2.3