Commit 6197d18
authored
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.1 parent a4cb212 commit 6197d18
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
164 | 170 | | |
165 | 171 | | |
166 | 172 | | |
| |||
188 | 194 | | |
189 | 195 | | |
190 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
191 | 201 | | |
192 | 202 | | |
193 | 203 | | |
| |||
0 commit comments