Commit 63c343b
committed
fix: correct operator precedence in ZynML syntax highlighting
- Separate equality (==, !=) from assignment (=) patterns
- Move equality comparison before assignment to ensure == matches first
- Separate fat arrow (=>) from thin arrow (->)
- Make type annotation colon (:) punctuation instead of operator
- Move path separator (::) before single colon
- Add compound assignment patterns (+=, -=, etc.)
- Move bitwise shift (<<, >>) before comparison operators1 parent 409c301 commit 63c343b
1 file changed
Lines changed: 48 additions & 12 deletions
Lines changed: 48 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
215 | | - | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
217 | 219 | | |
218 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
219 | 237 | | |
220 | 238 | | |
221 | 239 | | |
222 | 240 | | |
| 241 | + | |
223 | 242 | | |
224 | 243 | | |
225 | 244 | | |
226 | 245 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 246 | + | |
231 | 247 | | |
232 | 248 | | |
233 | 249 | | |
234 | 250 | | |
235 | | - | |
236 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
237 | 259 | | |
238 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
239 | 272 | | |
240 | 273 | | |
241 | 274 | | |
242 | 275 | | |
| 276 | + | |
243 | 277 | | |
244 | 278 | | |
245 | 279 | | |
246 | 280 | | |
247 | | - | |
248 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
249 | 284 | | |
250 | 285 | | |
251 | | - | |
252 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
253 | 289 | | |
254 | 290 | | |
255 | 291 | | |
| |||
0 commit comments