Browse Source

Implement language aware code highlight

Lucas de Souza 4 years ago
parent
commit
1b62e4afcc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      css/ivprog-editor.css

+ 4 - 0
css/ivprog-editor.css

@@ -0,0 +1,4 @@
+
+.CodeMirror {
+  height: 100% !important;
+}