cucumber / language-service

Cucumber Language Service
MIT License
18 stars 27 forks source link

refactor: accumulate tokens into a different data structure #220

Open michaelboyles opened 5 months ago

michaelboyles commented 5 months ago

🤔 What's changed?

Accumulate tokens into a different data structure.

This ensures that the data is ordered with positive relative line numbers, regardless of how the walker visits lines.

⚡️ What's your motivation?

This is something needed to add comment highlighting support, since comments are walked after tables

🏷️ What kind of change is this?

♻️ Anything particular you want feedback on?

📋 Checklist: