RedCMD
RedCMD
https://marketplace.visualstudio.com/items?itemName=ruschaaf.extended-embedded-languages should do the trick
it is failing on hook methods ```js * Executing task: npm run ui-test > [email protected] ui-test > extest setup-and-run './out/ui-test/*.test.js' --code_settings settings.json --extensions_dir .test-extensions Downloading VS Code: 1.104.1 / stable...
`lookarounds` are allowed `quantifiers` inside of them you're just not allowed to put the quantifer directly on the `lookaround` however they are limited to 10,000 characters
@msivasubramaniaan done thanks
@msivasubramaniaan done
@datho7561 thank you I'm not seeing any merge conflicts here's the server side pr: * https://github.com/redhat-developer/yaml-language-server/pull/1132
lists indented with tabs are currently broken in this grammar ```md 1. # no-indent 1. # Spaces 2. # no-indent 1. # Tab ``` 1. # no-indent 1. # Spaces...
both github and vscode seem to support so I updated the above comment
@wooorm https://github.com/microsoft/vscode-markdown-tm-grammar handles it correctly  is it not as simple as replacing ` ` => `[ \t]`? vs Github: ```md 1. # no-indent 1. # Spaces 2. # no-indent...
are you saying that Markdown always treats tabs completely interchangeable with 4 spaces? so you can mix space tab space with tab space space and space 6x etc?