Site > File > Viewer > Add syntaxic coloration

This commit is contained in:
brunosimon
2017-08-15 22:56:16 +02:00
parent 72a95b8904
commit 3c58b9bdfa
172 changed files with 12740 additions and 10 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<div class="viewer" v-if="version">
<pre><code>{{ version.content }}</code></pre>
<pre v-highlightjs="version.content" contenteditable @keydown="onCodeKeyDown($event)"><code></code></pre>
</div>