branch: elpa/zig-mode
commit 22187f49bd0203a13a06b95c3aa302d81147109c
Merge: 9b44e04 2426668
Author: Matthew D. Steele <mdste...@alum.mit.edu>
Commit: GitHub <nore...@github.com>

    Merge pull request #32 from joachimschmidt557/remove-this
    
    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 5f99bd6..8d764b1 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
   '(?\; ?, ?\) ?\] ?}))

Reply via email to