Skip to content

Commit 13c7e8f

Browse files
Ms2gerbzbarsky
authored andcommitted
Editorial: Add syntax highlighting to an example. (#764)
Fixes #754.
1 parent c490bc7 commit 13c7e8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,9 +2349,7 @@ type=] that has a [=dictionary type=] in its [=flattened member types=].
23492349
defines an [=interface=]
23502350
with an operation that takes a dictionary argument:
23512351

2352-
<!-- Should be `highlight="webidl"`, but that gives bikeshed conniptions
2353-
because it does not know about the syntax we are introducing -->
2354-
<pre>
2352+
<pre highlight="webidl">
23552353
dictionary LookupOptions {
23562354
boolean caseSensitive = false;
23572355
};

0 commit comments

Comments
 (0)