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 Perl 6 Pod lexer #978

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add Perl 6 Pod lexer #978

wants to merge 7 commits into from

Commits on Jul 11, 2019

  1. Add Perl 6 Pod lexer

    Tyil committed Jul 11, 2019
    Copy the full SHA
    539bfcb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf2852c View commit details
    Browse the repository at this point in the history
  3. Merge semantic matchers together

    Tyil committed Jul 11, 2019
    Copy the full SHA
    0f2bb64 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0e96fff View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    334e56c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ec2a637 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Update single-char matches

    The markup stuff has been removed, as it currently doesn't work (the <
    and > characters were being dropped, which is not desired).
    
    Additionally, applying some requests eventually broke the block
    attributes, so a new solution to get these highlighted correctly needs
    to be found.
    
    If I can find a solution to the former, I can most likely also resolve
    the latter, while reducing the codebase.
    Tyil committed Jul 19, 2019
    Copy the full SHA
    bdb5210 View commit details
    Browse the repository at this point in the history