Skip to content

Commit

Permalink
Merge pull request #41 from frizop/master
Browse files Browse the repository at this point in the history
Full line comments
  • Loading branch information
petems committed Aug 3, 2018
2 parents 97484d7 + b6d48ca commit 2a22434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Syntaxes/Puppet.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ contexts:
- match: \\.
scope: constant.character.escape.puppet
line_comment:
- match: ^((#).*$\n?)
scope: meta.comment.full-line.puppet
- match: ^\s*(((#).*$\n?))
captures:
1: comment.line.number-sign.puppet
2: punctuation.definition.comment.puppet
1: meta.comment.full-line.puppet
2: comment.line.number-sign.puppet
3: punctuation.definition.comment.puppet
- match: (#).*$\n?
scope: comment.line.number-sign.puppet
captures:
Expand Down

0 comments on commit 2a22434

Please sign in to comment.