Closed lazyskulptor closed 2 years ago
When I use typescript, I use js2-minor-mode together. In my setting highlight of js2 doesn't work properly.
So I want to disable only syntax highlight function.
I tried to change value of js2-highlight-level to 0, but It's still be enabled.
js2-highlight-level
I think you want to set js2-mode-show-parse-errors to nil.
js2-mode-show-parse-errors
Thank you. It works.
When I use typescript, I use js2-minor-mode together. In my setting highlight of js2 doesn't work properly.
So I want to disable only syntax highlight function.
I tried to change value of
js2-highlight-level
to 0, but It's still be enabled.