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: CodeEditApp/CodeEditLanguages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: BitrigApp/CodeEditLanguages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 156 files changed
  • 2 contributors

Commits on Feb 18, 2026

  1. Strip unused grammars to reduce binary size (#1)

    * Strip unused tree-sitter grammars to reduce binary size
    
    Remove 22 languages that are not needed, keeping only: Swift, C, Obj-C,
    JSON, Markdown, Bash, Ruby, Go, Rust, YAML, TOML, SQL, and Regex.
    
    The CodeLanguagesContainer.xcframework still contains all grammar object
    files, but since the Swift source no longer references the removed
    languages' tree_sitter_*() symbols, the linker won't pull them into the
    binary. This should reduce the app binary by ~150-160MB.
    
    Changes:
    - TreeSitterLanguage enum: removed 22 unused cases
    - CodeLanguage.swift: removed unused tsLanguage switch cases
    - CodeLanguage+Definitions.swift: removed unused language definitions
    - TreeSitterModel.swift: removed unused query properties
    - CodeLanguages_Container.h: removed unused extern declarations
    - Resources/: removed unused query .scm files
    - Tests/: removed (reference removed languages)
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    * Also remove Ruby, Go, Rust, YAML, TOML, SQL, and Regex grammars
    
    Only Swift, C, Obj-C, JSON, Markdown, and Bash remain.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    ricketson and claude authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    14e1f02 View commit details
    Browse the repository at this point in the history
Loading