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-julia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tree-sitter-grammars/tree-sitter-julia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 40 files changed
  • 3 contributors

Commits on Oct 20, 2025

  1. feat(bindings): update

    clason committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    881a5bd View commit details
    Browse the repository at this point in the history
  2. ci: update workflows

    clason committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    2cee099 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    3e5f5e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1916f7f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    ddc91b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. feat(grammar)!: drop support for emoji identifiers

    Problem: 💩.
    
    Solution: Remove emoji codepoints from identifier regex, halving both
    filesize and large state count.
    clason committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    8d11bcf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Configuration menu
    Copy the full SHA
    a0b436e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. feat(grammar): make block a visible scope

    Problem: Function bodies etc. cannot be targeted directly by queries, making textobjects difficult to implement.
    
    Solution: Expose `block` rule, except for at `source_file`.
    ChrHorn authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    5a5d308 View commit details
    Browse the repository at this point in the history
Loading