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

Enhancement: [Hammer] Allow escaping quotes. #186

Closed
darvil82 opened this issue Jul 10, 2021 · 1 comment
Closed

Enhancement: [Hammer] Allow escaping quotes. #186

darvil82 opened this issue Jul 10, 2021 · 1 comment
Labels
Type: Enhancement This is something that improves upon an already existing thing.

Comments

@darvil82
Copy link
Member

What would this enhancement be for?

Make the Hammer vmf parser understand \" as a way to escape quotes.

Describe your enhancement suggestion in more detail:

Currently, when using quotes in any part of a vmf, the file will get corrupted, and thus causing hammer to not be able to read it again. If you try to escape it with a backslash, Hammer will just convert it in a normal slash, and not escape anything at all, causing the corruption anyways. My suggestion consists basically in allowing the use backslashes in any place of a vmf file.
Also, if possible, make hammer automatically add the backslash in the vmf when adding quotes.

@darvil82 darvil82 added the Type: Enhancement This is something that improves upon an already existing thing. label Jul 10, 2021
@hexaflexahexagon
Copy link
Member

duplicate of #60 :^)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement This is something that improves upon an already existing thing.
Projects
None yet
Development

No branches or pull requests

2 participants