diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ca323..6a24bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/themes/OneDarkRainCoat.json b/themes/OneDarkRainCoat.json index 14bb466..88d28e5 100644 --- a/themes/OneDarkRainCoat.json +++ b/themes/OneDarkRainCoat.json @@ -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",