Commit f9fa4be
Friedrich Pfitzmann
fix: add Elixir (.ex, .exs) file extension support in language parser
This commit adds the missing case for Elixir file extensions (.ex and
.exs) in the
loadRequiredLanguageParsers function, fixing the "Unsupported Language"
error when
using the read_file tool with Elixir files. All tests pass, confirming
proper Elixir
support.1 parent 8eb6585 commit f9fa4be
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
199 | 205 | | |
200 | 206 | | |
201 | 207 | | |
| |||
0 commit comments