You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow searching for atoms inside backticks (#1960)
In the LV repo you were not able to search for atoms inside backticks,
for example when searching for "validate_attrs" the corresponding option
of the `Phoenix.Component.slot/3` macro could not be found.
This commit fixes this by stripping the backticks from tokens and also
removing trailing colons.
0 commit comments