fish-shell/fish-rust
Fabian Boehm b82dad0160 Fix tokenizer crash
This would crash from the highlighter for something like

`PATH={$PATH[echo " "`

The underlying cause is that we use "char_at" which panics on
overread.

So instead this implements try_char_at and then just returns None.
2024-01-09 19:12:16 +01:00
..
src Fix tokenizer crash 2024-01-09 19:12:16 +01:00
widestring-suffix Move edition and MSRV to workspace 2023-08-19 15:18:38 +02:00
build.rs Remove cxx and autocxx 2024-01-07 22:19:56 +01:00