|
255 | 255 | "defrecord") |
256 | 256 | symbol-end)) |
257 | 257 | (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") |
266 | 275 | symbol-end)) |
267 | 276 | (operators . ,(rx symbol-start |
268 | 277 | (or "+" "++" "<>" "-" "/" "*" "div" "rem" "==" "!=" "<=" |
|
0 commit comments