Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tree-sitter/tree-sitter-scala
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.3
Choose a base ref
...
head repository: tree-sitter/tree-sitter-scala
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.0
Choose a head ref
  • 14 commits
  • 19 files changed
  • 3 contributors

Commits on Mar 10, 2024

  1. Node 20

    eed3si9n committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5e2fd33 View commit details
    Browse the repository at this point in the history
  2. Update GitHub Actions

    eed3si9n committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e702668 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. windows-latest

    eed3si9n committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4eb5a61 View commit details
    Browse the repository at this point in the history
  2. Fix character literal (#383)

    Previously the character literal was updated
    mimicking that of Rust apparently,
    but Scala doesn't have curly braces in the character literal.
    
    We do, however, support two 'u' characters.
    eed3si9n authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3007ed5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #381 from eed3si9n/wip/github-actions

    Update GitHub Actions and Node
    ckipp01 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    71ee31c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    2914b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24fd647 View commit details
    Browse the repository at this point in the history
  3. Update tree-sitter to 0.21.0

    See the tree-sitter release notes for details
    - https://github.com/tree-sitter/tree-sitter/releases/tag/v0.21.0
    eed3si9n committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    97c9cff View commit details
    Browse the repository at this point in the history
  4. Commit bindings/node changes

    eed3si9n committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fb4e246 View commit details
    Browse the repository at this point in the history
  5. Refactor highlighting

    tree-sitter now uses last-wins rules for highlighting.
    This moves the rules around to match the older highlighting.
    Except operator, which I've now let it take precedence over `function.call`.
    eed3si9n committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7dd646f View commit details
    Browse the repository at this point in the history
  6. Fix version numbers

    eed3si9n committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4c7275c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #387 from eed3si9n/wip/tree-sitter-bump-0.21.0

    Update tree-sitter to 0.21.0
    eed3si9n authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e205ec8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7802a92 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #388 from tree-sitter/generation

    chore: generate and sync latest changes
    eed3si9n authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b3ac6a5 View commit details
    Browse the repository at this point in the history
Loading