samuelcolvin / jinjahtml-vscode

Syntax highlighting for jinja(2) html templates in vscode
https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml
MIT License
135 stars 53 forks source link

Add support for Cython #110

Closed touilleMan closed 2 years ago

touilleMan commented 2 years ago

Hi !

I'm working on a project that generates Cython from Jinja2, so I'll definitely appreciate to have better syntax highlighting ^^

BTW, I'm pretty impressed by how simple it is to add new language support, that's a great extension you have here ! :smiley:

samuelcolvin commented 2 years ago

Thanks so much.

I'm on holiday until Friday, but will look then.

samuelcolvin commented 2 years ago

thanks so much.

samuelcolvin commented 2 years ago

BTW, I'm pretty impressed by how simple it is to add new language support, that's a great extension you have here ! 😃

Thanks but most of that is down to vscode, this library is just a set of definitions.