summaryrefslogtreecommitdiffstats
path: root/assets
AgeCommit message (Collapse)Author
2022-10-30Add Requirementstxt.sublime-syntax and its test.Wu Zhenyu
2022-10-30Add new file_extensions for INIWu Zhenyu
- https://coverage.readthedocs.io/en/6.3.2/faq.html#q-can-i-find-out-which-tests-ran-which-lines - https://pylint.pycqa.org/en/latest/user_guide/usage/run.html#command-line-options - https://jorisroovers.com/gitlint/configuration/
2022-10-29fix(syntax): Use variable.other for TodoTxt attrsBANO.notIT
2022-10-22feat(syntax): Add Todo.txt syntaxBANO.notIT
2022-10-17Improve Manpage.sublime-syntax, Fix #2353 (#2364)wzy
* Improve Manpage.sublime-syntax, Fix #2353 * Add highlight tests for fzf-0.33.0
2022-09-14Add syntax support for AdaMarc Poulhiès
Add submodule with sublime syntax. Add corresponding tests for both Ada (in adb/ads) and for the companion tool gpr. fixes #1300 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2022-09-11Improve bash completion escapingVille Skyttä
`compopt -o filenames` is a cheap way to accomplish mostly wanted behavior. However it is semantically incorrect when we are not actually completing filenames, and has side effects -- for example adds a trailing slash to candidates matching present dirs. bash >= 4.1 can `printf -v` to an array index, use it instead where available.
2022-09-11Exclude --unbuffered from bash completionsVille Skyttä
It's a no-op, so there's little reason to suggest it.
2022-09-11Add --style argument bash completionVille Skyttä
2022-09-11Do not offer bash filename completions with --list-languages/-themesVille Skyttä
2022-09-11Add --acknowledgements and --ignored-suffix to bash completionVille Skyttä
2022-09-11Split bash completion option lists over multiple lines, sync sort with --helpVille Skyttä
For maintainability/diffability.
2022-09-06Update binary assetsv0.22.0David Peter
2022-09-04Add `.mts` and `.cts` to TypeScript file extensionsKid
See also: https://github.com/github/linguist/pull/5905
2022-09-04Syntax: [Log] scope whole line based on log levelKeith Hall
to allow color schemes to color entire lines differently based on log level
2022-09-03Bump assets/syntaxes/02_Extra/LiveScript from `2575013` to `d82aeb7` (#2291)dependabot[bot]
Bumps [assets/syntaxes/02_Extra/LiveScript](https://github.com/paulmillr/LiveScript.tmbundle) from `2575013` to `d82aeb7`. - [Release notes](https://github.com/paulmillr/LiveScript.tmbundle/releases) - [Commits](https://github.com/paulmillr/LiveScript.tmbundle/compare/25750138511925b74da9508050c766f360618055...d82aeb737d4883d1a74aba7a07053f90211d427b) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/LiveScript dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-27fix `--pager` opts display and add some examplesZ. Grace Moreau
2022-08-27add a vim modelineZ. Grace Moreau
This will cause vim (and other properly-extended editors) to read this as a fish script file, despite its .fish.in extension.
2022-08-27improve fish completionsZ. Grace Moreau
2022-08-14Bump assets/syntaxes/02_Extra/Julia from `1e55f32` to `4fde0fd` (#2230)dependabot[bot]
* Bump assets/syntaxes/02_Extra/Julia from `1e55f32` to `4fde0fd` Bumps [assets/syntaxes/02_Extra/Julia](https://github.com/JuliaEditorSupport/Julia-sublime) from `1e55f32` to `4fde0fd`. - [Release notes](https://github.com/JuliaEditorSupport/Julia-sublime/releases) - [Commits](https://github.com/JuliaEditorSupport/Julia-sublime/compare/1e55f3211b282ffd555d54b1798668bf5097df6a...4fde0fdeddb3ca8486d3f490a2f051cba39a0a48) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/Julia dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG.md Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>
2022-08-13Bump assets/syntaxes/02_Extra/PowerShell from `742f0b5` to `c0372a1`dependabot[bot]
Bumps [assets/syntaxes/02_Extra/PowerShell](https://github.com/PowerShell/EditorSyntax) from `742f0b5` to `c0372a1`. - [Release notes](https://github.com/PowerShell/EditorSyntax/releases) - [Commits](https://github.com/PowerShell/EditorSyntax/compare/742f0b5d4b60f5930c0b47fcc1f646860521296e...c0372a1d2df136ca6b3d1a9f7b85031dedf117f9) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/PowerShell dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-08-12Bump assets/syntaxes/02_Extra/cmd-help from `1e513f5` to `aa47747` (#2255)dependabot[bot]
* Bump assets/syntaxes/02_Extra/cmd-help from `1e513f5` to `aa47747` Bumps [assets/syntaxes/02_Extra/cmd-help](https://github.com/victor-gp/cmd-help-sublime-syntax) from `1e513f5` to `aa47747`. - [Release notes](https://github.com/victor-gp/cmd-help-sublime-syntax/releases) - [Commits](https://github.com/victor-gp/cmd-help-sublime-syntax/compare/1e513f5f194e868035d2d24952ecab6d9f49572a...aa477471c870360bd1705a1a370d67b7c6fbe731) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/cmd-help dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG.md Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>
2022-07-25Color `fstab` dump and pass fields correctly (#2246)yuvalmo
Was missing the number 2 as a valid option in those fields.
2022-07-07Fix documentation typo: --pager=never → --paging=neverAnders Kaseorg
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-05-12assets/create.shv0.21.0Martin Nordholts
2022-05-11Make `INI` syntax register as handler of `.inf` filesMartin Nordholts
We need to type `inf` and `INF` as strings in `INI.sublime-syntax`, otherwise `yaml-rust` interprets them as real numbers ("infinity") and they do not get registered as file extensions: /Users/martin/src/yaml-rust # https://github.com/chyh1990/yaml-rust % cargo run --example dump_yaml ~/src/bat/assets/syntaxes/02_Extra/INI.sublime-syntax --- String("name"): String("INI") String("file_extensions"): String("ini") String("INI") Real("inf") Real("INF") ... Also add a regression test.
2022-05-07Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181)Martin Nordholts
* Bump to syntect 5.0.0 to e.g. start lazy-loading themes Closes #915 Closes #951 Closes #1846 Closes #1854 * Typo fix formated -> formatted * Update CHANGELOG.md
2022-05-05Bump assets/syntaxes/02_Extra/Zig from `87ecbca` to `1a4a384` (#2136)dependabot[bot]
* Bump assets/syntaxes/02_Extra/Zig from `87ecbca` to `1a4a384` Bumps [assets/syntaxes/02_Extra/Zig](https://github.com/ziglang/sublime-zig-language) from `87ecbca` to `1a4a384`. - [Release notes](https://github.com/ziglang/sublime-zig-language/releases) - [Commits](https://github.com/ziglang/sublime-zig-language/compare/87ecbcae6fb5718369ce3bb3472ca0b2634e78e6...1a4a38445fec495817625bafbeb01e79c44abcba) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/Zig dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update tests/syntax-tests/highlighted/Zig/example.zig and CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>
2022-05-04Add a --style=default option (#2119)Isaac Horvath
* Add a --style=default option * Added --style=default test and CHANGELOG entry * Format CHANGELOG.md options with quotes Co-authored-by: Martin Nordholts <enselic@gmail.com> * Update help text for '--style' * Make --style=default the default option * Update style descriptions: "basic" -> "recommended" * Add integration test for --style=default as default * Update clap long help for --style
2022-05-04Bump assets/syntaxes/02_Extra/Nginx from `15a1db1` to `65f5a63`dependabot[bot]
Bumps [assets/syntaxes/02_Extra/Nginx](https://github.com/brandonwamboldt/sublime-nginx) from `15a1db1` to `65f5a63`. - [Release notes](https://github.com/brandonwamboldt/sublime-nginx/releases) - [Commits](https://github.com/brandonwamboldt/sublime-nginx/compare/15a1db15106fb668b3b1396a725ab002a8ef286c...65f5a63c0d1760c5db2264e50e3b14a7a4567cc0) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/Nginx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27Bump assets/syntaxes/02_Extra/Fish from `cd95616` to `98316d4`dependabot[bot]
Bumps [assets/syntaxes/02_Extra/Fish](https://github.com/Phidica/sublime-fish) from `cd95616` to `98316d4`. - [Release notes](https://github.com/Phidica/sublime-fish/releases) - [Commits](https://github.com/Phidica/sublime-fish/compare/cd95616df5c73da5ce2dfe548892b4571040f9dd...98316d4332936f74babb51cb56161410ae9d6e2c) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/Fish dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26Syntax: add cmd-help (#2148)Víctor González Prieto
* Add cmd-help syntax To highlight command --help messages. * README.md: mention help message highlighting * README.md: edit help message highlighting
2022-03-28Bump assets/syntaxes/02_Extra/Fish from `2c254cc` to `cd95616`dependabot[bot]
Bumps [assets/syntaxes/02_Extra/Fish](https://github.com/Phidica/sublime-fish) from `2c254cc` to `cd95616`. - [Release notes](https://github.com/Phidica/sublime-fish/releases) - [Commits](https://github.com/Phidica/sublime-fish/compare/2c254cc8512d53b7af306e4379fc9744ee5b4aee...cd95616df5c73da5ce2dfe548892b4571040f9dd) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/Fish dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22Syntax: [Log] highlight escape characters in double quoted stringsKeith Hall
2022-02-27Prepare for v0.20.0 releasev0.20.0Martin Nordholts
Since we have added new enum variants to the `StyleComponent` which was not previously marked `#[non_exhaustive]`, we must bump left-most non-zero version number (see [specifying-dependencies](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio)). Otherwise client code that do exhaustive matches on `StyleComponent` will stop compiling.
2022-02-27Add header-filename and header-filesize where missingMartin Nordholts
2022-02-24fix Bash completion on macOS (#2074)Josh Pencheon
* fix Bash completion on macOS The Homebrew-provided bash-completion is version 1.x, which doesn't provide _init_completion. We add a standard shim instead. * Add entry to CHANGELOG * Update CHANGELOG.md Co-authored-by: Ville Skyttä <ville.skytta@iki.fi> * review: avoid calling _split_longopt repeatedly Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
2022-02-14Add JQ syntax highlightingltdk
2022-02-08Bump assets/syntaxes/02_Extra/GLSL from `4cd4acf` to `59a5f8a` (#2050)dependabot[bot]
* Bump assets/syntaxes/02_Extra/GLSL from `4cd4acf` to `59a5f8a` Bumps [assets/syntaxes/02_Extra/GLSL](https://github.com/euler0/sublime-glsl) from `4cd4acf` to `59a5f8a`. - [Release notes](https://github.com/euler0/sublime-glsl/releases) - [Commits](https://github.com/euler0/sublime-glsl/compare/4cd4acfffc7f2ab4f154b6ebfbbe0bb71825eb89...59a5f8a3120358657cefdc4b830b4a883ebfbf77) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/GLSL dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>
2022-02-07Bump assets/syntaxes/02_Extra/GraphQL from `59304d6` to `9b6f6d0` (#2000)dependabot[bot]
* Bump assets/syntaxes/02_Extra/GraphQL from `59304d6` to `9b6f6d0` Bumps [assets/syntaxes/02_Extra/GraphQL](https://github.com/dncrews/GraphQL-SublimeText3) from `59304d6` to `9b6f6d0`. - [Release notes](https://github.com/dncrews/GraphQL-SublimeText3/releases) - [Commits](https://github.com/dncrews/GraphQL-SublimeText3/compare/59304d6c7b5019091b532a3197251e393e1db7b2...9b6f6d0a86d7e7ef1d44490b107472af7fb4ffaf) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/GraphQL dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>
2022-02-06Bump assets/syntaxes/02_Extra/VimL from `c91fe3a` to `ee85822` (#2002)dependabot[bot]
* Bump assets/syntaxes/02_Extra/VimL from `c91fe3a` to `ee85822` Bumps [assets/syntaxes/02_Extra/VimL](https://github.com/SalGnt/Sublime-VimL) from `c91fe3a` to `ee85822`. - [Release notes](https://github.com/SalGnt/Sublime-VimL/releases) - [Commits](https://github.com/SalGnt/Sublime-VimL/compare/c91fe3ab027e60fa42330b2c0143880514ec65ed...ee85822cbed17858da1a556dec922b7da2a219bb) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/VimL dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>
2022-02-06Bump assets/syntaxes/02_Extra/TOML from `6bfcc3c` to `ed38438` (#2049)dependabot[bot]
* Bump assets/syntaxes/02_Extra/TOML from `6bfcc3c` to `ed38438` Bumps [assets/syntaxes/02_Extra/TOML](https://github.com/jasonwilliams/sublime_toml_highlighting) from `6bfcc3c` to `ed38438`. - [Release notes](https://github.com/jasonwilliams/sublime_toml_highlighting/releases) - [Commits](https://github.com/jasonwilliams/sublime_toml_highlighting/compare/6bfcc3c23619832a8343852dac2785e69503924c...ed38438900d6b128353cd1aa1364e2e3b8ffb8a2) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/TOML dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG.md for PR #2049 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>
2022-01-09small typos, should not interrupt anythingklemens
2022-01-08Run `assets/create.sh`v0.19.0Martin Nordholts
2022-01-06Add note regarding options passed to less by default in manpageMahdi Dibaiee
Fixes #1913 Signed-off-by: Mahdi Dibaiee <mdibaiee@pm.me>
2022-01-06Highlight nimble files with nim syntaxFiregem
2022-01-03Bump assets/syntaxes/02_Extra/MediaWiki from `843a483` to `81bf97c`dependabot[bot]
Bumps [assets/syntaxes/02_Extra/MediaWiki](https://github.com/tosher/Mediawiker) from `843a483` to `81bf97c`. - [Release notes](https://github.com/tosher/Mediawiker/releases) - [Commits](https://github.com/tosher/Mediawiker/compare/843a483e8b9f18c4ba914f29a788db5b3a87ed11...81bf97cace59bedcb1668e7830b85c36e014428e) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/MediaWiki dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03Bump assets/syntaxes/02_Extra/ssh-config from `201816b` to `e1012e9`dependabot[bot]
Bumps [assets/syntaxes/02_Extra/ssh-config](https://github.com/robballou/sublimetext-sshconfig) from `201816b` to `e1012e9`. - [Release notes](https://github.com/robballou/sublimetext-sshconfig/releases) - [Commits](https://github.com/robballou/sublimetext-sshconfig/compare/201816b609abf7ccf583f7e888f6dc4121410d70...e1012e9f13c6073f559b14206df2ede35720e884) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/ssh-config dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-12Bump assets/syntaxes/02_Extra/TypeScript from `a607ddf` to `ba45efd` (#1834)dependabot[bot]
* Bump assets/syntaxes/02_Extra/TypeScript from `a607ddf` to `ba45efd` Bumps [assets/syntaxes/02_Extra/TypeScript](https://github.com/Microsoft/TypeScript-Sublime-Plugin) from `a607ddf` to `ba45efd`. - [Release notes](https://github.com/Microsoft/TypeScript-Sublime-Plugin/releases) - [Commits](https://github.com/Microsoft/TypeScript-Sublime-Plugin/compare/a607ddfec90648c1c2f33f8306733f6aec5d2b78...ba45efd058df5111837e30fb9598cfc8cbd51095) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/TypeScript dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Do machine-conversion from .tmLanguage to .sublime-syntax The new .sublime-syntax files are pure "Tools" -> "Developer" -> "New Syntax from ..." conversions from a licenced version of Sublime Text, Version 3.1.1, Build 3176 with the .tmLanguage as the source files. No manual changes has been made. * Add CHANGELOG.md entry Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>
2021-12-12Bump assets/syntaxes/02_Extra/PowerShell from `4a0a076` to `742f0b5` (#1935)dependabot[bot]
* Bump assets/syntaxes/02_Extra/PowerShell from `4a0a076` to `742f0b5` Bumps [assets/syntaxes/02_Extra/PowerShell](https://github.com/PowerShell/EditorSyntax) from `4a0a076` to `742f0b5`. - [Release notes](https://github.com/PowerShell/EditorSyntax/releases) - [Commits](https://github.com/PowerShell/EditorSyntax/compare/4a0a076661d26473cac71b9a17e6a759e9b1c643...742f0b5d4b60f5930c0b47fcc1f646860521296e) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/PowerShell dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Do machine-conversion from .tmLanguage to .sublime-syntax The new .sublime-syntax file is a pure "Tools" -> "Developer" -> "New Syntax from ..." conversion from a licenced version of Sublime Text, Version 3.1.1, Build 3176 with the .tmLanguage as the source file. No manual changes has been made. * Update regression test and add CHANGELOG.md entry Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>