branch: elpa/zig-mode commit 2426668dfef2e2b17ceb58606963db19b6ee57c8 Author: joachimschmidt557 <joachim.schmidt...@outlook.com> Commit: joachimschmidt557 <joachim.schmidt...@outlook.com>
Remove `this` constant --- zig-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zig-mode.el b/zig-mode.el index f3b4c14..afd438e 100644 --- a/zig-mode.el +++ b/zig-mode.el @@ -213,7 +213,7 @@ If given a SOURCE, execute the CMD on it." "true" "false" ;; Other constants - "null" "undefined" "this")) + "null" "undefined")) (defconst zig-electric-indent-chars '(?\; ?, ?\) ?\] ?}))