Commit Graph

349 Commits (master)

Author SHA1 Message Date
Stéphane Blondon 23ec433167 display which theme is the default one in basic output 4 weeks ago
Sharun 9eaed3e3f0
[JavaScript] Support bun in shebang for syntax highlighting (#2913)
* [JavaScript] Support bun in shebang for syntax highlighting

---------

Co-authored-by: Keith Hall <keith-hall@users.noreply.github.com>
1 month ago
sblondon d5bd4aa93f
display which theme is the default one in colored output (#2838) 1 month ago
David Peter f29f9387b5
Merge pull request #2868 from cyqsimon/builtin-offload-v2
Faster startup by offloading glob matcher building to a worker thread
2 months ago
cyqsimon 071874ea8f
Write changelog 3 months ago
David Peter bc5beaec5d
Update CHANGELOG.md 3 months ago
einfachIrgendwer0815 1fbdbfc4b2
Update CHANGELOG 3 months ago
Ethan P 9bb0271e7d
Update CHANGELOG.md (PR #1441) 3 months ago
David Peter 1ae9e843ed
Merge branch 'master' into skip-highlighting-when-no-color 3 months ago
David Peter 4549f83689
Merge branch 'master' into quadlet 3 months ago
David Peter b9e249f782
Merge branch 'master' into syntax-mapping-fix 3 months ago
David Peter a6f01af8de
Merge branch 'master' into containers-conf 3 months ago
David Peter b718889ba2
Merge branch 'master' into master 3 months ago
David Peter 708c74f6af
Merge pull request #2795 from mxaddict/master
Added JSONC and aws credentials to the syntax mappings
3 months ago
David Peter 74d666f5c0
Merge branch 'master' into skip-highlighting-when-no-color 3 months ago
David Peter 7604fe5567
Merge pull request #2807 from Oliver-Looney/2783-setting-terminal-title
2783 setting terminal title
3 months ago
David Peter 0080b043c4
Merge branch 'master' into master 3 months ago
cyqsimon c7bce46622
Write changelog 3 months ago
cyqsimon 6a6b02117b
Apply clippy fixes (#2864)
* Apply clippy fixes

* Write changelog
3 months ago
cyqsimon 511cd30105
Write changelog 3 months ago
cyqsimon d499191b0a
Write changelog 3 months ago
cyqsimon 81aa24310c
Write changelog 3 months ago
Oliver Looney 1f628203e5
Merge branch 'master' into 2783-setting-terminal-title 3 months ago
David Peter bc1ca1a346
Merge branch 'master' into fix-2185 3 months ago
Ethan P. 25b5a41189
Skip syntax parsing when color output disabled 3 months ago
Ethan P. 915dd9fbf8
Fix incorrect categorization of SGR sequences
Specifically, prevent other attributes from leaking into the
bold/dim/italic/underline attributes, and ensure that bright backgrounds
are put into the background attribute instead of the foreground
attribute.
3 months ago
Ethan P. 9d77c1373c
Fix off-by-one error in line number continuation 3 months ago
Oliver Looney c3f2ddf509
Merge branch 'master' into 2783-setting-terminal-title 3 months ago
mxaddict a5bd9f51be Added JSONC and aws credentials to the syntax mappings 3 months ago
Ethan P 61029c8bd2
Update changelog for fix of ANSI OSC sequences 3 months ago
Ethan P c29bf2ff28 Update git2 dependency 3 months ago
David Tolnay 1a54c9bf6d
Eliminate dependency on serde's "derive" feature 3 months ago
Andy Kipp 695cf1f387
Update CHANGELOG.md 4 months ago
Filip Razek e7256a624b Refer to PR instead of issue in CHANGELOG 4 months ago
Filip Razek 45ee2dc4c7 fix: Wrap file name in header 4 months ago
cyqsimon 230abfd2bc
Merge branch 'master' into syntax-mapping-refactor 4 months ago
cyqsimon e4d637a3d8
Reverse precedence of syntax mappings specified on CLI 4 months ago
rhysd 98a2b6bc17 Update changelog 4 months ago
dependabot[bot] cd81c7fa6b
Bump assets/syntaxes/02_Extra/SublimeJQ from `6870582` to `b7e53e5` (#2820)
* Bump assets/syntaxes/02_Extra/SublimeJQ from `6870582` to `b7e53e5`

Bumps [assets/syntaxes/02_Extra/SublimeJQ](https://github.com/zogwarg/SublimeJQ) from `6870582` to `b7e53e5`.
- [Commits](687058289c...b7e53e5d86)

---
updated-dependencies:
- dependency-name: assets/syntaxes/02_Extra/SublimeJQ
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* update highlighted version of sample.jq

* update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Keith Hall <kingkeith+github@gmail.com>
5 months ago
Oliver Looney b4fdb5dc36
Merge branch 'master' into 2783-setting-terminal-title 5 months ago
Oliver Looney 6f1cc80d68
Merge branch 'master' into 2783-setting-terminal-title 5 months ago
Víctor González Prieto 497342fabb Bump cmd-help syntax to latest
Manual update (as opposed to Dependabot's) because the highlighting for
the test help message has changed. It's all good because it's as
intended, an improvement.

See victor-gp/cmd-help-sublime-syntax#23
5 months ago
David Tolnay bf56cd90f0 Eliminate dependency on syn v1 by updating git-version 5 months ago
David Tolnay 0acb979e9e Pull in fix for unsafe-libyaml security advisory 5 months ago
Oliver Looney d7503bfc09
Merge branch 'master' into 2783-setting-terminal-title 5 months ago
Martin Nordholts b89dc15be1 Use proper Architecture for Debian packages built for musl
New values taken from

    dpkg-architecture -L
5 months ago
Oliver looney 321b3ec81b
updated CHANGELOG.md 5 months ago
Oliver looney 1679460f42
updated CHANGELOG.md 5 months ago
cyqsimon cfd622d6e1
Migrate `SyntaxMapping` impl to new system
Most existing builtins are removed but not yet ported, so the test
`user_can_override_builtin_mappings` should fail. It should pass once the old
rules have been ported.
5 months ago
cyqsimon 4815b6155e
Write changelog 5 months ago