Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow curly braces in block label strings#120

Merged
dbanck merged 2 commits intomainfrom
b-label-braces
May 3, 2024
Merged

Allow curly braces in block label strings#120
dbanck merged 2 commits intomainfrom
b-label-braces

Conversation

@dbanck
Copy link
Member

@dbanck dbanck commented Apr 25, 2024

This PR removes { as disallowed character inside block labels to fix an issue with external template strings. Since were dealing with a string here, we can allow most characters.

UX Before

CleanShot 2024-04-25 at 12 31 40@2x

UX After

CleanShot 2024-04-25 at 12 31 23@2x

Closes #119

@dbanck dbanck added the bug Something isn't working label Apr 25, 2024
@dbanck dbanck requested a review from a team as a code owner April 25, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Double curly braces incorrectly highlighted in strings

2 participants