coq-community / vsc-conceal

Prettify Symbols Mode for Visual Studio Code [maintainer=@rtetley]
MIT License
51 stars 6 forks source link

New Language Support? #1

Open pancaek opened 4 years ago

pancaek commented 4 years ago

What sort of languages could we reasonably support? I'm not familiar with too many languages to be able to properly implement useful beautified things

AlexanderZeilmann commented 4 years ago

Hey @BRBoer,

thank you for forking the extension and developing it further!

Regarding the language support, I would not include any languages in the default configuration, because most people will just delete them. Instead, I would add the code for different languages here on GitHub to wiki pages, such that people can copy and paste any languages they want. If someone wants to contribute a new language we just create a new wiki page.

pancaek commented 4 years ago

Hmm, I'm not sure how to feel about that, but I'm not totally opposed. I will deliberate on that for the next week or so. Maybe I'm just not a typical user, but

most people will just delete them

Isn't something that applies to me, so definitely would be something I'd want more feedback on before doing. In the meantime I'd recommend opening a new issue to talk about this. The wiki needs to be massively changed anyway I feel.

LucaDiBona commented 3 years ago

One language that could be supported, and that I'm happy to create an example configuration for, is LaTeX

pancaek commented 3 years ago

that should be integrated as of now, I would love any suggestions of how to improve it further, if you have any!

LucaDiBona commented 3 years ago

I do, in fact, and I'm working on adding some missing symbols currently. I'll submit a PR when I'm done