Skip to content

Commit

Permalink
feat(cspell): update regex ignore for twig
Browse files Browse the repository at this point in the history
  • Loading branch information
rellafella committed Nov 12, 2024
1 parent 8f3234e commit 046720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-config/cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
"languageId": "twig",
"ignoreRegExpList": ["/\\{\\%\\sset\\s\\w+Id\\s=\\s\"[^\"]+\"\\s\\%\\}/"]
"ignoreRegExpList": ["\\{%\\s*set\\s+\\w+(id|key)\\s*=\\s*\"[^\"]+\"\\s*%\\}"]
}
],
"globRoot": "/",
Expand Down

0 comments on commit 046720c

Please sign in to comment.