Closed ulrik59 closed 7 years ago
Hi, those api's shouldn't be defined there. That part of the grammar is only for builtin JavaScript objects and only when expressing a flow type.
@ulrik59 i think you want a new rule much like language-javascript provides here https://github.com/atom/language-javascript/blob/master/grammars/javascript.cson#L1004-L1073
language-babel
does not color a lot of standard API (https://developer.mozilla.org/en-US/docs/Web/API). I just add File and FormData API as I'm actually using them.