We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1b545a + 4e2c610 commit 642ee02Copy full SHA for 642ee02
elixir-mode.el
@@ -241,6 +241,7 @@
241
"defp"
242
"defprotocol"
243
"defrecord"
244
+ "defstruct"
245
"destructure"
246
"alias"
247
"require"
@@ -265,7 +266,9 @@
265
266
"end")
267
"Elixir mode keywords.")
268
(defvar elixir-mode-module-names
- '("Behavior"
269
+ '("Actor"
270
+ "Base"
271
+ "Behavior"
272
"Binary"
273
"Bitwise"
274
"Builtin"
0 commit comments