Z. Grace Moreau 
							
						 
					 
					
						
						
							
						
						33ba136fa3 
					 
					
						
						
							
							fix --pager opts display and add some examples  
						
						
						
						
					 
					
						2022-08-27 16:37:34 +02:00 
						 
				 
			
				
					
						
							
							
								Z. Grace Moreau 
							
						 
					 
					
						
						
							
						
						f36df73ac1 
					 
					
						
						
							
							add a vim modeline  
						
						... 
						
						
						
						This will cause vim (and other properly-extended editors) to read this
as a fish script file, despite its .fish.in extension. 
						
						
					 
					
						2022-08-27 16:37:34 +02:00 
						 
				 
			
				
					
						
							
							
								Z. Grace Moreau 
							
						 
					 
					
						
						
							
						
						d14e0fe292 
					 
					
						
						
							
							improve fish completions  
						
						
						
						
					 
					
						2022-08-27 16:37:34 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c14ce4f7ca 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/Julia from 1e55f32 to 4fde0fd ( #2230 )  
						
						... 
						
						
						
						* 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](1e55f3211b...4fde0fdeddsupport@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-14 21:10:05 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a091811be9 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/PowerShell from 742f0b5 to c0372a1  
						
						... 
						
						
						
						Bumps [assets/syntaxes/02_Extra/PowerShell](https://github.com/PowerShell/EditorSyntax ) from `742f0b5` to `c0372a1`.
- [Release notes](https://github.com/PowerShell/EditorSyntax/releases )
- [Commits](742f0b5d4b...c0372a1d2dsupport@github.com > 
						
						
					 
					
						2022-08-13 14:16:50 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3a93798e8b 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/cmd-help from 1e513f5 to aa47747 ( #2255 )  
						
						... 
						
						
						
						* 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](1e513f5f19...aa477471c8support@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-12 17:08:32 +02:00 
						 
				 
			
				
					
						
							
							
								yuvalmo 
							
						 
					 
					
						
						
							
						
						c4d9d7561b 
					 
					
						
						
							
							Color fstab dump and pass fields correctly ( #2246 )  
						
						... 
						
						
						
						Was missing the number 2 as a valid option in those fields. 
						
						
					 
					
						2022-07-25 21:33:51 +02:00 
						 
				 
			
				
					
						
							
							
								Anders Kaseorg 
							
						 
					 
					
						
						
							
						
						4583826a5b 
					 
					
						
						
							
							Fix documentation typo: --pager=never → --paging=never  
						
						... 
						
						
						
						Signed-off-by: Anders Kaseorg <andersk@mit.edu > 
						
						
					 
					
						2022-07-07 06:09:11 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						405e5f7460 
					 
					
						
						
							
							assets/create.sh  
						
						
						
						
					 
					
						2022-05-12 12:12:49 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						5fe9b3e1b3 
					 
					
						
						
							
							Make INI syntax register as handler of .inf files  
						
						... 
						
						
						
						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-11 17:39:01 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						7334ab4542 
					 
					
						
						
							
							Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes ( #2181 )  
						
						... 
						
						
						
						* 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-07 13:43:11 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ef3e398b2b 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/Zig from 87ecbca to 1a4a384 ( #2136 )  
						
						... 
						
						
						
						* 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](87ecbcae6f...1a4a38445fsupport@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-05 20:29:17 +02:00 
						 
				 
			
				
					
						
							
							
								Isaac Horvath 
							
						 
					 
					
						
						
							
						
						adea895026 
					 
					
						
						
							
							Add a --style=default option ( #2119 )  
						
						... 
						
						
						
						* 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-04 21:31:32 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a6bd28a78b 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/Nginx from 15a1db1 to 65f5a63  
						
						... 
						
						
						
						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](15a1db1510...65f5a63c0dsupport@github.com > 
						
						
					 
					
						2022-05-04 21:29:18 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4291fd5c65 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/Fish from cd95616 to 98316d4  
						
						... 
						
						
						
						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](cd95616df5...98316d4332support@github.com > 
						
						
					 
					
						2022-04-27 21:09:33 +02:00 
						 
				 
			
				
					
						
							
							
								Víctor González Prieto 
							
						 
					 
					
						
						
							
						
						b0898900ce 
					 
					
						
						
							
							Syntax: add cmd-help ( #2148 )  
						
						... 
						
						
						
						* Add cmd-help syntax
To highlight command --help messages.
* README.md: mention help message highlighting
* README.md: edit help message highlighting 
						
						
					 
					
						2022-04-26 19:42:18 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e735562098 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/Fish from 2c254cc to cd95616  
						
						... 
						
						
						
						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](2c254cc851...cd95616df5support@github.com > 
						
						
					 
					
						2022-03-28 08:18:18 +02:00 
						 
				 
			
				
					
						
							
							
								Keith Hall 
							
						 
					 
					
						
						
							
						
						c0ec03e08a 
					 
					
						
						
							
							Syntax: [Log] highlight escape characters in double quoted strings  
						
						
						
						
					 
					
						2022-03-22 22:20:39 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						0655ecf23d 
					 
					
						
						
							
							Prepare for v0.20.0 release  
						
						... 
						
						
						
						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-27 07:39:22 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						3c057aa590 
					 
					
						
						
							
							Add header-filename and header-filesize where missing  
						
						
						
						
					 
					
						2022-02-27 07:39:22 +01:00 
						 
				 
			
				
					
						
							
							
								Josh Pencheon 
							
						 
					 
					
						
						
							
						
						ad6cae433a 
					 
					
						
						
							
							fix Bash completion on macOS ( #2074 )  
						
						... 
						
						
						
						* 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-24 07:57:23 +01:00 
						 
				 
			
				
					
						
							
							
								ltdk 
							
						 
					 
					
						
						
							
						
						e4f6fb2afe 
					 
					
						
						
							
							Add JQ syntax highlighting  
						
						
						
						
					 
					
						2022-02-14 19:14:19 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9ad147278f 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/GLSL from 4cd4acf to 59a5f8a ( #2050 )  
						
						... 
						
						
						
						* 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](4cd4acfffc...59a5f8a312support@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-08 17:11:31 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f3f8194932 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/GraphQL from 59304d6 to 9b6f6d0 ( #2000 )  
						
						... 
						
						
						
						* 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](59304d6c7b...9b6f6d0a86support@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-07 17:34:35 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2ae4ffcdfa 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/VimL from c91fe3a to ee85822 ( #2002 )  
						
						... 
						
						
						
						* 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](c91fe3ab02...ee85822cbesupport@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-06 22:29:36 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f5a7f86a64 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/TOML from 6bfcc3c to ed38438 ( #2049 )  
						
						... 
						
						
						
						* 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](6bfcc3c236...ed38438900support@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-02-06 21:20:24 +01:00 
						 
				 
			
				
					
						
							
							
								klemens 
							
						 
					 
					
						
						
							
						
						9287cf6b0b 
					 
					
						
						
							
							small typos, should not interrupt anything  
						
						
						
						
					 
					
						2022-01-09 12:59:01 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						59a8f58be7 
					 
					
						
						
							
							Run assets/create.sh  
						
						
						
						
					 
					
						2022-01-08 17:01:20 +01:00 
						 
				 
			
				
					
						
							
							
								Mahdi Dibaiee 
							
						 
					 
					
						
						
							
						
						3f7bff90ba 
					 
					
						
						
							
							Add note regarding options passed to less by default in manpage  
						
						... 
						
						
						
						Fixes  #1913 
Signed-off-by: Mahdi Dibaiee <mdibaiee@pm.me > 
					
						2022-01-06 14:00:04 +01:00 
						 
				 
			
				
					
						
							
							
								Firegem 
							
						 
					 
					
						
						
							
						
						31ca212f86 
					 
					
						
						
							
							Highlight nimble files with nim syntax  
						
						
						
						
					 
					
						2022-01-06 13:08:38 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d4744dbed5 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/MediaWiki from 843a483 to 81bf97c  
						
						... 
						
						
						
						Bumps [assets/syntaxes/02_Extra/MediaWiki](https://github.com/tosher/Mediawiker ) from `843a483` to `81bf97c`.
- [Release notes](https://github.com/tosher/Mediawiker/releases )
- [Commits](843a483e8b...81bf97cacesupport@github.com > 
						
						
					 
					
						2022-01-03 08:57:37 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						abbccc91ed 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/ssh-config from 201816b to e1012e9  
						
						... 
						
						
						
						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](201816b609...e1012e9f13support@github.com > 
						
						
					 
					
						2022-01-03 08:56:55 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3358b075fb 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/TypeScript from a607ddf to ba45efd ( #1834 )  
						
						... 
						
						
						
						* 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](a607ddfec9...ba45efd058support@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-12 20:07:50 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a02713dc15 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/PowerShell from 4a0a076 to 742f0b5 ( #1935 )  
						
						... 
						
						
						
						* 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](4a0a076661...742f0b5d4bsupport@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 > 
						
						
					 
					
						2021-12-12 19:41:04 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ee1f5a9e89 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/SCSS_Sass from 63819a1 to d3d9404 ( #1766 )  
						
						... 
						
						
						
						* Bump assets/syntaxes/02_Extra/SCSS_Sass from `63819a1` to `d3d9404`
Bumps [assets/syntaxes/02_Extra/SCSS_Sass](https://github.com/braver/SublimeSass ) from `63819a1` to `d3d9404`.
- [Release notes](https://github.com/braver/SublimeSass/releases )
- [Commits](63819a1ab6...d3d9404640support@github.com >
* 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 > 
						
						
					 
					
						2021-12-12 18:58:30 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						84a15f0b6e 
					 
					
						
						
							
							assets/create.sh: Reverse patches even if bat cache fails or aborts  
						
						
						
						
					 
					
						2021-12-11 21:18:25 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						a3ea798246 
					 
					
						
						
							
							Credit syntax definition and theme authors with new --acknowledgements option ( #1971 )  
						
						... 
						
						
						
						The text that is printed is generated when building assets, by analyzing LICENSE
and NOTICE files that comes with syntaxes and themes.
We take this opportunity to also add a NOTICE file as defined by Apache License 2.0. 
						
						
					 
					
						2021-12-11 14:00:45 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						7fceb4878f 
					 
					
						
						
							
							Load themes lazily for improved startup time ( #1969 )  
						
						... 
						
						
						
						This is for #951 . Syntax lazy-loading will come later and have a much bigger
impact, but lazy-loading of themes does not have negligible impact. 
						
						
					 
					
						2021-12-06 09:14:15 +01:00 
						 
				 
			
				
					
						
							
							
								Ersikan 
							
						 
					 
					
						
						
							
						
						29711c178a 
					 
					
						
						
							
							Better syntax highlighting for Dart ( #1959 )  
						
						... 
						
						
						
						Remove unmaintained Dart syntax submodule. Add elMuso/Dartlight as submodule. Update Dart syntax highlighting. Add changes to changelog. 
						
						
					 
					
						2021-12-06 08:40:43 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6313e9ef2a 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/TOML from 0f14b7c to 6bfcc3c  
						
						... 
						
						
						
						Bumps [assets/syntaxes/02_Extra/TOML](https://github.com/jasonwilliams/sublime_toml_highlighting ) from `0f14b7c` to `6bfcc3c`.
- [Release notes](https://github.com/jasonwilliams/sublime_toml_highlighting/releases )
- [Commits](0f14b7caf3...6bfcc3c236support@github.com > 
						
						
					 
					
						2021-12-01 06:05:39 +01:00 
						 
				 
			
				
					
						
							
							
								David Peter 
							
						 
					 
					
						
						
							
						
						3338699257 
					 
					
						
						
							
							Remove the 'requirements.txt' syntax  
						
						... 
						
						
						
						This is needed because the syntax is only available under GPL v3.0,
which is not compatible with `bat`s license. 
						
						
					 
					
						2021-11-28 16:28:14 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						d7671fa8e3 
					 
					
						
						
							
							Remove the code related to minimal_syntaxes.bin  
						
						... 
						
						
						
						To get fast startup, syntect will instead start to lazy-load syntaxes. See
https://github.com/trishume/syntect/pull/393  and discussions in linked PRs. 
						
						
					 
					
						2021-11-22 20:42:01 +01:00 
						 
				 
			
				
					
						
							
							
								Shun Sakai 
							
						 
					 
					
						
						
							
						
						619cf6e6d6 
					 
					
						
						
							
							Add MediaWiki syntax  
						
						
						
						
					 
					
						2021-11-22 19:46:29 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						194e7bbcd1 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/LESS from a2eae04 to 836b47e  
						
						... 
						
						
						
						Bumps [assets/syntaxes/02_Extra/LESS](https://github.com/danro/LESS-sublime ) from `a2eae04` to `836b47e`.
- [Release notes](https://github.com/danro/LESS-sublime/releases )
- [Commits](a2eae0453e...836b47ec61support@github.com > 
						
						
					 
					
						2021-11-03 06:26:21 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						6eb2cc9cac 
					 
					
						
						
							
							Add LiveScript syntax  
						
						... 
						
						
						
						The file `LiveScript.sublime-syntax` is a pure export from a licenced version
of Sublime Text, Version 3.1.1, Build 3176 with
assets/syntaxes/02_Extra/LiveScript/Syntaxes/LiveScript.tmLanguage as the source
file. 
						
						
					 
					
						2021-10-23 13:35:32 +02:00 
						 
				 
			
				
					
						
							
							
								NotWearingPants 
							
						 
					 
					
						
						
							
						
						6fc7ebf37a 
					 
					
						
						
							
							Add missing style values in fish & zsh completions ( #1890 )  
						
						
						
						
					 
					
						2021-10-11 19:13:16 +02:00 
						 
				 
			
				
					
						
							
							
								Georgy Komarov 
							
						 
					 
					
						
						
							
						
						d04a83de7b 
					 
					
						
						
							
							Add Racket syntax  
						
						
						
						
					 
					
						2021-10-03 19:17:26 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7a15ba3796 
					 
					
						
						
							
							Bump assets/syntaxes/02_Extra/Julia from 48639e1 to 1e55f32  
						
						... 
						
						
						
						Bumps [assets/syntaxes/02_Extra/Julia](https://github.com/JuliaEditorSupport/Julia-sublime ) from `48639e1` to `1e55f32`.
- [Release notes](https://github.com/JuliaEditorSupport/Julia-sublime/releases )
- [Commits](48639e1dbf...1e55f3211bsupport@github.com > 
						
						
					 
					
						2021-10-02 13:25:57 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Nordholts 
							
						 
					 
					
						
						
							
						
						9124271eaf 
					 
					
						
						
							
							Load independent and minimal syntax sets when using --language ( #1787 )  
						
						... 
						
						
						
						This significantly speeds up the startup time of bat, since only a single
linked SyntaxDefinition is loaded for each file. The size increase of the
binary is just ~400 kB.
In order for startup time to be improved, the --language arg must be used, and
it must match one of the following names:
"Plain Text", "ActionScript", "AppleScript", "Batch File", "NAnt Build File",
"C#", "C", "CSS", "D", "Diff", "Erlang", "Go", "Haskell", "JSON", "Java
Properties", "BibTeX", "LaTeX Log", "TeX", "Lisp", "Lua", "MATLAB", "Pascal",
"R", "Regular Expression", "Rust", "SQL", "Scala", "Tcl", "XML", "YAML", "Apache
Conf", "ARM Assembly", "Assembly (x86_64)", "CMakeCache", "Comma Separated
Values", "Cabal", "CoffeeScript", "CpuInfo", "Dart Analysis Output", "Dart",
"Dockerfile", "DotENV", "F#", "Friendly Interactive Shell (fish)", "Fortran
(Fixed Form)", "Fortran (Modern)", "Fortran Namelist", "fstab", "GLSL",
"GraphQL", "Groff/troff", "group", "hosts", "INI", "Jinja2", "jsonnet",
"Kotlin", "Less", "LLVM", "Lean", "MemInfo", "Nim", "Ninja", "Nix", "passwd",
"PowerShell", "Protocol Buffer (TEXT)", "Puppet", "Rego", "resolv", "Robot
Framework", "SML", "Strace", "Stylus", "Solidity", "Vyper", "Swift",
"SystemVerilog", "TOML", "Terraform", "TypeScript", "TypeScriptReact",
"Verilog", "VimL", "Zig", "gnuplot", "log", "requirements.txt", "Highlight
non-printables", "Private Key", "varlink"
Later commits will improve startup time for more code paths.
* fix some typos and misspellings
* CHANGELOG.md: Add Performance section (preliminary)
* Add a CHANGELOG.md entry for this PR 
						
						
					 
					
						2021-09-09 20:52:33 +02:00 
						 
				 
			
				
					
						
							
							
								Rashil Gandhi 
							
						 
					 
					
						
						
							
						
						43afae34be 
					 
					
						
						
							
							Add PowerShell completion file ( #1826 )  
						
						
						
						
					 
					
						2021-08-28 13:39:17 +02:00