Skip to content

Commit

Permalink
added liquid scope to syntax
Browse files Browse the repository at this point in the history
- adds syntax highlighting for `{% %}` and `{{ }}`
  • Loading branch information
Ed Heltzel committed Sep 11, 2017
1 parent 0381be4 commit afa5f8e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.0.5 | 09-11-2017
added liquid scope to syntax
- adds syntax highlighting for `{% %}` and `{{ }}`

## 0.0.4 | 09-11-2017
- updated `package.json` with VSCode sidebar info

Expand Down
10 changes: 10 additions & 0 deletions themes/Better Solarized Dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
"foreground": "#586e75"
}
},
{
"name": "Liquid Tags",
"scope": [
"punctuation.output.liquid",
"punctuation.tag.liquid"
],
"settings":{
"foreground": "#839496"
}
},
{
"name": "Javascript JSDoc Symbol",
"scope": "entity.name.type.instance.jsdoc",
Expand Down

0 comments on commit afa5f8e

Please sign in to comment.