David Peter 
							
						 
					 
					
						
						
							
						
						3c59b98dc8 
					 
					
						
						
							
							Add CHANGELOG entry for  #1687  
						
						
						
						
					 
					
						2021-07-09 06:36:06 +02:00 
						 
				 
			
				
					
						
							
							
								David Peter 
							
						 
					 
					
						
						
							
						
						21338ed789 
					 
					
						
						
							
							Abort ignored filename suffix stripping early on unworkable filenames  
						
						
						
						
					 
					
						2021-07-09 06:34:11 +02:00 
						 
				 
			
				
					
						
							
							
								David Peter 
							
						 
					 
					
						
						
							
						
						dc8ab0b5ce 
					 
					
						
						
							
							Simplify ignored filename suffix stripping  
						
						
						
						
					 
					
						2021-07-09 06:34:11 +02:00 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						ddb39ef2f6 
					 
					
						
						
							
							Add syntax tests for ignored filename suffixes  
						
						
						
						
					 
					
						2021-07-09 06:34:11 +02:00 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						355e62efe9 
					 
					
						
						
							
							Find syntax ignoring known backup/template filename suffixes  
						
						... 
						
						
						
						For example, fall back to `foo.extension` for `foo.extension~`,
`foo.extension.orig`, `foo.extension.in.in` etc. 
						
						
					 
					
						2021-07-09 06:34:11 +02:00 
						 
				 
			
				
					
						
							
							
								David Peter 
							
						 
					 
					
						
						
							
						
						fddd11a205 
					 
					
						
						
							
							CICD: sync with pastel, minor changes  
						
						
						
						
					 
					
						2021-07-05 17:24:59 +02:00 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						8b37e62cf3 
					 
					
						
						
							
							Add some more options to bash completion  
						
						... 
						
						
						
						https://github.com/sharkdp/bat/pull/1702#issuecomment-872452683  
					
						2021-07-01 22:47:00 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4296d47dcb 
					 
					
						
						
							
							Bump assert_cmd from 1.0.4 to 1.0.5  
						
						... 
						
						
						
						Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases )
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.4...v1.0.5 )
---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-07-01 20:23:05 +02:00 
						 
				 
			
				
					
						
							
							
								Frederick Zhang 
							
						 
					 
					
						
						
							
						
						42f1ef019a 
					 
					
						
						
							
							Fix missing config/cache arguments in Zsh completion  
						
						
						
						
					 
					
						2021-06-28 11:59:01 +02:00 
						 
				 
			
				
					
						
							
							
								Frederick Zhang 
							
						 
					 
					
						
						
							
						
						fe8e526292 
					 
					
						
						
							
							Document --generate-config-file in manual  
						
						
						
						
					 
					
						2021-06-28 11:59:01 +02:00 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						0e9d612173 
					 
					
						
						
							
							Add change log entry for bash completion  
						
						
						
						
					 
					
						2021-06-28 11:58:03 +02:00 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						06c601bc7c 
					 
					
						
						
							
							Depend on scop/bash-completion  
						
						... 
						
						
						
						For = option/arg separator support, improved mid-word completion
behavior, code cleanliness. 
						
						
					 
					
						2021-06-28 11:58:03 +02:00 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						229fbc1a18 
					 
					
						
						
							
							Add missing comment about --theme arg escaping  
						
						
						
						
					 
					
						2021-06-28 11:58:03 +02:00 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						e05f5010da 
					 
					
						
						
							
							Add bash completion  
						
						... 
						
						
						
						Closes https://github.com/sharkdp/bat/issues/1010  
						
						
					 
					
						2021-06-28 11:58:03 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						073b9968c0 
					 
					
						
						
							
							pretty_printer.rs: Don't use a URL as an example Input title  
						
						... 
						
						
						
						Otherwise Rust 1.53.0 gets confused during `cargo doc` because it thinks
we want an actual URL:
    warning: this URL is not a hyperlink
    --> src/pretty_printer.rs:331:40
        |
    331 |     /// The title for the input (e.g. "http://example.com/example.txt ")
        |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://example.com/example.txt >`
        |
        = note: `#[warn(rustdoc::bare_urls)]` on by default
        = note: bare URLs are not automatically turned into clickable links
It was perhaps also a bit confusing to give an URL as an example in the
first place, because according to our own API example
`examples/inputs.rs` it is meant to be more a free-text thing. 
						
						
					 
					
						2021-06-28 07:10:30 +02:00 
						 
				 
			
				
					
						
							
							
								Rémi Ait-Younes 
							
						 
					 
					
						
						
							
						
						d3aa17ae77 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2021-06-27 21:08:59 +02:00 
						 
				 
			
				
					
						
							
							
								Rémi Ait-Younes 
							
						 
					 
					
						
						
							
						
						4187eed12b 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2021-06-27 21:08:59 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						12ecb325c9 
					 
					
						
						
							
							Modify Linguist overrides  
						
						
						
						
					 
					
						2021-06-14 08:36:20 +02:00 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						90e48e9b61 
					 
					
						
						
							
							Spelling fixes  
						
						
						
						
					 
					
						2021-06-13 22:08:56 +02:00 
						 
				 
			
				
					
						
							
							
								Kid 
							
						 
					 
					
						
						
							
						
						35f31270f3 
					 
					
						
						
							
							Highlight mtab files with fstab highlighting  
						
						
						
						
					 
					
						2021-06-10 14:46:36 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						2a71852070 
					 
					
						
						
							
							README.md: List compatibility as another advantage to 3-bit themes  
						
						... 
						
						
						
						See discussion in #1681 . 
						
						
					 
					
						2021-06-10 13:54:24 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						c8dd32802d 
					 
					
						
						
							
							README.md: Mention that PAGER is ignored if set to more or most  
						
						... 
						
						
						
						Fixes  #1666  
					
						2021-06-08 07:13:46 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						71f04dc0e8 
					 
					
						
						
							
							Bump nix from 0.20.0 to 0.21.0  
						
						... 
						
						
						
						Bumps [nix](https://github.com/nix-rust/nix ) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/nix-rust/nix/releases )
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nix-rust/nix/compare/v0.20.0...v0.21.0 )
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-06-05 16:50:41 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						49f8bbfee4 
					 
					
						
						
							
							Bump assert_cmd from 1.0.3 to 1.0.4  
						
						... 
						
						
						
						Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases )
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.3...v1.0.4 )
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-06-02 08:04:30 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						f4217eba73 
					 
					
						
						
							
							Merge pull request  #1669  from sharkdp/dependabot/submodules/assets/syntaxes/02_Extra/DotENV-58201ba  
						
						... 
						
						
						
						Bump assets/syntaxes/02_Extra/DotENV from `a1c9176` to `58201ba` 
						
						
					 
					
						2021-06-02 07:48:13 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						14900f6ed8 
					 
					
						
						
							
							Update CHANGELOG.md for  #1668  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						c18afcb01a 
					 
					
						
						
							
							Add Verilog syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						63043d4a60 
					 
					
						
						
							
							Add varlink syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						76034880ae 
					 
					
						
						
							
							Add TypeScriptReact syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						768189859a 
					 
					
						
						
							
							Add Stylus syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						6e5a2a5c51 
					 
					
						
						
							
							Add Strace syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						9935c4984c 
					 
					
						
						
							
							Add Robot Framework syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						a0a5e30c39 
					 
					
						
						
							
							Add Rego syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						4126bbeead 
					 
					
						
						
							
							Add Puppet syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						a5b79295d7 
					 
					
						
						
							
							Add NAnt Build File syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						e917784932 
					 
					
						
						
							
							Add Literate Haskell syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						f46b90d28d 
					 
					
						
						
							
							Add jsonnet syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						64cbfbed47 
					 
					
						
						
							
							Add Java Server Page (JSP) syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						1ced35ec76 
					 
					
						
						
							
							Add 'NOTICE' to list of file names to skip  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						16d346773b 
					 
					
						
						
							
							Add Fortran Namelist syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						b02120cf66 
					 
					
						
						
							
							Add Fortran (Fixed Form) syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						702b5caf2d 
					 
					
						
						
							
							Add Fortran (Modern) syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						d395f64f58 
					 
					
						
						
							
							Add F# syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						c9627040cc 
					 
					
						
						
							
							Add CoffeeScript syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						b1f69434f9 
					 
					
						
						
							
							Add Cabal syntax test file  
						
						
						
						
					 
					
						2021-06-01 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						bcca56e3b1 
					 
					
						
						
							
							CHANGELOG.md: Apply DotENV syntax also for .env.default and .env.defaults  
						
						
						
						
					 
					
						2021-06-01 18:45:17 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						2f98610929 
					 
					
						
						
							
							DotENV.sublime-syntax: Re-exported after .tmLanguage update  
						
						... 
						
						
						
						Exported from licenced version of Sublime Text, Version 3.1.1, Build
3176. 
						
						
					 
					
						2021-06-01 18:39:39 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						89539ff247 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/DotENV from a1c9176 to 58201ba  
						
						... 
						
						
						
						Bumps [assets/syntaxes/02_Extra/DotENV](https://github.com/zaynali53/DotENV ) from `a1c9176` to `58201ba`.
- [Release notes](https://github.com/zaynali53/DotENV/releases )
- [Commits](a1c917633d...58201ba2absupport@github.com > 
						
						
					 
					
						2021-06-01 02:01:58 +00:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						aa74d19940 
					 
					
						
						
							
							Refactor "Use matches macro"  
						
						
						
						
					 
					
						2021-05-27 12:05:07 +02:00 
						 
				 
			
				
					
						
							
							
								Mohamed Abdelnour 
							
						 
					 
					
						
						
							
						
						cf7d9ef962 
					 
					
						
						
							
							Update CHANGELOG.md for  #1661  
						
						
						
						
					 
					
						2021-05-27 12:05:07 +02:00