digital-science / dimcli

Python client and CLI for scientometrics and research analytics using the Dimensions API.
https://digital-science.github.io/dimcli/getting-started.html
MIT License
43 stars 6 forks source link

CLI: cosmetic: string highlighting breaks with double quotes escapes #82

Open k2d222 opened 2 months ago

k2d222 commented 2 months ago

e.g. "\"phrase\" AND keyword" will highlight in red only the first part "\"phrase\".

lambdamusic commented 3 weeks ago

Think this is an inherent problem with prompt-toolkit highlighter, TBC