Skip to content

Commit fe3b0cc

Browse files
authored
Editorial: add syntax highlighting to async iterable example
1 parent 41c6e63 commit fe3b0cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4312,8 +4312,7 @@ An [=interface=] can be declared to be asynchronously iterable by using an
43124312
(matching <emu-nt><a href="#prod-AsyncIterable">AsyncIterable</a></emu-nt>) in the body of the
43134313
[=interface=].
43144314

4315-
<!-- TODO: add highlight="webidl" after idlparser gets updated -->
4316-
<pre class="syntax">
4315+
<pre highlight="webidl" class="syntax">
43174316
interface interface_identifier {
43184317
async iterable&lt;value_type&gt;;
43194318
async iterable&lt;value_type&gt;(/* arguments... */);

0 commit comments

Comments
 (0)