summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mfm/syntax-highlight.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mfm/syntax-highlight.ts b/src/mfm/syntax-highlight.ts
index 72913f0ad1..109923fb71 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 = '';