Commit f5de2ce3 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Add syntax highlighting to files

parent 3764fd4b
......@@ -55,6 +55,7 @@
this.fileLoaded = true;
this.editor = ace.edit(content);
this.editor.$blockScrolling = Infinity; // Turn off annoying warning
this.editor.getSession().setMode(`ace/mode/${file.blob_ace_mode}`);
this.editor.on('change', () => {
this.saveDiffResolution();
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment