Advertisement
eepp

Untitled

Oct 5th, 2023
974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.31 KB | None | 0 0
  1. paragraph:
  2.   - match: '(```)(py|python)'
  3.     captures:
  4.       1: punctuation.definition.code.begin.md
  5.       2: constant.other.language-name.md
  6.     pop: 1
  7.     embed: scope:source.python
  8.     embed_scope: source.python.embedded
  9.     escape: ^```
  10.     escape_captures:
  11.       0: punctuation.definition.code.end.md
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement