eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
665 stars 61 forks source link

Fix treatment of word transitions in fuzzy matcher #1442

Closed lars-reimann closed 2 months ago

lars-reimann commented 3 months ago

Previously, the first character of a query had to match the first character of some camelCase text in the fuzzy matcher.

Now, it has to match either the first character of the text or the first character after a word transition.