skip to Main Content

I tried various methods on here and google, but I can’t get my JavaScript file to format the IntelliSense correctly. Below are screenshots of the problem I have.

Here is a screenshot of my problem:

Screenshot of problem

Correctly formatted color text

2

Answers


  1. Chosen as BEST ANSWER

    The color theme and theme was the problem here.

    Answer for this problem is rioV8's comment:

    Syntax highlighting for JavaScript and CSS are done by different TextMate files and the theme. Find out if there is a different TextMate scope for the stuff you think is incorrect colored. All the white stuff are variables and most likely have the same scope.


  2. You probably meant to type ampmEl.innerText = ampm

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search