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

csharp: allow styling #r/#load
pull/2748/head
Alexandru Dima 9 years ago committed by GitHub
commit e13d89495f

@ -166,6 +166,7 @@ export var language = <ILanguage> {
], ],
whitespace: [ whitespace: [
[/^[ \t\v\f]*#((r)|(load))(?=\s)/, 'directive.csx' ],
[/^[ \t\v\f]*#\w.*$/, 'namespace.cpp' ], [/^[ \t\v\f]*#\w.*$/, 'namespace.cpp' ],
[/[ \t\v\f\r\n]+/, ''], [/[ \t\v\f\r\n]+/, ''],
[/\/\*/, 'comment', '@comment' ], [/\/\*/, 'comment', '@comment' ],

Loading…
Cancel
Save