1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-08 22:32:26 +01:00

Commit Graph

  • 133b06e945 Fix syslog syntax highlighting when no colon after "process" Keith Hall 2021-08-16 21:57:49 +03:00
  • 699f1e65cc Add slim syntax test Mario Finelli 2021-08-15 15:30:36 -04:00
  • 9ef87dab27 Convert tmLanguage into sublime-syntax Mario Finelli 2021-08-15 15:07:39 -04:00
  • 5125e9c941 Add support for ruby-slim syntax Mario Finelli 2021-06-19 08:42:07 -04:00
  • 6c62ed5608 revamped integration test, made CHANGELOG changes Bill Risher 2021-08-14 14:42:34 -05:00
  • bf78288e9e feat(config): added recognition of $BAT_CONFIG_DIR Bill Risher 2021-08-12 17:08:13 -05:00
  • f8498b260b Merge pull request #1793 from scop/syslog-improvements Keith Hall 2021-08-12 09:49:33 +03:00
  • 79f08588c6 Mention syslog highlight improvements in change log Ville Skyttä 2021-08-11 23:03:33 +03:00
  • 2d92a4dbb3 Allow colon in syslog loghost Ville Skyttä 2021-08-11 21:36:43 +03:00
  • f508ddf66d Allow period in syslog loghost Ville Skyttä 2021-08-11 16:43:04 +03:00
  • 02218c916c Allow period in syslog process name Ville Skyttä 2021-08-11 16:41:56 +03:00
  • 89217e0d58 Make --no-paging and --no-pager work again Martin Nordholts 2021-08-09 10:54:32 +02:00
  • cb4973987b Cargo.toml: Introduce 'quick-build-application' feature Martin Nordholts 2021-08-08 06:35:34 +02:00
  • 905902d811 bin: Allow to build without bugreport Martin Nordholts 2021-08-08 06:30:41 +02:00
  • c83e382eac Cargo.toml: Only build bugreport with the app Martin Nordholts 2021-08-08 06:12:45 +02:00
  • f6975e2acd Bump bugreport to 0.4.1 Martin Nordholts 2021-08-08 06:32:12 +02:00
  • d8b813c0bf When returning a SyntaxReference, also return the SyntaxSet that contains it (#1776) Martin Nordholts 2021-08-08 08:26:17 +02:00
  • 5236ed135e Fix typo in unreachable!(..) message for --wrap Martin Nordholts 2021-08-07 22:15:51 +02:00
  • 47d955a2ab Add code for analyzing dependencies between syntaxes Martin Nordholts 2021-08-01 19:08:57 +02:00
  • bd797c75a4 integration_tests: Add diagnostic_sanity_check() Martin Nordholts 2021-08-07 12:13:12 +02:00
  • 05c11964fc add patch for Python syntax to help improve performance Keith Hall 2021-08-05 22:54:59 +03:00
  • 8ecd23eab4 Make --style docs reflect that 'full' is default Martin Nordholts 2021-08-04 17:07:34 +02:00
  • 1ef0206f24 CHANGELOG.md: Highlight for vimrc and gvimrc files Martin Nordholts 2021-08-06 09:00:07 +02:00
  • 6694aa369e Bump assets/syntaxes/02_Extra/VimL from 7ebcaa1 to c91fe3a dependabot[bot] 2021-08-06 06:54:32 +00:00
  • 0331d28ee4 cargo fmt Martin Nordholts 2021-08-05 20:21:18 +02:00
  • 51c7eb7ac1 Included LLVM syntax highlighting submodule and added regression tests Layle | Luca 2021-08-05 20:20:33 +02:00
  • 5516bcb839 Merge pull request #1779 from sharkdp/http-request-response-syntax-update Keith Hall 2021-08-04 09:47:34 +03:00
  • 056b966501 Bump assets/syntaxes/02_Extra/http-request-response from f58bffe to 93b9326 Keith Hall 2021-08-03 23:07:55 +03:00
  • 28eca6a2be Use assert!(..) instead of assert_eq!(true, ..) Martin Nordholts 2021-08-02 15:06:57 +02:00
  • b7fd55242e Bump assert_cmd from 1.0.5 to 1.0.8 dependabot[bot] 2021-08-01 21:19:18 +00:00
  • 8161955cc7 Bump nix from 0.21.0 to 0.22.0 dependabot[bot] 2021-08-01 21:19:22 +00:00
  • 3b020fd95a Merge pull request #1771 from sharkdp/warn_when_missing_contexts Keith Hall 2021-08-02 22:55:37 +03:00
  • 697d106bd4 CICD: Pass --locked to all cargo commands Martin Nordholts 2021-08-02 13:15:54 +02:00
  • 50e1c6074f Warn when building assets from files if some referenced contexts are missing Keith Hall 2021-08-01 22:40:15 +03:00
  • a610987ef7 assets::tests: Add get_syntax_name() helper Martin Nordholts 2021-08-02 16:20:21 +02:00
  • a7fd9f4b1b Bump predicates from 1.0.8 to 2.0.1 dependabot[bot] 2021-08-01 02:10:26 +00:00
  • 5f5b77cdda Bump semver from 0.11.0 to 1.0.4 dependabot[bot] 2021-08-01 02:10:34 +00:00
  • 83808a63be Bump serde from 1.0.126 to 1.0.127 dependabot[bot] 2021-08-01 02:10:42 +00:00
  • 6d5ff671e7 Add HTTP Request/Response syntax as a git submodule Keith Hall 2021-07-28 23:03:01 +03:00
  • ffdf349a96 HighlightingAssets: Encapsulate theme_set behind a getter Martin Nordholts 2021-07-29 12:47:26 +02:00
  • f3d53b79a2 Update git2 dependency to fix incompatibility with Rust 1.54 David Peter 2021-07-29 20:40:21 +02:00
  • 6acec2c074 Reduce startup time in loop-through mode with 80%-90% Martin Nordholts 2021-07-22 10:39:39 +02:00
  • 1bac3750df HighlightingAssets: Move out fn get_integrated_*set() to module scope Martin Nordholts 2021-07-22 10:28:39 +02:00
  • b040efff79 Support a hidden arg --no-custom-assets that skips loading assets from the cache Martin Nordholts 2021-07-27 20:11:58 +02:00
  • a81009607a HighlightingAssets: Make .syntaxes() and syntax_for_file_name() failable Martin Nordholts 2021-07-27 09:43:51 +02:00
  • c0e09662b4 HighlightingAssets::get_extension_syntax(): Split up into smaller methods Martin Nordholts 2021-07-27 18:53:28 +02:00
  • ccf4563573 Make loading of cached assets closer in performance to integrated assets Martin Nordholts 2021-07-26 12:59:39 +02:00
  • fb1ab09e3e Add Enselic in FUNDING.yml David Peter 2021-07-26 20:11:34 +02:00
  • f464b1ba39 Update battest.py Sarvesh MD 2021-07-25 18:41:44 +05:30
  • 2ea6348b85 Add rs identifier for Rust code blocks in Markdown Frank Steffahn 2021-06-17 20:03:03 +02:00
  • 6e536ab06d Update CHANGELOG David Peter 2021-07-25 13:28:43 +02:00
  • 7537e309d8 Add groff syntax Ville Skyttä 2021-06-13 13:56:58 +03:00
  • 84e2a2e5d1 Add custom FUNDING.yml David Peter 2021-07-25 12:30:40 +02:00
  • f6fc826dc6 HighlightingAssets: Introduce private fn new() helper Martin Nordholts 2021-07-19 05:41:40 +02:00
  • 375d55aa5d HighlightingAssets: Encapsulate syntax_set behind a getter Martin Nordholts 2021-07-16 11:49:47 +02:00
  • 6ef2bb3283 De-duplicate some themes.bin and syntaxes.bin related code Martin Nordholts 2021-07-13 21:53:29 +02:00
  • fc0794a83d Fix typo in README bl-ue 2021-07-13 09:19:51 -04:00
  • 589df6792f Add note on vulnerability reporting, closes #1473 v0.18.2 David Peter 2021-07-13 11:00:36 +02:00
  • 945bba777b Upgrade CHANGELOG with security vulnerability notice David Peter 2021-07-13 10:56:51 +02:00
  • 64763eafbe Update Julia syntax test David Peter 2021-07-13 09:07:29 +02:00
  • 3da4651569 Update Julia syntax, closes #1692 David Peter 2021-07-13 08:50:23 +02:00
  • 311ed2feca Update assets David Peter 2021-07-13 08:32:26 +02:00
  • 33c11d64f0 Run cargo fmt David Peter 2021-07-13 08:19:59 +02:00
  • a4b674902f Bump version to v0.18.2 David Peter 2021-07-12 22:07:23 +02:00
  • 3fa09dbe2e Use resolved path for --diagnostic as well David Peter 2021-07-12 22:03:22 +02:00
  • bf2b2df9c9 Fix for Windows: do not run binaries from CWD David Peter 2021-07-12 20:03:31 +02:00
  • 3617c98cf5 Bump assets/syntaxes/02_Extra/CMake from 7d6231c to ab6ef4e dependabot[bot] 2021-07-01 02:01:58 +00:00
  • 774d36c989 Bump ansi_colours from 1.0.2 to 1.0.4 dependabot[bot] 2021-07-01 02:02:40 +00:00
  • 6abd61865f Bump globset from 0.4.6 to 0.4.8 dependabot[bot] 2021-07-01 02:02:33 +00:00
  • 3c59b98dc8 Add CHANGELOG entry for #1687 David Peter 2021-07-09 06:36:06 +02:00
  • 21338ed789 Abort ignored filename suffix stripping early on unworkable filenames David Peter 2021-07-08 23:00:11 +03:00
  • dc8ab0b5ce Simplify ignored filename suffix stripping David Peter 2021-07-08 22:55:45 +03:00
  • ddb39ef2f6 Add syntax tests for ignored filename suffixes Ville Skyttä 2021-07-06 00:05:09 +03:00
  • 355e62efe9 Find syntax ignoring known backup/template filename suffixes Ville Skyttä 2021-06-13 23:36:38 +03:00
  • fddd11a205 CICD: sync with pastel, minor changes David Peter 2021-07-05 17:07:11 +02:00
  • 8b37e62cf3 Add some more options to bash completion Ville Skyttä 2021-07-01 23:10:44 +03:00
  • 4296d47dcb Bump assert_cmd from 1.0.4 to 1.0.5 dependabot[bot] 2021-07-01 02:02:40 +00:00
  • 42f1ef019a Fix missing config/cache arguments in Zsh completion Frederick Zhang 2021-06-23 21:57:42 +10:00
  • fe8e526292 Document --generate-config-file in manual Frederick Zhang 2021-06-23 21:38:02 +10:00
  • 0e9d612173 Add change log entry for bash completion Ville Skyttä 2021-06-14 22:28:08 +03:00
  • 06c601bc7c Depend on scop/bash-completion Ville Skyttä 2021-06-14 17:26:57 +03:00
  • 229fbc1a18 Add missing comment about --theme arg escaping Ville Skyttä 2021-06-14 17:20:54 +03:00
  • e05f5010da Add bash completion Ville Skyttä 2021-06-03 17:57:05 +03:00
  • 073b9968c0 pretty_printer.rs: Don't use a URL as an example Input title Martin Nordholts 2021-06-28 06:27:06 +02:00
  • d3aa17ae77 Update README.md Rémi Ait-Younes 2021-06-21 22:21:12 +02:00
  • 4187eed12b Update README.md Rémi Ait-Younes 2021-06-21 22:18:22 +02:00
  • 12ecb325c9 Modify Linguist overrides Mohamed Abdelnour 2021-06-05 18:56:07 +02:00
  • 90e48e9b61 Spelling fixes Ville Skyttä 2021-06-13 22:32:08 +03:00
  • 35f31270f3 Highlight mtab files with fstab highlighting Kid 2021-06-10 15:20:31 +08:00
  • 2a71852070 README.md: List compatibility as another advantage to 3-bit themes Martin Nordholts 2021-06-10 06:57:54 +02:00
  • c8dd32802d README.md: Mention that PAGER is ignored if set to more or most Martin Nordholts 2021-06-05 22:47:17 +02:00
  • 71f04dc0e8 Bump nix from 0.20.0 to 0.21.0 dependabot[bot] 2021-06-01 02:02:14 +00:00
  • 49f8bbfee4 Bump assert_cmd from 1.0.3 to 1.0.4 dependabot[bot] 2021-06-01 02:02:24 +00:00
  • f4217eba73 Merge pull request #1669 from sharkdp/dependabot/submodules/assets/syntaxes/02_Extra/DotENV-58201ba Martin Nordholts 2021-06-02 07:48:13 +02:00
  • 14900f6ed8 Update CHANGELOG.md for #1668 Mohamed Abdelnour 2021-05-30 13:19:43 +02:00
  • c18afcb01a Add Verilog syntax test file Mohamed Abdelnour 2021-05-30 10:49:43 +02:00
  • 63043d4a60 Add varlink syntax test file Mohamed Abdelnour 2021-05-30 10:36:53 +02:00
  • 76034880ae Add TypeScriptReact syntax test file Mohamed Abdelnour 2021-05-30 10:21:35 +02:00
  • 768189859a Add Stylus syntax test file Mohamed Abdelnour 2021-05-30 10:07:25 +02:00
  • 6e5a2a5c51 Add Strace syntax test file Mohamed Abdelnour 2021-05-30 09:42:24 +02:00