diff --git a/.cspell.yml b/.cspell.yml index 49a2c0847955..09675755abaa 100644 --- a/.cspell.yml +++ b/.cspell.yml @@ -13,7 +13,7 @@ patterns: pattern: | / ^(\s*[~`]{3,}) # code-block start - (bash|console|cmd|docker|go|log|mermaid|nocode|sh(ell)?|yaml) # languages + .* # all languages and options, e.g. shell {hl_lines=[12]} [\s\S]*? # content \1 # code-block end /igmx