asciidoctor-vscode icon indicating copy to clipboard operation
asciidoctor-vscode copied to clipboard

Can source highlight support outer language extension?

Open PythonYunfei opened this issue 2 years ago • 0 comments
trafficstars

image As in picture, source highlight of Ascii can support Integrated language like json but can not support language Autohotkey2 which the installed extension of this language has identified it as ahk2. The extension can work quite well in its own 'ahk2' format. it would be better if the ahk2 extension can be identified and used in Ascii files too. Because the only difference between json and ahk2 is whether being integrated by VScode itself. Maybe thing need to do to achieve this is identifying the outer language like 'ahk2' and calling the default extension of the language. The language who benefited will be not only ahk2 but any language.

PythonYunfei avatar Dec 11 '22 08:12 PythonYunfei