Thom1729 / Sublime-JS-Custom

Customizable JavaScript syntax highlighting for Sublime Text.
MIT License
137 stars 9 forks source link

add clearInterval and setInterval #113

Closed silverwind closed 3 years ago

silverwind commented 3 years ago

Ref:

https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setInterval https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/clearInterval

Thom1729 commented 3 years ago

Thanks for the PR! Both of those files are copied directly from the upstream [core Packages repository], so any changes have to be made there. If you submit an identical PR there, I'll approve it.

silverwind commented 3 years ago

Link?

Thom1729 commented 3 years ago

Sorry; left it out of my comment: https://github.com/sublimehq/Packages/

silverwind commented 3 years ago

Thanks, https://github.com/sublimehq/Packages/pull/2814.