CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 12:51:42 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"108ae74a865deb7e66bdc33fdeeffec1"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=xdyvLI7WNsG6C%2BYAjTlGKJwAZTjBkiPBMcbMMYJDA5R0GsdQWJj9cPSi%2FWPDMjdxAMNbgdC7YG2iiMlMR%2FiAHPFaxfBu1VGFmW%2FqP6PRDF5m23By2AAMxLJZT7WKnhaj15ajnZy7ZpbbkyFXfSeMcGgYawqvE43E8pFTtc%2Fdw%2BxzK%2FfAX3OrHma3e25ncezndfZ1USVxBs6WLKVtUblSEJp745nmZ9NU6rBcPpGtFSv6Xb6xzrPLH2%2B9mLDugSqE7SPyZJmjKLnWJRZmarCAXw%3D%3D--afPalvAylP3KTv0Z--x4tXTCy4y5HpCB1hXJ5mIw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1685281106.1753447902; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 12:51:42 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 12:51:42 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B508:0A63:3DF815:45A58D:68837DDE
Tags · sublimehq/Packages · GitHub
Toggle v4200's commit message
Toggle v4199's commit message
Toggle v4196's commit message
Toggle v4195's commit message
Toggle v4194's commit message
Toggle v4193's commit message
Toggle v4192's commit message
Toggle v4191's commit message
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 596
Tags: sublimehq/Packages
Tags
v4200
[HTML] Improve conflict markers in tags and values (#4238) * [HTML] Move syntax tests to tests/ directory * [HTML] Fix various conflict marker issues This commit explicitly includes `merge-conflict-markers` in front of each tag end punctuation (`>` or `/>`) to ensure conflict markers taking precedence. Including that context in `tag-attributes` is not sufficient as it is included after tag end punctuation patterns. Including that context in `prototype` is not sufficient as as it is excluded from tag attribute contexts for templating languages to inject template tags only within attribute names or values using `prototype`. Syntax tests are reorganized in a dedicated test file.
v4199
[HTML] Improve conflict markers in tags and values (#4238) * [HTML] Move syntax tests to tests/ directory * [HTML] Fix various conflict marker issues This commit explicitly includes `merge-conflict-markers` in front of each tag end punctuation (`>` or `/>`) to ensure conflict markers taking precedence. Including that context in `tag-attributes` is not sufficient as it is included after tag end punctuation patterns. Including that context in `prototype` is not sufficient as as it is excluded from tag attribute contexts for templating languages to inject template tags only within attribute names or values using `prototype`. Syntax tests are reorganized in a dedicated test file.
v4196
[Diff] Refactor for Diff3, Git, and conflicts (#4111) [Diff] Refactor Diff, Git Diff and Diff3 This commit... 1. rewrites Diff and Diff3 syntax according to the GNU and SVN documentation. 2. adds new Git Diff syntax, also used by Git Log. ## Notable changes - new support for - Diff3 formats - Conflict sections - "Combined" unified diffs, only in Git Diff - new syntax for Git Diff emails (`git am` and `git format-patch`) - if normal Diff syntax detects the "magic" first line, it delegates out to Git Diff instead. - tweaked scopes, preserving stacking from #2178 for backwards-compatibility - lots of documentation links - lots of new tests, mostly pulled from relevant documentation Co-authored-by: deathaxe <deathaxe82@googlemail.com>
v4195
[Diff] Refactor for Diff3, Git, and conflicts (#4111) [Diff] Refactor Diff, Git Diff and Diff3 This commit... 1. rewrites Diff and Diff3 syntax according to the GNU and SVN documentation. 2. adds new Git Diff syntax, also used by Git Log. ## Notable changes - new support for - Diff3 formats - Conflict sections - "Combined" unified diffs, only in Git Diff - new syntax for Git Diff emails (`git am` and `git format-patch`) - if normal Diff syntax detects the "magic" first line, it delegates out to Git Diff instead. - tweaked scopes, preserving stacking from #2178 for backwards-compatibility - lots of documentation links - lots of new tests, mostly pulled from relevant documentation Co-authored-by: deathaxe <deathaxe82@googlemail.com>
v4194
[Diff] Refactor for Diff3, Git, and conflicts (#4111) [Diff] Refactor Diff, Git Diff and Diff3 This commit... 1. rewrites Diff and Diff3 syntax according to the GNU and SVN documentation. 2. adds new Git Diff syntax, also used by Git Log. ## Notable changes - new support for - Diff3 formats - Conflict sections - "Combined" unified diffs, only in Git Diff - new syntax for Git Diff emails (`git am` and `git format-patch`) - if normal Diff syntax detects the "magic" first line, it delegates out to Git Diff instead. - tweaked scopes, preserving stacking from #2178 for backwards-compatibility - lots of documentation links - lots of new tests, mostly pulled from relevant documentation Co-authored-by: deathaxe <deathaxe82@googlemail.com>
v4193
[Diff] Refactor for Diff3, Git, and conflicts (#4111) [Diff] Refactor Diff, Git Diff and Diff3 This commit... 1. rewrites Diff and Diff3 syntax according to the GNU and SVN documentation. 2. adds new Git Diff syntax, also used by Git Log. ## Notable changes - new support for - Diff3 formats - Conflict sections - "Combined" unified diffs, only in Git Diff - new syntax for Git Diff emails (`git am` and `git format-patch`) - if normal Diff syntax detects the "magic" first line, it delegates out to Git Diff instead. - tweaked scopes, preserving stacking from #2178 for backwards-compatibility - lots of documentation links - lots of new tests, mostly pulled from relevant documentation Co-authored-by: deathaxe <deathaxe82@googlemail.com>
v4192
[Java] Fix literal backslash in strings (#4038) This commit removes `invalid.illegal` scope from unsupported escape sequences. Actually `\` is interpreted literal if it doesn't start a supported escape sequence. The following is a valid string without illegals: ``` new Source("src\main\java\com\example\application\views\HomeView.java") ```
v4191
[Java] Fix literal backslash in strings (#4038) This commit removes `invalid.illegal` scope from unsupported escape sequences. Actually `\` is interpreted literal if it doesn't start a supported escape sequence. The following is a valid string without illegals: ``` new Source("src\main\java\com\example\application\views\HomeView.java") ```
PreviousNext
You can’t perform that action at this time.