Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Escaped underscores to make "__" visible #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Thanks!
| trye | try:except:else: |
| tryf | try:except:finally: |
| s | self |
| __ | __magic__ |
| ifmain | if __name__ == "__main__" |
| __ | \_\_magic__ |
| ifmain | if \_\_name__ == "\_\_main__" |

### Comprehensions

Expand Down Expand Up @@ -112,4 +112,4 @@ See [changelog](CHANGELOG.md) for all changes and releases.

## Troubleshooting

If you experience problems with the auto-formatting of certain snippets, make sure you have the option `editor.tabCompletion` set on `onlySnippets` or `on`.
If you experience problems with the auto-formatting of certain snippets, make sure you have the option `editor.tabCompletion` set on `onlySnippets` or `on`.