From 2a8f984db755c902ece2a5be63efad8775c50a7f Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Fri, 21 Dec 2018 11:28:30 +0900 Subject: [PATCH] Fix comment --- src/mfm/syntax-highlight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mfm/syntax-highlight.ts b/src/mfm/syntax-highlight.ts index 72913f0ad..109923fb7 100644 --- a/src/mfm/syntax-highlight.ts +++ b/src/mfm/syntax-highlight.ts @@ -307,7 +307,7 @@ const elements: Element[] = [ } ]; -// specify lang is todo +// TODO: specify lang export default (source: string, lang?: string): string => { let code = source; let html = '';