From 860293454bc3982acb29fe23b363e7107bb68a03 Mon Sep 17 00:00:00 2001 From: Yuri Date: Thu, 22 Feb 2024 14:22:18 -0500 Subject: [PATCH] Update Comments.tmPreferences to preserve block indentation when commenting 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. --- Syntax/Comments.tmPreferences | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Syntax/Comments.tmPreferences b/Syntax/Comments.tmPreferences index 7c4e377..a38e646 100644 --- a/Syntax/Comments.tmPreferences +++ b/Syntax/Comments.tmPreferences @@ -13,12 +13,6 @@ value # - - name - TM_COMMENT_DISABLE_INDENT - value - yes -