Skip to content

Commit 0566341

Browse files
committed
test
1 parent d88392e commit 0566341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/d2.vim

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ function! d2#sync_markdown_fenced_languages() abort
128128
endfunction
129129

130130
function! d2#syntax_post() abort
131+
echom b:
131132
let b:included_syntaxes = get(b:, 'included_syntaxes', [])
132133
if index(b:included_syntaxes, 'markdown') != -1
133134
if hlexists('markdownCodeBlock')

0 commit comments

Comments
 (0)