Commit 230ccf8
authored
fix(snippets): ensure proper espcaping of special chars (#2239)
Previously, when working with the built-in snippet engine,
placeholders like `TM_*` or `CLIPBOARD` were populated blindly without
escaping special characters. This caused parsing failures, especially
for LaTeX snippets with extensive use of these chars.
This change ensures proper escaping according to LSP snippet grammar
EBNF conventions.
Closes #2072
Related #20281 parent 2408f14 commit 230ccf8
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
| |||
0 commit comments