Commit 9cee4ba
committed
Consolidate string detection into a single syntax-ppss call
clojure--font-locked-as-string-p previously delegated to
clojure-string-start (potentially twice: once for regex, once for
regular strings), with each call invoking syntax-ppss separately.
Inline the logic with a single syntax-ppss call.1 parent c9a6ca0 commit 9cee4ba
1 file changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1263 | 1263 | | |
1264 | 1264 | | |
1265 | 1265 | | |
1266 | | - | |
| 1266 | + | |
1267 | 1267 | | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
1271 | | - | |
1272 | | - | |
1273 | | - | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
1274 | 1278 | | |
1275 | 1279 | | |
1276 | 1280 | | |
| |||
0 commit comments