Added JSON linting (fixes #47)

This commit is contained in:
orangemug
2017-03-08 21:35:19 +00:00
parent bbf26a3f38
commit ad8fa7563a
4 changed files with 50 additions and 2 deletions

View File

@@ -4,10 +4,18 @@
}
.cm-s-maputnik.CodeMirror, .cm-s-maputnik .CodeMirror-gutters {
background: transparent;
color: #8e8e8e;
border: none;
}
.cm-s-maputnik.CodeMirror {
background: transparent;
}
.cm-s-maputnik .CodeMirror-gutters {
background: #212328;
}
.cm-s-maputnik .CodeMirror-cursor {
border-left: solid thin #8e8e8e !important;
}