1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-20 20:01:29 +00:00
This commit is contained in:
Scott Tolksdorf
2016-05-16 22:20:35 -04:00
parent bfcf6ca7f2
commit daa3b096b3
4 changed files with 231 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ if(typeof navigator !== 'undefined'){
//Language Modes
require('codemirror/mode/gfm/gfm.js'); //Github flavoured markdown
require('codemirror/mode/javascript/javascript.js');
require('codemirror/mode/jsx/jsx.js');
}