Skip to content

Commit

Permalink
Merge pull request #21 from russCloak/fix_highlighting_when_space_bef…
Browse files Browse the repository at this point in the history
…ore_colon

Fix highlighting when space before colon
  • Loading branch information
petems committed Feb 15, 2016
2 parents eb86af8 + ccc6e58 commit 88df077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Puppet.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contexts:
captures:
1: storage.type.puppet
2: entity.name.section.puppet
- match: '^\s*(\w+)\s*{\s*([''"].+[''"]):'
- match: '^\s*(\w+)\s*{\s*([''"].+[''"])\s*:'
scope: meta.definition.resource.puppet
captures:
1: storage.type.puppet
Expand Down

0 comments on commit 88df077

Please sign in to comment.