Skip to content

Commit edcc0d5

Browse files
committed
Update list of builtin modules.
1 parent d171a23 commit edcc0d5

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

elixir-mode.el

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,23 @@
255255
"defrecord")
256256
symbol-end))
257257
(builtin-modules . ,(rx symbol-start
258-
(or "Agent" "Base" "Behavior" "Binary" "Bitwise"
259-
"Builtin" "Elixir" "Code" "EEx" "Enum"
260-
"ExUnit" "Exception" "File" "GenServer"
261-
"Function" "GenServer" "GenTCP" "HashDict"
262-
"IO" "Keyword" "List" "Math" "Module" "Node"
263-
"OptionParser" "OrdDict" "Port" "Process"
264-
"Record" "Regexp" "System" "Task" "Tuple"
265-
"URI" "UnboundMethod")
258+
(or "Agent" "Application" "Atom" "Base"
259+
"Behaviour" "Bitwise" "Builtin" "Code" "Dict"
260+
"EEx" "Elixir" "Enum" "ExUnit" "Exception"
261+
"File" "File.Stat" "File.Stream" "Float"
262+
"Function" "GenEvent" "GenServer" "GenTCP"
263+
"HashDict" "HashSet" "IO" "IO.ANSI"
264+
"IO.Stream" "Inspect.Algebra" "Inspect.Opts"
265+
"Integer" "Kernel" "Kernel.ParallelCompiler"
266+
"Kernel.ParallelRequire" "Kernel.SpecialForms"
267+
"Kernel.Typespec" "Keyword" "List" "Macro"
268+
"Macro.Env" "Map" "Math" "Module" "Node"
269+
"OptionParser" "OrdDict" "Path" "Port"
270+
"Process" "Protocol" "Range" "Record" "Regex"
271+
"Set" "Stream" "String" "StringIO"
272+
"Supervisor" "Supervisor.Spec" "System" "Task"
273+
"Task.Supervisor" "Tuple" "URI"
274+
"UnboundMethod" "Version")
266275
symbol-end))
267276
(operators . ,(rx symbol-start
268277
(or "+" "++" "<>" "-" "/" "*" "div" "rem" "==" "!=" "<="

0 commit comments

Comments
 (0)