mirror of https://github.com/helix-editor/helix
Remove let_declaration from Rust locals tracking (#3212)
parent
bf74a4652d
commit
9ed9c3faca
|
@ -8,9 +8,6 @@
|
||||||
(parameter
|
(parameter
|
||||||
(identifier) @local.definition)
|
(identifier) @local.definition)
|
||||||
|
|
||||||
(let_declaration
|
|
||||||
pattern: (identifier) @local.definition)
|
|
||||||
|
|
||||||
(closure_parameters (identifier) @local.definition)
|
(closure_parameters (identifier) @local.definition)
|
||||||
|
|
||||||
; References
|
; References
|
||||||
|
|
Loading…
Reference in New Issue