Currently the auto-complete highlight doesn't match the suggestion:
Steps to Reproduce:
- Type
@apply. and press TAB.
- The auto-complete suggested is -
crates/forge_app/src/tools/patch/apply.rs where crates is highlighted.
Expected
- Only the matching text should be highlighted.