Skip to content

Commit 8602934

Browse files
authored
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.
1 parent 352bae2 commit 8602934

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Syntax/Comments.tmPreferences

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
<key>value</key>
1414
<string># </string>
1515
</dict>
16-
<dict>
17-
<key>name</key>
18-
<string>TM_COMMENT_DISABLE_INDENT</string>
19-
<key>value</key>
20-
<string>yes</string>
21-
</dict>
2216
</array>
2317
</dict>
2418
</dict>

0 commit comments

Comments
 (0)