Skip to content

Commit

Permalink
Merge pull request #1 from TheSecEng/fix/comment-rule
Browse files Browse the repository at this point in the history
implement: generic comment selector
  • Loading branch information
mauroreisvieira authored May 12, 2020
2 parents 5fbcfb7 + e31c1ff commit fb38983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/comment.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default [
{
name: 'COMMENTS - Single and multi-line comments should use, respectively',
scope: ['comment.line', 'comment.block'],
scope: ['comment', 'comment.line', 'comment.block'],
settings: {
foreground: 'var(comments)',
font_style: 'italic',
Expand Down

0 comments on commit fb38983

Please sign in to comment.