diff --git a/src/sb.ts b/src/sb.ts index 43b32faf..ce5c8a33 100644 --- a/src/sb.ts +++ b/src/sb.ts @@ -98,6 +98,7 @@ export const language = { whitespace: [ [/[ \t\r\n]+/, ''], + [/(\').*$/, 'comment'] ], string: [