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: alex-pinkus/tree-sitter-swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.1
Choose a base ref
...
head repository: alex-pinkus/tree-sitter-swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.2
Choose a head ref
  • 16 commits
  • 22 files changed
  • 4 contributors

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    f99631b View commit details
    Browse the repository at this point in the history
  2. Highlight mutating keyword.

    As reported by @Iron-Ham.
    patrickt authored and alex-pinkus committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    31f8ac8 View commit details
    Browse the repository at this point in the history
  3. And associatedtype, too.

    patrickt authored and alex-pinkus committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    eebf8bc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Highlight deinit the same as init.

    @Ironham notes that it seems jarring to see an init and then deinit method declared in succession where only one gets a special highlighting.
    patrickt authored and alex-pinkus committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    eeba445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e5b912 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    03b579a View commit details
    Browse the repository at this point in the history
  2. Add willSet/didSet to indents

    Copied from nvim-treesitter/nvim-treesitter#6242
    
    Indent tests were not copied because I could not find a way to invoke
    them from `tree-sitter test`. We'll just have to be more careful in the
    future.
    alex-pinkus committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9a773eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    815747f View commit details
    Browse the repository at this point in the history
  4. Ran prettier on the changes

    Satyam1749 authored and alex-pinkus committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    59ca022 View commit details
    Browse the repository at this point in the history
  5. Fixed test

    Satyam1749 authored and alex-pinkus committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f6c3556 View commit details
    Browse the repository at this point in the history
  6. Test fixes

    Satyam1749 authored and alex-pinkus committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d223e60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20136da View commit details
    Browse the repository at this point in the history
  8. Merge pull request #375 from alex-pinkus/constructor-declaration

    Create a separate identifier for constructors
    alex-pinkus authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    3fbd88e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78f2d72 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Loosen tree-sitter dependency versions (#379)

    * Loosen tree-sitter dependency versions
    
    `tree-sitter` has released changes that are breaking within its library
    itself, but that do not bump the ABI_VERSION. This means that although
    the `tree-sitter` "major version" has changed, this is compatible across
    major versions.
    alex-pinkus authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    feb5398 View commit details
    Browse the repository at this point in the history
  2. 0.4.2 release

    alex-pinkus committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    505bd4c View commit details
    Browse the repository at this point in the history
Loading