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 syntax highlighting of INI language #2217

Merged
merged 9 commits into from Sep 15, 2022
Merged

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    79bf469 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Fix syntax highlighting of INI language doesn't parse comments presen…

    …t on same line pygments#2161
    
    Add also support for line continuation in values and comments.
    jmzambon committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    01f3e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb9557 View commit details
    Browse the repository at this point in the history
  3. Update test.ini.output.

    jmzambon committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    661f51f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    b54962b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    eaf0963 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    cb4543d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Update pygments/lexers/configs.py

    Remove non-breaking space that make no sense.
    
    Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
    jmzambon and jeanas committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    1860077 View commit details
    Browse the repository at this point in the history
  2. Update pygments/lexers/configs.py

    Remove non-breaking space that make no sense.
    
    Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
    jmzambon and jeanas committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    52fcb2f View commit details
    Browse the repository at this point in the history