Support sts/highlight message. Support "standalone" server for Atom

This commit is contained in:
BoykoAlex
2017-10-05 19:58:34 -04:00
parent 1975104519
commit b212e3b8ab
11 changed files with 146 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
.boot-hint .region {
border-color: #32BA56;
border-style: dotted;
border-width: 1px;
}
atom-text-editor::shadow {
.gutter-boot-hint:before {
content: url("atom://boot-java/styles/boot-icon.png");
display: block;
width: 10px;
height: 1em;
margin: 0 2px 0 0;
float: left;
}
}