We don't need to add a third-party extensions for the .js file types to edit in vscode. What I need is I am going to create a file with .abc extension type and still I need to get the syntax highlight and the keyword suggestions provided by the vscode to the js files to my extension type as well. Is there a way to bind .js type with .abc type
We don't need to add a third-party extensions for the .js file types to edit in vscode. What I need is I am going to create a file with .abc extension type and still I need to get the syntax highlight and the keyword suggestions provided by the vscode to the js files to my extension type as well. Is there a way to bind .js type with .abc type