Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code formatting when matching python-template snippets. (#10237)
Because we were only checking the snippet match for "python" and not "python-template", we were adding { } that are (I suppose) expected for typescript but break python parsing. I've gone with the more general language check here instead of just adding another case in the hopes that it will be more future-proof if we add any more possible keywords.
- Loading branch information