Remove man plugin from vim, it does not work for nvim, closes #576

This commit is contained in:
Adam Stankiewicz
2020-10-07 12:48:46 +02:00
parent 3f79f795dc
commit 619a7a854b
12 changed files with 191 additions and 334 deletions

View File

@@ -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