Merge pull request #15954 from no-stack-dub-sack/fix/syntax-highlighting
fix(editor): restore syntax highlighting for light theme
This commit is contained in:
@ -24,7 +24,6 @@ const options = {
|
||||
},
|
||||
lineNumbers: true,
|
||||
mode: 'javascript',
|
||||
theme: 'freecodecamp',
|
||||
runnable: true,
|
||||
matchBrackets: true,
|
||||
autoCloseBrackets: true,
|
||||
|
@ -1,8 +1,8 @@
|
||||
link(rel='stylesheet', type='text/css' href='/css/lato.css')
|
||||
link(rel='stylesheet', type='text/css' href='/css/ubuntu.css')
|
||||
link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css')
|
||||
link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.28.0/codemirror.min.css')
|
||||
link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.28.0/addon/lint/lint.min.css')
|
||||
link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.30.0/codemirror.min.css')
|
||||
link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.30.0/addon/lint/lint.min.css')
|
||||
link(rel='stylesheet', href=rev('/css', 'main.css'))
|
||||
|
||||
include meta
|
||||
|
Reference in New Issue
Block a user