Skip to content

Tags: sublimehq/Packages

Tags

v4205

Toggle v4205's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[C#] Add regex to argument strings in known functions (#4522)

Co-authored-by: Keith Hall <kingkeith+github@gmail.com>
Co-authored-by: deathaxe <16542113+deathaxe@users.noreply.github.com>

v4204

Toggle v4204's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[C#] Add regex to argument strings in known functions (#4522)

Co-authored-by: Keith Hall <kingkeith+github@gmail.com>
Co-authored-by: deathaxe <16542113+deathaxe@users.noreply.github.com>

v4202

Toggle v4202's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[D, Makefile, Rust] Standardize build output scopes (#4365)

* [D] Standardize build output scopes

* [Makefile] Standardize build output scopes

* [Rust] Standardize build output scopes

* Change base scope to text.build-output

* Tweak scope for result line

v4201

Toggle v4201's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[D, Makefile, Rust] Standardize build output scopes (#4365)

* [D] Standardize build output scopes

* [Makefile] Standardize build output scopes

* [Rust] Standardize build output scopes

* Change base scope to text.build-output

* Tweak scope for result line

v4200

Toggle v4200's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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

Toggle v4199's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.

v4198

Toggle v4198's commit message
Add "interactive" option for build systems

v4197

Toggle v4197's commit message
Add "interactive" option for build systems

v4196

Toggle v4196's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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

Toggle v4195's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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>