Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update javascript.cson
  • Loading branch information
icecream17 authored Nov 13, 2020
commit 40a1be4a118e26ae164fb800f8f9e0a809bda585
2 changes: 1 addition & 1 deletion grammars/javascript.cson
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
}
{
'match': '''(?x) (?<!\\$) \\b (?:
(document|event|navigator|performance|screen|window)
(document|event|navigator|performance|screen|window|self|frames|globalThis)
|
(AnalyserNode|ArrayBufferView|Attr|AudioBuffer|AudioBufferSourceNode|AudioContext|AudioDestinationNode|AudioListener
|AudioNode|AudioParam|BatteryManager|BeforeUnloadEvent|BiquadFilterNode|Blob|BufferSource|ByteString|CSS|CSSConditionRule
Expand Down