stackbreak / comment-divider

Divide your code by sections with styled separators
https://marketplace.visualstudio.com/items?itemName=stackbreak.comment-divider
GNU General Public License v3.0
72 stars 20 forks source link

[REQUEST] Liquid file support #36

Open brady-sewall opened 2 years ago

brady-sewall commented 2 years ago

I tried adding this to the settings.json file, but it's not working: "comment-divider.languagesMap": { "liquid": ["{%- comment -%}", "{%- endcomment -%}"] }

Liquid files are commented with {%- comment -%} and {%- endcomment -%}