Skip to content

Commit

Permalink
Merge pull request atom#33 from darylrobbins/config-files
Browse files Browse the repository at this point in the history
Config files: Java Properties and INI Files
  • Loading branch information
simurai committed May 23, 2015
2 parents 10fb906 + 98de158 commit d50b98e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/properties.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
user=root
schedule=* * 3 * * *
retries=4
dotted.property=true
10 changes: 10 additions & 0 deletions styles/languages/java.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@
}
}
}

.source.java-properties {
.meta.key-pair {
color: @red;

& > .punctuation {
color: @syntax-text-color;
}
}
}

0 comments on commit d50b98e

Please sign in to comment.