Skip to content

Commit

Permalink
Don't highlight inside comments
Browse files Browse the repository at this point in the history
  • Loading branch information
happydev1237 committed Dec 19, 2016
1 parent c5434be commit 3f15834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/styled-components.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"fileTypes": ["js", "jsx", "ts", "tsx"],
"injectionSelector": "L:source",
"injectionSelector": "L:source -comment",
"patterns": [
{
"name": "styled",
Expand Down Expand Up @@ -39,4 +39,4 @@
}
],
"scopeName": "styled"
}
}

0 comments on commit 3f15834

Please sign in to comment.