JuliaEditorSupport/julia-vim

Wrong symbol detection in combination with indexing

fredrikekre opened this issue · 1 comments

This wrongly detects d to be a symbol:

a = b[c]:d[e]
a = b[c]:d

a = b:d[e] # this works though

Screenshot 2022-02-08 at 23 59 57

Thank you!