leodevbro / vscode-blockman

VSCode extension to highlight nested code blocks
https://github.com/leodevbro/vscode-blockman
MIT License
465 stars 17 forks source link

Feature Request: Whitelist #130

Closed hk21702 closed 8 months ago

hk21702 commented 8 months ago

I know that there exists a blacklist already, but it would be really nice to also have a whitelist for specific file formats.

leodevbro commented 8 months ago

Hello @hk21702, Blockman now supports white list of file formats. Current version is v1.7.6 (2024-02-01).

in blockman.n32BlackListOfFileFormats (Blockman: N32 Black List Of File Formats)

Just type ‘^’ (caret symbol) at the left of the list, and it will become a white list. Like this: ^ typescript, typescriptreact

hk21702 commented 8 months ago

Works great for me! Thanks.