Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Fixes space after colon highliting
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Mar 11, 2016
1 parent 498e083 commit 4b4effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/puppet.cson
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
'name': 'storage.type.puppet'
'2':
'name': 'entity.name.section.puppet'
'match': '^\\s*(\\w+)\\s*{\\s*([\'"].+[\'"]):'
'match': '^\\s*(\\w+)\\s*{\\s*([\'"].+[\'"]\\s*):'
'name': 'meta.definition.resource.puppet'
}
{
Expand Down

0 comments on commit 4b4effc

Please sign in to comment.