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
|
||||
(identifier) @local.definition)
|
||||
|
||||
(let_declaration
|
||||
pattern: (identifier) @local.definition)
|
||||
|
||||
(closure_parameters (identifier) @local.definition)
|
||||
|
||||
; References
|
||||
|
|
Loading…
Reference in New Issue