Add regexp

This commit is contained in:
masad-frost 2018-06-09 00:33:26 -07:00
parent 12294521e0
commit 520915ef46

View file

@ -204,6 +204,8 @@ export const language = <ILanguage>{
}, },
], ],
[/\/#"(?:\.|(?:\")|[^""\n])*"\/g/, 'regexp'],
{ include: '@whitespace' }, { include: '@whitespace' },
{ include: '@strings' }, { include: '@strings' },
], ],