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 a custom syntax highlight file to support new R 4.0 pipe #2290

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    776c9f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b191b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28ca32a View commit details
    Browse the repository at this point in the history
  4. Add syntax-definition argument for all formats

    in `render()` as with Lua Filter.
    cderv committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    80cf60b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04f3284 View commit details
    Browse the repository at this point in the history
  6. Add test

    cderv committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    b62fe2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d56e562 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5addb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a515d9 View commit details
    Browse the repository at this point in the history
  10. Try removing the problematic definition in DOCTYPE

    Following what has been done in skylighting (jgm/skylighting@1093cbe and jgm/skylighting@e51dcea)
    cderv committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    26038ee View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Revert "Try removing the problematic definition in DOCTYPE"

    This reverts commit 26038ee.
    cderv committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    50ecbc3 View commit details
    Browse the repository at this point in the history
  2. Only add the syntax file for Pandoc > 2.15

    this is due to Pandoc issues. See discussion in #2290 (comment)
    cderv committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    07a7309 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Merge commit '6fc53d89826491100c77f7790169f8afd629907c'

    Conflicts:
    	R/html_document_base.R
    cderv committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    5f6e8e6 View commit details
    Browse the repository at this point in the history
  2. Update to r.xml

    cderv committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    5514393 View commit details
    Browse the repository at this point in the history
  3. Adapt comment

    cderv committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    3bbce2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f8ad89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3664a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    303b504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cfdc1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd6b58b View commit details
    Browse the repository at this point in the history
  4. Enter debugging mode in GHA

    cderv committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    e475b7b View commit details
    Browse the repository at this point in the history
  5. not all pandoc format support highlight

    not need to add the flag in that case
    cderv committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    5fa9866 View commit details
    Browse the repository at this point in the history
  6. Revert "probably requires pandoc escaping of path"

    This reverts commit fd6b58b.
    cderv committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    2d02368 View commit details
    Browse the repository at this point in the history
  7. Add a test for last change

    cderv committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    e481f4e View commit details
    Browse the repository at this point in the history
  8. Revert "Enter debugging mode in GHA"

    This reverts commit e475b7b.
    cderv committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    d5b3495 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ad1799 View commit details
    Browse the repository at this point in the history