ziglang / zig-mode

Zig mode for Emacs
GNU General Public License v3.0
163 stars 54 forks source link

Highlighting gets messed up if skipping to the end of a long file with strings #52

Closed g-w1 closed 4 months ago

g-w1 commented 3 years ago

When viewing src/main.zig (of zig) and skipping to the end of the file, it displays everything as strings. image I have also experienced this with the vim plugin, but it would be nice if this didn't happen.

joachimschmidt557 commented 3 years ago

I think this is still an issue related to https://github.com/ziglang/zig-mode/issues/22

g-w1 commented 3 years ago

Ah, should that be re-opened?

joachimschmidt557 commented 3 years ago

I agree. I think that issue should be reopened as the handling of multiline strings was improved by #46 but not fixed completely as we can see.