Skip to content

Commit 58a0182

Browse files
committed
Highlight atom map keys that end with a newline
1 parent d8c29c7 commit 58a0182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ is used to limit the scan."
427427
1 font-lock-variable-name-face)
428428

429429
;; Map keys
430-
(,(elixir-rx (group (and identifiers ":")) space)
430+
(,(elixir-rx (group (and identifiers ":")) (or space "\n"))
431431
1 elixir-atom-face)
432432

433433
;; Pseudovariables

0 commit comments

Comments
 (0)