-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Visual Studio 2022 #602
Comments
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'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
The text was updated successfully, but these errors were encountered: