WolfWare
WolfWare
```js case "svelte": this.setCommentFormat("//", "/*", "*/"); break; ``` added to the setDelimiter function in parser.js seems to have at least enabled JS typed comments, no luck with HTML tags yet
HTML still tags work after some fiddling, allowing you to escape the the entering tag and then use TODO: etc, but still does not properly work and just makes comments...
@bjbk Sure. As mentioned its broken but... functioning? open parser.js: ```bat code %userprofile%/.vscode\extensions\aaron-bond.better-comments-2.0.5\out\parser.js ``` drill to ```cs setDelimiter() ``` and add in ```js case "svelte": this.setCommentFormat(""); this.highlightJSDoc = true; ```...