feaPyFoFum icon indicating copy to clipboard operation
feaPyFoFum copied to clipboard

Allow the inclusion of .py files.

Open typesupply opened this issue 9 years ago • 0 comments

Use a custom syntax for this. Something like this: # >>> include >>> path/to/something.py The path would follow the same relative location rules as the standard .fea include statement. When including a file, the include line would be replaced with the contents of the .py file, with each line in the .py text prefixed with # , all text preceded with # >>> and all text followed by # <<<. This will allow Python code to be more easily editable in a code editor.

typesupply avatar Dec 08 '16 04:12 typesupply