diff --git a/src/markdown/markdown.ts b/src/markdown/markdown.ts index 92e5d4e9..358ec6fe 100644 --- a/src/markdown/markdown.ts +++ b/src/markdown/markdown.ts @@ -135,7 +135,7 @@ export const language = { // github style code blocks codeblockgh: [ - [/```\s*$/, { token: 'variable.source', next: '@pop', nextEmbedded: '@pop' }], + [/```\s*$/, { token: 'string', next: '@pop', nextEmbedded: '@pop' }], [/[^`]+/, 'variable.source'] ],