Your comments
You can add custom syntax definitions to Textastic by using TextMate bundles or Sublime Text packages. See
https://www.textasticapp.com/v10/manual/customization/custom_syntax_themes_templates.html
This TextMate bundle should work:
Textastic uses the NSDocument architecture of macOS to open and save documents. This enables features like AutoSave, Versions, iCloud Drive and more.
When a file is saved, it is saved at a temporary location and then moved into the target folder. This requires write permissions for the folder.
You get the same permission dialog when trying to open a file in a read-only folder in TextEdit, so this is really a limitation of NSDocument.
Currently you can only do this by adding empty lines at the end of the file. I'll consider this feature for a future update.
Currently not, sorry.
Thanks, I'll look into it and will try to reproduce the problem.
Can you point me to some documentation or article on how I can configure this on my own network so I can try to reproduce this problem?
Is mDNS related to Apple's Bonjour?
It's not yet possible in the current version, sorry.
Thank a lot for letting me know!
Customer support service by UserEcho
You can press Ctrl-Shift-P on an external keyboard to show the scope at the cursor location.
You'll need to use scopes in your themes and code completion definition.
The uuid of a new code completion file should be a new unique identifier - it can be generated using the uuidgen command on a Mac. There are also online generators for uuids.