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: elixir-editors/elixir-sublime-syntax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.3
Choose a base ref
...
head repository: elixir-editors/elixir-sublime-syntax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 16 commits
  • 18 files changed
  • 1 contributor

Commits on Sep 5, 2024

  1. CI: bumped ST version to v4180.

    azizk authored and princemaple committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b234648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abe2ae9 View commit details
    Browse the repository at this point in the history
  3. Elixir: fixed pin operator and expressions in struct headers

    Also fixed matching module function calls in captures.
    Render the captured function name with italic style.
    azizk authored and princemaple committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    004a456 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2456050 View commit details
    Browse the repository at this point in the history
  5. Commands: fix: read mix output unbuffered for immediate display

    * Removed `output_scroll_time` setting.
    * Make error locations clickable and jumpable.
    * Use the selected lines for `mix test` if no tests were found.
    * Prevent running `mix` again if already in progress.
    * Allow continuing `mix test` in the background.
    azizk authored and princemaple committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    13b5bae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4275ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    902180b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e7314a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2cb363 View commit details
    Browse the repository at this point in the history
  10. Elixir: fixed capture expressions

    * `& 1` -> don't match as a capture argument number
    * `& &1.func/1` -> can be a captured remote function
    * `&some.thing.good/1` -> several chained members
    * `&@module.func/1` -> captured remote function
    azizk authored and princemaple committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c782be8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2cd9592 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    912d929 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d23eb08 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cc975fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cad32fc View commit details
    Browse the repository at this point in the history
  16. CHANGELOG: releasing v4.0.0

    azizk authored and princemaple committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    03c7cb0 View commit details
    Browse the repository at this point in the history
Loading