Skip to content
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

Open
soroshsabz opened this issue Feb 17, 2023 · 9 comments
Open

Support Visual Studio 2022 #602

soroshsabz opened this issue Feb 17, 2023 · 9 comments

Comments

@soroshsabz
Copy link

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

@madskristensen
Copy link
Owner

which language are you missing from VS 2022?

@soroshsabz
Copy link
Author

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

@madskristensen
Copy link
Owner

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?

@soroshsabz
Copy link
Author

Oh, where is new way? I like to learn it, I try to add kamailio and ansible DSL to visual studio in

https://github.com/soroshsabz/visualstudio-ansible

https://github.com/soroshsabz/visualstudio-kamailio

@madskristensen
Copy link
Owner

@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

@Nomad192
Copy link

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!

@ploeh
Copy link

ploeh commented Feb 2, 2024

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?

@madskristensen
Copy link
Owner

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

@ploeh
Copy link

ploeh commented Feb 2, 2024

Works as advertised. Thanks a lot 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants