You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this for me by going to the bundle editor
Bundles>Javascript>Language Grammars>Javascript
And add static to the matches next to 'keyword.control.js';
The same thing is happening with the private keyword.
There is no private keyword in JavaScript (it uses hashnames, like this.#attribute and #method(){}), so that is rendering correctly. The static keyword does need adding though (see @leenapps' answer).
Code that I'm using (from Stimulus homepage)
output
![image](https://user-images.githubusercontent.com/105030/65385468-50049a80-dd72-11e9-9466-08dec78aab69.png)
The same thing is happening with the
private
keyword.The text was updated successfully, but these errors were encountered: