Skip to content

Commit 642ee02

Browse files
committed
Merge pull request #45 from pma/patch-1
Highlight defstruct and Actor, Base modules
2 parents f1b545a + 4e2c610 commit 642ee02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

elixir-mode.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
"defp"
242242
"defprotocol"
243243
"defrecord"
244+
"defstruct"
244245
"destructure"
245246
"alias"
246247
"require"
@@ -265,7 +266,9 @@
265266
"end")
266267
"Elixir mode keywords.")
267268
(defvar elixir-mode-module-names
268-
'("Behavior"
269+
'("Actor"
270+
"Base"
271+
"Behavior"
269272
"Binary"
270273
"Bitwise"
271274
"Builtin"

0 commit comments

Comments
 (0)