JuliaEditorSupport/julia-vim

Exclamation mark after identifier wrongly highlighted as operator

fredrikekre opened this issue · 1 comments

For example:

push!

is wrong. It works correctly when used in a call context, though:

push!(...)

Screenshot 2022-05-05 at 23 16 21

Thanks Carlo!