cucumber / language-service

Cucumber Language Service
MIT License
12 stars 21 forks source link

r# strings in rust #176

Closed kieran-ryan closed 4 months ago

kieran-ryan commented 4 months ago

🤔 What's changed?

Check for 'r#' strings in Rust and exclude elements exclude all elements except for the string content itself.

⚡️ What's your motivation?

Fixes cucumber/vscode#202.

Raw strings in Rust of the format r"" are currently supported. However, r#""# raw strings are unsupported.

🏷️ What kind of change is this?

📋 Checklist: