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

Vue mode: incorrect processing of colon in attributes #5585

Closed
InspiredGuy opened this issue Jun 10, 2024 · 2 comments
Closed

Vue mode: incorrect processing of colon in attributes #5585

InspiredGuy opened this issue Jun 10, 2024 · 2 comments

Comments

@InspiredGuy
Copy link
Contributor

Describe the bug

Semicolon is processed incorrectly in attributes, for example v-bind:to is shown as v-bindto.

Expected Behavior

Colons are processed as expected

Current Behavior

  1. Colons are not shown
  2. Cursor position is incorrect
  3. Typing : manually shows two colons (::)

Reproduction Steps

Open kitchen sink, select Vue mode and replace the content with

<template>
    <router-link v-bind:to="item.url">
    </router-link>
</template>

Possible Solution

No response

Additional Information/Context

No response

Ace Version / Browser / OS / Keyboard layout

latest

@InspiredGuy
Copy link
Contributor Author

Vue mode was introduced in #5483, @mkslanc could you maybe take a look if your memory is still fresh?
cc @nightwing

@InspiredGuy
Copy link
Contributor Author

#5586 with the fix was merged, will be available in the next release.

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

No branches or pull requests

1 participant