Skip to content

Conversation

@pmwmedia
Copy link
Contributor

@pmwmedia pmwmedia commented Sep 2, 2022

Properties files are very common in Java projects (see https://en.wikipedia.org/wiki/.properties)

Known limitations of my lexer:

  • Multi line entries with trailing backspaces won't be detected (I don't know your lexer syntax well enough to solve this)
  • key value entries without = and : won't be detected (I have never seen such entries in real life)

Fixes #615

Copy link
Owner

@alecthomas alecthomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this, mind adding a test? 🙇

@pmwmedia
Copy link
Contributor Author

pmwmedia commented Sep 3, 2022

Sure, I have just added tests

@alecthomas
Copy link
Owner

Legend, thanks!

@alecthomas alecthomas merged commit a531e40 into alecthomas:master Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants