SIGN IN SIGN UP

Extend Ruby word characters to include valid identifier chars (#7824)

In Ruby `_$=@!:?` can all be part of an identifier. If we don't have
them in this list, autocomplete doesn't work as expected.

See: https://gist.github.com/misfo/1072693

This fixes one part of #7819 but not the whole ticket.

Release Notes:

- Fixed completions in Ruby not working for identifiers that start or
end with special characters (e.g.: `@`)
T
Thorsten Ball committed
3921259b6c054db46245a6d13b95add0d5dc3d83
Parent: e93dca5
Committed by GitHub <noreply@github.com> on 2/15/2024, 1:25:18 PM