Skip to content

Commit b567cc4

Browse files
committed
feat: allow customization of delimiters
1 parent 456119e commit b567cc4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

syntaxes/injection.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
{
66
"contentName": "string.other.link.title.markdown.memo",
77
"begin": "\\[\\[",
8-
"end": "\\]\\]"
8+
"beginCaptures": {
9+
"0": { "name": "punctuation.definition.metadata.markdown.memo" }
10+
},
11+
"end": "\\]\\]",
12+
"endCaptures": {
13+
"0": { "name": "punctuation.definition.metadata.markdown.memo" }
14+
}
915
}
1016
]
1117
}

0 commit comments

Comments
 (0)