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: Issues with .properties format using whitespace delimited key #2241

Merged
merged 5 commits into from Sep 25, 2022

Commits on Sep 18, 2022

  1. Fix pygments#2224: Issues with .properties format using whitespace de…

    …limited key
    
    Added:
    - support for space delimitor in every case, included multiline value
    - check for odd number of backslash escapes
    - "!" as comment start
    - support for escape of spaces and separators
    Dropped:
    - undocumented ";" and "//" comment start
    jmzambon committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    b9247e9 View commit details
    Browse the repository at this point in the history
  2. Add some comments.

    jmzambon committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    6001672 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ee2679 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe33b8a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Fix regex error on line 134.

    See Jean-Abou-Samra comment here: pygments#2241 (comment).
    jmzambon committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    9fc9bb4 View commit details
    Browse the repository at this point in the history