Skip to content

Commit

Permalink
Merge pull request #53 from amayer5125/bugfix/empty-tag
Browse files Browse the repository at this point in the history
Add Styling For styntax--between-tag-pair
  • Loading branch information
arcticicestudio authored Sep 23, 2017
2 parents a8f9ee6 + 4f72302 commit 7e2764e
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions styles/languages/html.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,19 @@ copyright Copyright (C) 2017 +
[References]
W3C
(https://www.w3.org/html/)
https://www.w3.org/html
*/
.syntax--text.syntax--html.syntax--basic {
.syntax--constant.syntax--other.syntax--inline-data {
color: @syntax-text-color;
font-style: italic;
.syntax--text.syntax--html {
&.syntax--basic {
.syntax--constant.syntax--other.syntax--inline-data {
color: @syntax-text-color;
font-style: italic;
}
}

.syntax--meta {
&.syntax--between-tag-pair {
color: @syntax-color-tag;
}
}
}

0 comments on commit 7e2764e

Please sign in to comment.