summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2024-04-19display which theme is the default one in basic outputStéphane Blondon
2024-04-15[JavaScript] Support bun in shebang for syntax highlighting (#2913)Sharun
* [JavaScript] Support bun in shebang for syntax highlighting --------- Co-authored-by: Keith Hall <keith-hall@users.noreply.github.com>
2024-04-14display which theme is the default one in colored output (#2838)sblondon
2024-03-10Merge pull request #2868 from cyqsimon/builtin-offload-v2David Peter
Faster startup by offloading glob matcher building to a worker thread
2024-02-29Write changelogcyqsimon
2024-02-24Update CHANGELOG.mdDavid Peter
2024-02-24Update CHANGELOGeinfachIrgendwer0815
2024-02-24Update CHANGELOG.md (PR #1441)Ethan P
2024-02-23Merge branch 'master' into skip-highlighting-when-no-colorDavid Peter
2024-02-23Merge branch 'master' into quadletDavid Peter
2024-02-23Merge branch 'master' into syntax-mapping-fixDavid Peter
2024-02-23Merge branch 'master' into containers-confDavid Peter
2024-02-23Merge branch 'master' into masterDavid Peter
2024-02-23Merge pull request #2795 from mxaddict/masterDavid Peter
Added JSONC and aws credentials to the syntax mappings
2024-02-23Merge branch 'master' into skip-highlighting-when-no-colorDavid Peter
2024-02-23Merge pull request #2807 from Oliver-Looney/2783-setting-terminal-titleDavid Peter
2783 setting terminal title
2024-02-23Merge branch 'master' into masterDavid Peter
2024-02-21Write changelogcyqsimon
2024-02-20Apply clippy fixes (#2864)cyqsimon
* Apply clippy fixes * Write changelog
2024-02-21Write changelogcyqsimon
2024-02-20Write changelogcyqsimon
2024-02-20Write changelogcyqsimon
2024-02-12Merge branch 'master' into 2783-setting-terminal-titleOliver Looney
2024-02-12Merge branch 'master' into fix-2185David Peter
2024-02-11Skip syntax parsing when color output disabledEthan P.
2024-02-11Fix incorrect categorization of SGR sequencesEthan P.
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.
2024-02-11Fix off-by-one error in line number continuationEthan P.
2024-02-11Merge branch 'master' into 2783-setting-terminal-titleOliver Looney
2024-02-11Added JSONC and aws credentials to the syntax mappingsmxaddict
2024-02-09Update changelog for fix of ANSI OSC sequencesEthan P
2024-02-09Update git2 dependencyEthan P
2024-02-08Eliminate dependency on serde's "derive" featureDavid Tolnay
2024-01-31Update CHANGELOG.mdAndy Kipp
2024-01-21Refer to PR instead of issue in CHANGELOGFilip Razek
2024-01-21fix: Wrap file name in headerFilip Razek
2024-01-19Merge branch 'master' into syntax-mapping-refactorcyqsimon
2024-01-18Reverse precedence of syntax mappings specified on CLIcyqsimon
2024-01-17Update changelogrhysd
2024-01-03Bump assets/syntaxes/02_Extra/SublimeJQ from `6870582` to `b7e53e5` (#2820)dependabot[bot]
* 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](https://github.com/zogwarg/SublimeJQ/compare/687058289c1a888e0895378432d66b41609a84d8...b7e53e5d86814f04a48d2e441bcf5f9fdf07e9c1) --- 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>
2024-01-01Merge branch 'master' into 2783-setting-terminal-titleOliver Looney
2023-12-31Merge branch 'master' into 2783-setting-terminal-titleOliver Looney
2023-12-29Bump cmd-help syntax to latestVíctor González Prieto
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
2023-12-29Eliminate dependency on syn v1 by updating git-versionDavid Tolnay
2023-12-28Pull in fix for unsafe-libyaml security advisoryDavid Tolnay
2023-12-27Merge branch 'master' into 2783-setting-terminal-titleOliver Looney
2023-12-27Use proper Architecture for Debian packages built for muslMartin Nordholts
New values taken from dpkg-architecture -L
2023-12-18updated CHANGELOG.mdOliver looney
2023-12-18updated CHANGELOG.mdOliver looney
2023-12-11Migrate `SyntaxMapping` impl to new systemcyqsimon
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.
2023-12-11Write changelogcyqsimon