Commit 2e5b873
authored
Fix queries for block in rust and ecma script (#796)
The blocks in rust and javascript seem very unintuitive to me. When I
select @block.inner in rust for example, this gets matched:
<img width="734" height="153" alt="grafik"
src="https://github.com/user-attachments/assets/f33eb2f8-a4a3-4425-82fe-a8dcc71b578a"
/>
This PR changes this, so @block.inner becomes this:
<img width="734" height="161" alt="grafik"
src="https://github.com/user-attachments/assets/f3ab2989-833e-48ea-96b4-f899451ad1f8"
/>1 parent 8d2c25a commit 2e5b873
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments