ziglang / zig-mode

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

fix multiline string properties rules regex #19

Closed mgxm closed 4 years ago

mgxm commented 4 years ago

Includes a negative match in the regex that excludes backslashes that are preceded by single or double-quotes

Close: #15

AndreaOrru commented 4 years ago

Thank you!