Lukas Wirth
|
1dcb11be5d
|
Simplify some config serialization stuff
|
2024-06-11 10:45:17 +02:00 |
|
Lukas Wirth
|
7c6f31a45b
|
Allow hir::Param to refer to other entity params aside from functions
|
2024-05-18 12:35:55 +02:00 |
|
Lukas Wirth
|
a39c0493a1
|
Render literal escaping errors in hovers
|
2024-05-13 12:51:57 +02:00 |
|
oxalica
|
51b35ccb1b
|
Add comments for why skip highlighting for invalid char/byte literals
|
2023-07-23 04:24:35 +08:00 |
|
oxalica
|
1f35e4d3f1
|
Introduce invalidEscapeSequence semantic token type
|
2023-07-19 15:12:53 +08:00 |
|
oxalica
|
de1f766820
|
Fix highlighting of byte escape sequences
Currently non-UTF8 escape sequences in byte strings and any escape
sequences in byte literals are ignored.
|
2023-07-17 22:52:58 +08:00 |
|
bvanjoi
|
f0c74b30ed
|
fix(ide): highlight escapes in char
|
2023-04-06 23:20:12 +08:00 |
|
yipinliu
|
8247925313
|
Fixed tidy test
|
2022-03-12 20:04:14 +08:00 |
|
yipinliu
|
581e1bf0d7
|
Highlight escape sequences in byte strings
|
2022-03-12 19:03:14 +08:00 |
|