Skip to content

Preserve block indentation when commenting#26

Merged
nk9 merged 1 commit intonk9:mainfrom
yurivish:patch-1
Feb 29, 2024
Merged

Preserve block indentation when commenting#26
nk9 merged 1 commit intonk9:mainfrom
yurivish:patch-1

Conversation

@yurivish
Copy link
Copy Markdown
Contributor

This change allows the comment keyboard shortcut to be used to comment out lines of a recipe without requiring a manual fixup afterwards. Without this change, the pound sign # gets introduced at the start of the line, which confuses the Just parser if there are additional recipe lines after the commented-out line.

…enting

This change allows the comment keyboard shortcut to be used to comment out lines of a recipe without requiring a manual fixup afterwards. Without this change, the pound sign `#` gets introduced at the start of the line, which confuses the Just parser if there are additional recipe lines after the commented-out line.
@nk9
Copy link
Copy Markdown
Owner

nk9 commented Feb 29, 2024

Great spot, thank you!

@nk9 nk9 merged commit 08bbc62 into nk9:main Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants