8000 Comparing v9.3.0...main · github-linguist/linguist · GitHub
[go: up one dir, main page]

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: github-linguist/linguist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.3.0
Choose a base ref
...
head repository: github-linguist/linguist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 18 files changed
  • 6 contributors

Commits on Sep 20, 2025

  1. Build & push docker on release (#7311)

    * ci(docker-release): Build & push docker on release
    
    Signed-off-by: AlexNg <contact@ngjx.org>
    
    * docs: Include docker command for ghcr.io image
    
    Signed-off-by: AlexNg <contact@ngjx.org>
    
    * refactor: Update workflow name
    
    Co-Authored-by: Colin Seymour <colin@github.com>
    Signed-off-by: AlexNg <contact@ngjx.org>
    
    * ci: Trigger on release instead of tag push
    
    Co-Authored-by: Colin Seymour <colin@github.com>
    Signed-off-by: AlexNg <contact@ngjx.org>
    
    * ci: Use docker/metadata-action
    
    Co-Authored-by: Colin Seymour <colin@github.com>
    Signed-off-by: AlexNg <contact@ngjx.org>
    
    * ci: Do not setup QEMU
    
    Signed-off-by: AlexNg <contact@ngjx.org>
    
    ---------
    
    Signed-off-by: AlexNg <contact@ngjx.org>
    Co-authored-by: Colin Seymour <colin@github.com>
    caffeine-addictt and lildude authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    3807767 View commit details
    Browse the repository at this point in the history
  2. Add Lean4 alias (#7592)

    Add alias for Lean 4
    Nixinova authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    1d913bb View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Add Git Commit language (#7596)

    * Add Git Commit language
    
    * Use my new grammar
    
    * Update submodule
    
    * poke ci
    
    * update dep hash
    Nixinova authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    196180b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378f4e1 View commit details
    Browse the repository at this point in the history
  3. Fix capitalisation on KoLmafia ASH language (#7591)

    * Fix capitalisation on KoLmafia ASH language
    
    * Remove samples with incorrect ase
    gausie authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    4239ed7 View commit details
    Browse the repository at this point in the history
  4. Add ArkTS language support (#7593)

    * Add ArkTS language support
    
    - Add ArkTS as a new programming language with .ets file extension
    - Configure syntax highlighting using TextMate grammar from ohosvscode/arkTS
    - Add real-world ArkTS samples from HarmonyOS development (Index.ets, EntryAbility.ets, EntryBackupAbility.ets)
    - Set language ID using script/update-ids (56341321) and color to #3178c6
    - Configure ace_mode as typescript and codemirror_mode as javascript
    - Add license information for ArkTS submodule
    - Update grammars.yml and .gitmodules with proper alphabetical sorting
    
    * Update ArkTS color to #0080ff to match ArkTS's official color scheme
    Groupguanfang authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    347e912 View commit details
    Browse the repository at this point in the history
Loading
0