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
71 stars 19 forks source link

typescript #37

Open amriamiruddin opened 2 years ago

amriamiruddin commented 2 years ago

is it possible to use opt + x subHeader in tsx or react ? I have tried to modify it on JSON setting but it's not working. comment-divider.languagesMap": { ".tsx": ["{/", "/}"], ".jsx":["{/", "/}"], ".typescript": ["{/", "/}"], ".js": ["{/", "/}"], ".react": ["{/", "/}"], ".javascript": ["{/", "/}"], ".javaScript": ["{/", "/}"], ".html": ["{/", "/}"], "toml": ["#", "#"], "scss": ["//"] },
thank you