Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] broken slot highlighting #2614

Open
4 tasks done
wenfangdu opened this issue Jan 6, 2021 · 2 comments
Open
4 tasks done

[Bug] broken slot highlighting #2614

wenfangdu opened this issue Jan 6, 2021 · 2 comments
Labels

Comments

@wenfangdu
Copy link

wenfangdu commented Jan 6, 2021

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ
  • I have tried restarting VS Code or running Vetur: Restart VLS

Info

  • Platform: Windows 10
  • Vetur version: 0.31.3
  • VS Code version: 1.52.1

Problem

Broken highlighting:
image
Normal highlighting:
image

Reproducible Case

<template>
  <custom-component>
    <template #cell(_index)="{ index }">
      {{ index + 1 }}
    </template>
  </custom-component>
</template>
@yoyo930021
Copy link
Member

Does slot allow ( or ) chars?

@wenfangdu
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants