Atom v1.32 stopped detecting matching tags and JavaScript syntax highlighting

喜夏-厌秋 提交于 2019-12-18 07:00:54

问题


After v1.32.0 update, atom just stopped detecting matching html tags, and javascript/typescript color scheme changed (variables, functions, classes, object keys, etc...).

Is it possible to reactivate matching html tags highlighting and use the previous javascript color scheme that I was used to already?

Thanks!


回答1:


As mentioned in the release notes, Atom v1.32 enabled the new tree-sitter parser. Try enabling/disabling it to see whether that restores the old behaviour:

Screenshot: Toggle Tree Sitter Parsers in the Atom Core Settings

Update:

Atom v1.32.1 fixes several issues related to syntax highlighting. Since Tree Sitter is now the default highlighter, you should probably keep using it, unless the old highlighters serve you better.



来源:https://stackoverflow.com/questions/52988349/atom-v1-32-stopped-detecting-matching-tags-and-javascript-syntax-highlighting

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!