madskristensen / TextmateBundleInstaller

A Visual Studio extension
Other
68 stars 23 forks source link

Support Visual Studio 2022 #602

Open soroshsabz opened 1 year ago

soroshsabz commented 1 year ago

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 commented 1 year ago

which language are you missing from VS 2022?

soroshsabz commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

@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 commented 1 year ago

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 commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

Works as advertised. Thanks a lot 👍