Skip to content

Instantly share code, notes, and snippets.

View damirka's full-sized avatar
There has to be an emoji for Capybara

Damir Shamanaev damirka

There has to be an emoji for Capybara
View GitHub Profile
@damirka
damirka / LANGUAGE-mdx-injection.json
Last active November 23, 2023 13:47
Add custom embedded syntax into .mdx
{
"fileTypes": [],
"injectionSelector": "L:source.mdx",
"patterns": [
{
"include": "#LANGUAGE-code-block"
}
],
"repository": {
"LANGUAGE-code-block": {