Skip to content

Commit d5f9651

Browse files
committed
Editorial: add back syntax highlighting for observable array example
1 parent 42a9d4b commit d5f9651

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
@@ -6805,8 +6805,7 @@ string "<code>ObservableArray</code>".
68056805
<div class="example">
68066806
The following [=IDL fragment=] defines an [=interface=] with an observable array attribute:
68076807

6808-
<!-- TODO: use highlight="idl" after parser update. -->
6809-
<pre>
6808+
<pre highlight="webidl">
68106809
[Exposed=Window]
68116810
interface Building {
68126811
attribute ObservableArray&lt;Employee> employees;

0 commit comments

Comments
 (0)