Skip to content

Commit

Permalink
better support for Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Heltzel committed Oct 2, 2017
1 parent b1b7fcb commit 2f360a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.2.26 | 10-02-2017
better support for jekyll

## 0.2.25 | 09-30-2017
- changes liquid punctuation to `#C8DDFCD1` to be slightly brighter

Expand Down
12 changes: 12 additions & 0 deletions themes/OneDarkRainCoat.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,18 @@
"foreground": "#C8DDFCD1"
}
},
{
"name": "Jekyll Front Matter Tags",
"scope": [
"punctuation.output.jekyll",
"punctuation.tag.jekyll",
"punctuation.frontmatter.jekyll"
],
"settings": {
"foreground": "#C8DDFCD1"
}
},

{
"name": "Python support function",
"scope": "python.builtin.support.function",
Expand Down

0 comments on commit 2f360a0

Please sign in to comment.