Skip to content

Commit

Permalink
Don't require whitespace after include directive
Browse files Browse the repository at this point in the history
Whitespace is not required to be present for compilation, fixes #23.
  • Loading branch information
infininight committed Dec 18, 2014
1 parent 4a87a16 commit bed9014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/C.plist
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
</dict>
<dict>
<key>begin</key>
<string>^\s*#\s*(include|import)\b\s+</string>
<string>^\s*#\s*(include|import)\b</string>
<key>captures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit bed9014

Please sign in to comment.