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

Support/bypass for "import" and "from" keywords in the processing of description.ext #128

Open
mrCurry90 opened this issue Jan 26, 2023 · 0 comments

Comments

@mrCurry90
Copy link

mrCurry90 commented Jan 26, 2023

This may be on the todo-pile already but raising it so it isn't missed for future versions.

The import call for description.ext
import RscCredits from RscTitles;
will result in an error

Expected "(", "=", "[]", comment, end of line, or whitespace but "R" found.

I guess since they are fairly new "import" and "from" are not being properly recognized.
Biki: Link

I can see it being tricky to get it working proper without the full config reference to pull from but accepting the line as valid is a must since the error invalidates the parsing of the description.ext including CfgFunctions and all the problems that entails.

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