Skip to content

Commit 8547ae0

Browse files
authored
chore: add missing primitive types to motoko-mode.el (#4921)
1 parent 5cdda98 commit 8547ae0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

emacs/motoko-mode.el

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
"Nat64"
2525
"Float"
2626
"Char"
27-
"Text"))
27+
"Text"
28+
"Blob"
29+
"Error"
30+
"Principal"
31+
"Region"))
2832
(x-constants
2933
'("null"
3034
"true"

0 commit comments

Comments
 (0)