Open soroshsabz opened 1 year ago
which language are you missing from VS 2022?
My problem is in Visual Studio marketplace see SyntaxHighlightinPack does not support Visual Studio 2022, I want to you add this great extension to Visual Studio 2022
I understand, but there is a new and better way to ship language support for VS2022. Also, it ships with more languages out of the box. So which languages in particular are you missing?
Oh, where is new way? I like to learn it, I try to add kamailio and ansible DSL to visual studio in
@soroshsabz See this: https://github.com/madskristensen/Wren
It keeps the grammar files in the VSIX install path instead of copying them into %userprofile%. It's supported at least since VS 2019
Hi, I'm missing the assembler language (nasm), the file extension is .asm. In the 2019 version, everything works fine with your extension. Thank you very much!
I understand, but there is a new and better way to ship language support for VS2022. Also, it ships with more languages out of the box. So which languages in particular are you missing?
I'm not the person this answer was originally directed to, but for various reasons, I need a Haskell syntax highlighter. What's the new way to get that?
There's a newer way you can bundle your textmate bundles in an extension, but if you just want to add support for a language, do this: https://learn.microsoft.com/en-us/visualstudio/ide/adding-visual-studio-editor-support-for-other-languages?view=vs-2022
Works as advertised. Thanks a lot 👍
ITNAO
Hi,
In https://marketplace.visualstudio.com/items?itemName=MadsKristensen.SyntaxHighlightingPack we see this extension does not support Visual Studio 2022, So please support Visual Studio 2022