summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Zaizar <mariozaizar@gmail.com>2020-04-29 02:28:12 -0700
committerDavid Peter <sharkdp@users.noreply.github.com>2020-04-29 19:38:39 +0200
commit9014ffcfd84570d6d740076dc9ca6ff80cd65ceb (patch)
tree7c88c2fed945af0084b84d7b522ce017da82eece
parent81af3752893b4fa2548738af9b3ad6c75be84eae (diff)
Adds Email (https://github.com/mariozaizar/email.sublime-syntax)
-rw-r--r--.gitmodules3
-rw-r--r--CHANGELOG.md16
m---------assets/syntaxes/02_Extra/Email0
3 files changed, 11 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules
index 8ecd149d..23a957a2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -182,3 +182,6 @@
[submodule "assets/syntaxes/02_Extra/Fortran"]
path = assets/syntaxes/02_Extra/Fortran
url = https://github.com/315234/SublimeFortran
+[submodule "assets/syntaxes/02_Extra/Email"]
+ path = assets/syntaxes/02_Extra/Email
+ url = https://github.com/mariozaizar/email.sublime-syntax.git
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9462da5c..9b17ca56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,12 @@
# Upcoming release
-
## Features
## Bugfixes
## Other
## New syntaxes
- Fortran, see #957
+- Email (@mariozaizar)
## New themes
## `bat` as a library
@@ -438,7 +438,7 @@ You can see the API documentation here: https://docs.rs/bat/
## Bugfixes
- Bat Panics on Haskell Source Code, see #314
-- Disable wrapping when `--style=plain`/`-p` is used, see #289
+- Disable wrapping when `--style=plain`/`-p` is used, see #289
## Other
@@ -493,7 +493,7 @@ You can see the API documentation here: https://docs.rs/bat/
## Bugfixes
- Fixed panic when running `bat --list-languages | head`, see #232 (@mchlrhw)
-- Respect `--color` settings for `--list-themes` and `--list-languages`, see #233
+- Respect `--color` settings for `--list-themes` and `--list-languages`, see #233
- Git modifications now work on Windows
## Other
@@ -523,7 +523,7 @@ You can see the API documentation here: https://docs.rs/bat/
## Other
* Extended and cleaned-up `--help` text.
-* Added initial version of a man page, see #52
+* Added initial version of a man page, see #52
* New README sections: *Development* and *Troubleshooting*, see #220
# v0.5.0
@@ -538,18 +538,18 @@ You can see the API documentation here: https://docs.rs/bat/
## Changes
-- The customization of syntax sets and theme sets is now separated. Syntax definitions are now loaded *in addition* to the ones that are stored in the `bat` binary by default. Please refer to these new sections in the README: [Adding new syntaxes](https://github.com/sharkdp/bat#adding-new-syntaxes--language-definitions), [Adding new themes](https://github.com/sharkdp/bat#adding-new-themes), also see #172
+- The customization of syntax sets and theme sets is now separated. Syntax definitions are now loaded *in addition* to the ones that are stored in the `bat` binary by default. Please refer to these new sections in the README: [Adding new syntaxes](https://github.com/sharkdp/bat#adding-new-syntaxes--language-definitions), [Adding new themes](https://github.com/sharkdp/bat#adding-new-themes), also see #172
- The color for the filename is now the default foreground color. The colors for the grid and the line numbers is now determined from the syntax highlighting theme, which now also works for light backgrounds, see #178.
## Bugfixes
- Escape Sequences get partially stripped, see #182 (@eth-p)
- Use separate Git repository for snapshot testing, see #165 and #161
-- Markdown breaking on JavaScript, see #183
+- Markdown breaking on JavaScript, see #183
## Other
-- Binaries for armv7 are now provided, see #196
+- Binaries for armv7 are now provided, see #196
- `bat` is now in the official [Arch package repositories](https://www.archlinux.org/packages/community/x86_64/bat/).
- Optimizations in the RGB => 8-bit conversion (@mina86)
@@ -559,7 +559,7 @@ You can see the API documentation here: https://docs.rs/bat/
## Bugfixes
-- Fix problem with `cargo test` when `bat` is not checked out in a Git repository, see #161
+- Fix problem with `cargo test` when `bat` is not checked out in a Git repository, see #161
# v0.4.0
diff --git a/assets/syntaxes/02_Extra/Email b/assets/syntaxes/02_Extra/Email
new file mode 160000
+Subproject fc034fb85ae8a277627f1148769924dbc115dbe