I need to use JSX syntax highlighting for .js
files in one of my projects. Sublime’s View > Syntax > Open all with current extension as > JSX will make all .js files to use JSX syntax highlighting across all projects, whereas I need it only in one specific project. Is there a way to set JSX syntax highlighting for .js
files for one specific project?
I’m aware of the separate package allowing to set specific syntaxes per project, but I’d like to use that package.