fix comment tokenizer

This commit is contained in:
marlenecota 2017-07-29 22:23:33 -07:00
parent 0281b3f960
commit 72904610c7

View file

@ -98,6 +98,7 @@ export const language = <ILanguage>{
whitespace: [ whitespace: [
[/[ \t\r\n]+/, ''], [/[ \t\r\n]+/, ''],
[/(\').*$/, 'comment']
], ],
string: [ string: [