Skip to content

Commit 85418f7

Browse files
committed
Add language selector back
1 parent 264ac86 commit 85418f7

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

docs/playground/index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,14 @@
6868
</div>
6969

7070
<div class="header-item">
71-
<a href="https://tree-sitter.github.io/tree-sitter/playground#about"
72-
>(?)</a
73-
>
71+
<label for="update-time">Language: </label>
72+
<select id="language-select">
73+
<option value="apex">Apex</option>
74+
<option value="soql">SOQL</option>
75+
<option value="sosl">SOSL</option>
76+
<option value="sflog">Debug Log</option>
77+
</select>
7478
</div>
75-
76-
<select id="language-select" style="display: none">
77-
<option value="apex">Apex</option>
78-
<option value="soql">SOQL</option>
79-
<option value="sosl">SOSL</option>
80-
<option value="sflog">Debug Log</option>
81-
</select>
8279
</header>
8380

8481
<main>

0 commit comments

Comments
 (0)