Skip to content

Commit 9a817ef

Browse files
committed
Additional comment
1 parent e7d31b3 commit 9a817ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax-highlight.webc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ function() {
1111
}
1212

1313
let content = this.slots.text.default;
14+
// Using the helper in this way should respect plugin `options` too.
15+
// TODO wire up @attributes to `options.preAttributes`
1416
return this.helpers.highlight(this.language, content);
1517
}
1618
</script>

0 commit comments

Comments
 (0)