branch: elpa/zig-mode commit 1e75c04d33b6b07756607f9c5f82f459082b0913 Author: vent <ventl...@gmail.com> Commit: vent <ventl...@gmail.com>
Remove irrelevant comment --- zig-mode.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/zig-mode.el b/zig-mode.el index 2745f10..ae81dbd 100644 --- a/zig-mode.el +++ b/zig-mode.el @@ -326,8 +326,6 @@ This is written mainly to be used as `end-of-defun-function' for Zig." (condition-case nil (forward-sexp) (scan-error - ;; The parentheses are unbalanced; instead of being unable - ;; to fontify, just jump to the end of the buffer (goto-char (point-max)))) (end-of-line)) ;; There is no opening brace, so consider the whole buffer to be one "defun"