JuliaEditorSupport / julia-vim

Vim support for Julia.
http://julialang.org/
Other
747 stars 93 forks source link

Exclamation mark after identifier wrongly highlighted as operator #293

Closed fredrikekre closed 2 years ago

fredrikekre commented 2 years ago

For example:

push!

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

push!(...)
Screenshot 2022-05-05 at 23 16 21
fredrikekre commented 2 years ago

Thanks Carlo!