summaryrefslogtreecommitdiffstats
path: root/syntax/svelte.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-07 12:48:46 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-07 12:48:46 +0200
commit619a7a854b198c78947719bc75adb5225bde2ad5 (patch)
tree2bf6b84117defd74617c37939dd83b756306f4af /syntax/svelte.vim
parent3f79f795dcdeed51ff8a0a7151f53ffe58ae88fc (diff)
downloadvim-polyglot-619a7a854b198c78947719bc75adb5225bde2ad5.tar.gz
vim-polyglot-619a7a854b198c78947719bc75adb5225bde2ad5.zip
Remove man plugin from vim, it does not work for nvim, closes #576
Diffstat (limited to 'syntax/svelte.vim')
-rw-r--r--syntax/svelte.vim3
1 files changed, 0 insertions, 3 deletions
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