You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keeps generated and minified source files responsive by avoiding unnecessary full-document regex highlighting.
Preserves fast, viewport-scoped syntax coloring for large JSON, HTML, and CSV documents.
Makes large-file behavior easier to control with clear generated-file highlighting options.
Highlights
Adds Automatic, Full, and Off generated-file syntax highlighting modes.
Detects common generated-source markers and very long minified lines with a bounded prefix scan.
Extends the large-file benchmark and performance contract with HTML and minified JavaScript fixtures.
Updates the app icon for the iOS, iPadOS, and macOS 27 Liquid Glass appearance, including the revised iOS 26 shared presentation. Thanks to @LegalizeNukes for the new icon design.
Fixes
Stops stale or expensive syntax passes from being scheduled for likely generated JavaScript and similar source files.
Keeps macOS and iOS syntax-highlight caches stable when generated-file highlighting is intentionally suppressed.