Hi! I’ve been growing my snippet collection and they are becoming more complex and harder to read. I use a lot of substitutions and so my snippets are full of regex. I am aware that CDATA doesn’t allow for comments and that other solutions are being ‘noodled’ over. That being said, being able to comment in whatever snippet filetype would be great.
Here’s a snippet of a snippet:
Conclusie
${10/(1[3-5])|(9|1[0-2])|([3-8])|(\d+|)/(?1Minor:)(?2Matig ernstig:)(?3Ernstig:)/} ${14:__conclusie-trauma-capitis}
Being able to explain this to future me and/or others would be helpful.
Martien