Commit e1fa3c2
fix: correct special characters escaping in configuration
- Remove unnecessary quotes around special-chars property value
- Fix escaping for backslash and quotes in allowed special characters
- Ensures proper parsing of special characters configuration
The previous format with surrounding quotes could cause parsing issues
and prevent certain special characters from being recognized.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2ba9ade commit e1fa3c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments