Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the inclusion of .py files. #7

Open
typesupply opened this issue Dec 8, 2016 · 0 comments
Open

Allow the inclusion of .py files. #7

typesupply opened this issue Dec 8, 2016 · 0 comments

Comments

@typesupply
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant