Your comments
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.
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.
Customer support service by UserEcho
Hello,
the latest documentation for adding custom syntax definitions can be found in the manual at https://www.textasticapp.com/v10/manual/customization/custom_syntax_themes_templates.html
Textastic currently supports TextMate 1 and Sublime Text 3 syntax definitions.
The markdown-redcarpet bundle you are using seems to be written for TextMate 2 and uses features that are not supported by Textastic, so unfortunately it doesn't work.
Please try to find a TextMate 1 bundle or Sublime Text 3 package instead.
I found this one which looks promising: https://github.com/randy3k/R-Box