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

Fix cfg syntax #44

Merged
merged 3 commits into from
Mar 29, 2022
Merged

Fix cfg syntax #44

merged 3 commits into from
Mar 29, 2022

Conversation

HebaruSan
Copy link
Contributor

@HebaruSan HebaruSan commented Mar 25, 2022

Hi @OhioBob!

I'm using JNSQ to test some cfg parser code for KSP-CKAN/CKAN#3525, and I found a few minor syntax errors; descriptions/explanations below.
This pull request fixes them.

DefaultColor.cfg

  • Extra space between :HAS and :AFTER, not sure of impact

sunflare01.cfg

  • Several lines that look like they were attempted to be commented out with #, but # is a legal name/key character for config nodes, now changed to //
    REMOVED. Apparently this is legal syntax ("paste operator") with almost no documentation, but the KSP-RO folks explained it to me.

@OhioBob OhioBob merged commit 24226ef into Galileo88:master Mar 29, 2022
@HebaruSan HebaruSan deleted the patch-1 branch March 29, 2022 15:55
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

Successfully merging this pull request may close these issues.

2 participants