Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 5c5b749

Browse files
authored
Fix #697
This is a copy of #698, but remade so that there's only 1 commit and so that the tests are reflected as passing.
1 parent 72c8b9d commit 5c5b749

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

grammars/javascript.cson

+4-4
Original file line numberDiff line numberDiff line change
@@ -973,10 +973,10 @@
973973
}
974974
{
975975
'match': '''(?x) (?<!\\$) \\b
976-
(Array|ArrayBuffer|Atomics|Boolean|DataView|Date|Error|EvalError|Float32Array|Float64Array|Function|Generator
977-
|GeneratorFunction|Int16Array|Int32Array|Int8Array|InternalError|Intl|JSON|Map|Number|Object|Proxy
978-
|RangeError|ReferenceError|Reflect|RegExp|Set|SharedArrayBuffer|SIMD|String|Symbol|SyntaxError|TypeError
979-
|Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray|URIError|WeakMap|WeakSet)
976+
(AggregateError|Array|ArrayBuffer|Atomics|Boolean|DataView|Date|Error|EvalError|Float32Array|Float64Array
977+
|Function|Generator|GeneratorFunction|Int16Array|Int32Array|Int8Array|InternalError|Intl|JSON|Map|Number
978+
|Object|Proxy|RangeError|ReferenceError|Reflect|RegExp|Set|SharedArrayBuffer|SIMD|String|Symbol|SyntaxError
979+
|TypeError|Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray|URIError|WeakMap|WeakSet)
980980
\\b
981981
'''
982982
'name': 'support.class.js'

0 commit comments

Comments
 (0)