Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- paragraph:
- - match: '(```)(py|python)'
- captures:
- 1: punctuation.definition.code.begin.md
- 2: constant.other.language-name.md
- pop: 1
- embed: scope:source.python
- embed_scope: source.python.embedded
- escape: ^```
- escape_captures:
- 0: punctuation.definition.code.end.md
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement