We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264ac86 commit 85418f7Copy full SHA for 85418f7
docs/playground/index.html
@@ -68,17 +68,14 @@
68
</div>
69
70
<div class="header-item">
71
- <a href="https://tree-sitter.github.io/tree-sitter/playground#about"
72
- >(?)</a
73
- >
+ <label for="update-time">Language: </label>
+ <select id="language-select">
+ <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>
78
-
- <select id="language-select" style="display: none">
- <option value="apex">Apex</option>
- <option value="soql">SOQL</option>
79
- <option value="sosl">SOSL</option>
80
- <option value="sflog">Debug Log</option>
81
- </select>
82
</header>
83
84
<main>
0 commit comments