Skip to content

Commit

Permalink
chore: remove glow attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Aug 17, 2024
1 parent 1befb24 commit 9578844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor.nue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<section @name="editor" class="editor">
<div>
<textarea id="editor" @keydown.tab.prevent="onTab" @keyup="changed" @scroll="scroll" spellcheck="false"></textarea>
<pre id="highlighted" aria-hidden="true" glow></pre>
<pre id="highlighted" aria-hidden="true"></pre>
</div>

<script>
Expand Down

0 comments on commit 9578844

Please sign in to comment.