PyScript for User Defined Languages?
-
Is it possible to use the PyScripter to make a more flexible version of the User Defined Language feature?
I mean, defining indefinitely many quote-pairs and delimiters instead of 8 each, and recognising non-ASCII characters.
The AkelPad text editor has a (very badly documented) “Coder” plugin that doesn’t set limits on how many of each, and can hand unicode characters. But it can’t manage quotes over linebreaks or tabs, and can’t do nesting.