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

Add multi-line support for bootstrap.properties diagnostics #155

Open
evie-lau opened this issue Jan 17, 2023 · 0 comments
Open

Add multi-line support for bootstrap.properties diagnostics #155

evie-lau opened this issue Jan 17, 2023 · 0 comments
Labels
enhancement New feature or request LCLS Liberty Config Language Server

Comments

@evie-lau
Copy link
Member

evie-lau commented Jan 17, 2023

Followed up with Liberty developers and the bootstrap.properties file follows standard Java properties file conventions, which are summarized here in the Java documentation.

After reading that, the main takeaway is that the whitespace directly before/after the = is ignored. There is a lot of special cases though with line continuation by using the escape \, and special quoting in the key to include a = or :.

Originally posted by @cherylking in #141 (comment)

#154 fixed the whitespace handling around the equal sign, but we should still add support for line continuation using the escape \

@evie-lau evie-lau added enhancement New feature or request LCLS Liberty Config Language Server labels Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request LCLS Liberty Config Language Server
Projects
None yet
Development

No branches or pull requests

1 participant