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

Colons within quotes are replace by a new line #14

Closed
vmorilla opened this issue Apr 3, 2021 · 2 comments
Closed

Colons within quotes are replace by a new line #14

vmorilla opened this issue Apr 3, 2021 · 2 comments
Assignees
Labels
Priority: Critical Priority: Critical Type: Bug Something isn't working

Comments

@vmorilla
Copy link

vmorilla commented Apr 3, 2021

I have a piece of code like this:

  DEFM: "Don't break : please"

The formatter will replace by invalid code like this:

  DEFM    "Don't break
  please"
@vmorilla
Copy link
Author

vmorilla commented Apr 3, 2021

In order to avoid the problem, I've started using "z80-macroasm.format.splitInstructionsByColon": false in my settings.

@mborik mborik added Priority: Critical Priority: Critical Type: Bug Something isn't working labels Apr 15, 2021
@mborik mborik self-assigned this Apr 15, 2021
@mborik
Copy link
Owner

mborik commented Apr 15, 2021

😲
Ugh, it's very nasty bug that should be fixed. Thank you for your report!
Sorry for my late answer but github stop sending me notifications of this project. 😒

@mborik mborik closed this as completed in 7707be4 Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Critical Priority: Critical Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants