Skip to content

Commit b027891

Browse files
committed
Add 'Tests' IMenu entries.
1 parent 3bff16b commit b027891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elixir-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@
168168
("Public Macros" "^\\s-*defmacro[ \n\t]+\\([a-z0-9_]+\\)\\(([^)]*)\\)*[ \t\n]+do.*" 1)
169169
("Private Macros" "^\\s-*defmacrop[ \n\t]+\\([a-z0-9_]+\\)\\(([^)]*)\\)*[ \t\n]+do.*" 1)
170170
("Delegates" "^\\s-*defdelegate[ \n\t]+\\([a-z0-9_]+\\)\\(([^)]*)\\)*[ \t\n]+do.*" 1)
171-
("Overridables" "^\\s-*defoverridable[ \n\t]+\\([a-z0-9_]+\\)\\(([^)]*)\\)*[ \t\n]+do.*" 1))
171+
("Overridables" "^\\s-*defoverridable[ \n\t]+\\([a-z0-9_]+\\)\\(([^)]*)\\)*[ \t\n]+do.*" 1)
172+
("Tests" "^\\s-*test[ \t\n]+\"\\([a-z0-9_]+\\)\""))
172173
"Imenu pattern for `elixir-mode'.")
173174

174175
(defgroup elixir nil

0 commit comments

Comments
 (0)