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 code block highlight to orgmode back #14222

Merged
merged 10 commits into from Jun 23, 2021

Commits on Jan 3, 2021

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

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    e91c758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90f4b29 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

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

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    3794a6d View commit details
    Browse the repository at this point in the history
  2. Fix NPE

    The long standing problem was caused by the lexer not finding the requested language
    we therefore fallback to analyzing the language and guessing it ourselves.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    4ba6099 View commit details
    Browse the repository at this point in the history
  3. only autodetect if no language is provided

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    c34bb6d View commit details
    Browse the repository at this point in the history
  4. add the chroma back in

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    4101f54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cba25a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2991543 View commit details
    Browse the repository at this point in the history