cyrusfirheir / twee3-language-tools

[ VSCode extension ] Syntax highlighting and programmatic language tools for Twee 3, and Twine 2 storyformats.
https://marketplace.visualstudio.com/items?itemName=cyrusfirheir.twee3-language-tools
MIT License
47 stars 16 forks source link

Extra ' mark added automatically when bolding text at the end of the bolded text #109

Closed Philip-Sutton closed 2 years ago

Philip-Sutton commented 2 years ago

When using T3LT in VSCode, if I go to bold the word 'text' this is what happens:

When I put '' in front of text and then '' at the end, an extra ' is automatically inserted, so I get:

''text'''

Tranberry commented 2 years ago

https://user-images.githubusercontent.com/16529/161400634-ffdb3ea4-8b59-46f9-bacd-500aace876ce.mp4

Is this what you are experiencing?

Philip-Sutton commented 2 years ago

No - it looks like this T3LT issue :

MinusGix commented 2 years ago

Try changing the vscode setting named "Auto Closing Quotes" to 'never'.

Philip-Sutton commented 2 years ago

@MinusGix - thanks

Tranberry commented 2 years ago

(it is the same thing) 👍