Skip to content

Commit 533a536

Browse files
committed
Add more todos
1 parent fb5be54 commit 533a536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/highlightjs-lang.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
return '';
4747
}
4848

49+
// TODO: rework this crap
4950
function convertLangName(lang)
5051
{
51-
// TODO: add more
52+
// TODO: add more langs
5253
var map = [
5354
['C#', ['cs', 'csharp']],
5455
['F#', ['fsharp']],

0 commit comments

Comments
 (0)