Merge pull request #9 from sandyarmstrong/csx-directives-ms

csharp: allow styling #r/#load
This commit is contained in:
Alexandru Dima 2016-09-05 14:38:38 +02:00 committed by GitHub
commit e13d89495f

View file

@ -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' ],