Skip to content

Commit

Permalink
Merge pull request #2 from dnamsons/fix/embedded-coffeescript
Browse files Browse the repository at this point in the history
Fix: Set default color to embedded coffeescript to avoid the string token usage
  • Loading branch information
dnamsons authored Jan 13, 2020
2 parents 57bd19a + 6049926 commit 6604418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/Kimbie Dark+-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"scope": [
"meta.embedded",
"source.groovy.embedded",
"source.elixir.embedded"
"source.elixir.embedded",
"source.coffee.embedded"
],
"settings": {
"foreground": "#d3af86"
Expand Down

0 comments on commit 6604418

Please sign in to comment.