Sublime Forum

JavaScript ES6

#1

I was using javascript today and I found that it had markers saying that the const and => commands were not available and that I had to update to ES6, I was given no links or information on where or how to download, and its also weird cause I just installed Sublime text 3 today, so I would think it would be updated. I have a few linters downloaded for javascript, css, and html but I would think that they would be up to date with Sublime…

Any information or tips would be greatly appreciated
IdoltTheIdot

0 Likes

#2

Sublime’s core JavaScript syntax highlighting supports ES6 (and much newer features besides), and if it didn’t, it still wouldn’t add “markers” or tell you to update anything. It sounds like you’re having an issue with a third-party plugin.

0 Likes

#3

Dang. So its probably the linter then, and that probably means I will have to uninstall the linter. The weird thing is that the linter worked back in October, any idea why that might be?

0 Likes

#4

I’d post a question on the linter’s issue tracker.

0 Likes