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

[WIP] Batch highlightining #60

Draft
wants to merge 15 commits into
base: feature/lang-dockerfile
Choose a base branch
from

Commits on Feb 5, 2024

  1. WIP

    Sobak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0b345ff View commit details
    Browse the repository at this point in the history
  2. WIP 2

    Sobak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fdd43e9 View commit details
    Browse the repository at this point in the history
  3. WIP 2.2

    Sobak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    02db28e View commit details
    Browse the repository at this point in the history
  4. Update batch sample

    Sobak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9098611 View commit details
    Browse the repository at this point in the history
  5. Variables

    Sobak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2380e09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23faad5 View commit details
    Browse the repository at this point in the history
  7. Alternative comments

    Sobak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    37cc4e8 View commit details
    Browse the repository at this point in the history
  8. Parameters

    Sobak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6fe6932 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4ce90b View commit details
    Browse the repository at this point in the history
  10. Recognize strings implicitly after "echo"

    This stops us from improperly marking keywords inside strings
    Sobak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    517abed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3bdfb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Add another batch sample file

    Sobak committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ffc8477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c7652b View commit details
    Browse the repository at this point in the history
  3. Drop unused "delimiter" rule

    I don't even know what that is xD but it was carried over from Shell and
    it's clearly unused so far.
    Sobak committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    fe9fcb3 View commit details
    Browse the repository at this point in the history
  4. Batch: highlight "goto" keyword

    Sobak committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    07c9dd6 View commit details
    Browse the repository at this point in the history