Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9 from sandyarmstrong/csx-directives-ms
Browse files Browse the repository at this point in the history
csharp: allow styling #r/#load
  • Loading branch information
alexdima authored Sep 5, 2016
2 parents c4a322c + c133c2e commit e13d894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/csharp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export var language = <ILanguage> {
],

whitespace: [
[/^[ \t\v\f]*#((r)|(load))(?=\s)/, 'directive.csx' ],
[/^[ \t\v\f]*#\w.*$/, 'namespace.cpp' ],
[/[ \t\v\f\r\n]+/, ''],
[/\/\*/, 'comment', '@comment' ],
Expand Down

0 comments on commit e13d894

Please sign in to comment.