pjmiravalle / vscode-terraform-advanced-syntax-highlighting

Terraform Advanced Syntax Highlighting is a Visual Studio Code extension that dramatically improves syntax highlighting for .tf, .tfvars, and .hcl files in VS Code.
https://marketplace.visualstudio.com/items?itemName=pjmiravalle.terraform-advanced-syntax-highlighting
MIT License
12 stars 2 forks source link

Feature request: Markdown code blocks highlighting #3

Open 64kramsystem opened 3 years ago

64kramsystem commented 3 years ago

I keep my notes in Markdown format, and it would be very useful if the plugin supported Markdown code blocks syntax highlighting.

I'm not familiar with the VSC plugin internals, however, based on a similar PR, this could be a simple job.

pjmiravalle commented 3 years ago

Hi @saveriomiroddi - apologies for taking so long to get around to this! This sounds like an interesting idea, and I'd love to look into it more.

When you have some time, would you mind providing me with an example of a note you would store in MD format? This would be very helpful in me being able to test syntax highlighting against your use case. Thanks!

64kramsystem commented 3 years ago

Hi @saveriomiroddi - apologies for taking so long to get around to this! This sounds like an interesting idea, and I'd love to look into it more.

When you have some time, would you mind providing me with an example of a note you would store in MD format? This would be very helpful in me being able to test syntax highlighting against your use case. Thanks!

Hello! No problem, better late than never :smile:

You can find my terraform notes here. There's plenty for you to test! :smile:

pjmiravalle commented 3 years ago

Thanks for the quick response! I've been having very limited time lately to work on this extension (hobby :)), but I will take a look when I can. Thanks again for the suggestion!

64kramsystem commented 3 years ago

Thank you :smile:

All in all, Ruby does fit the syntax, so this is a minor feature request. However, it may be simple enough, and it would make the plugin complete (syntax-wise).

Bye :smile: