Thom1729 / Sublime-JS-Custom

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

Pipeline operator underlined with red #100

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi, anyone seen this before? Screenshot from 2020-07-19 09-59-45

I have disabled built-in Sublime JavaScript package and turned off spell checker just in case. Fresh Sublime install, no other packages. So basically editor underlines > symbol (I am using ligatures, thus it's shown a little bit different, but turning off ligatures does not make any difference).

What's my options? I actually don't need any linting, is it possible to disable it for JS specifically? Thanks in advance.

ghost commented 4 years ago

My bad, I have installed TypeScript package by Microsoft, never thought it might introduce some checks.