From 619a7a854b198c78947719bc75adb5225bde2ad5 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 7 Oct 2020 12:48:46 +0200 Subject: Remove man plugin from vim, it does not work for nvim, closes #576 --- syntax/svelte.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'syntax/svelte.vim') diff --git a/syntax/svelte.vim b/syntax/svelte.vim index 4a510beb..0654b203 100644 --- a/syntax/svelte.vim +++ b/syntax/svelte.vim @@ -26,9 +26,6 @@ syntax match htmlTagName contained "\<[a-zA-Z:\.]*\>" " "bind:something", etc. syntax match svelteKeyword "\<[a-z]\+:[a-zA-Z|]\+=" contained containedin=htmlTag -" Mixed-case attributes are likely props. -syntax match svelteKeyword "\<[a-z]\+:[a-zA-Z|]\+=" contained containedin=htmlTag - " The "slot" attribute has special meaning. syntax keyword svelteKeyword slot contained containedin=htmlTag -- cgit v1.2.3