Your comments
I am currently working on it.
Settings -> General -> Language & Region -> Preferred Language Order (use the Edit button in the top right corner to change the language order)
When you use the "Open…" command in Textastic, the operating system opens Textastic's sandbox so that it can access the file you choose in the document picker. Textastic does not have access to other files in the same folder, so the web preview screen does not show CSS or image files.
You could also use the Preview feature in Working Copy instead. It trivially has access to all the files and can include everything in its preview.
When Textastic invokes the document picker, it limits the types of files to the following system-declared uniform type identifiers: "public.text", "public.plain-text", "public.source-code" and "public.script". This is done because it cannot edit files such as image or video files.
The ".jl" file extension is by default not known to the system so there is no uniform type identifier declared for it. This means that document providers typically do not allow to open such a file.
The option is still the same in Textastic 6. I have attached a screenshot. Make sure to disable "Auto Word Wrap".
Customer support service by UserEcho
Unfortunately, it is not possible to add a file type at runtime. All supported file types are defined in an "Info.plist" file which is static and must be defined by the app developer at compile time of the app.