Commit Graph

230 Commits

Author SHA1 Message Date
14bfedeb20 Updated fish completions to include parameter completion for flags: color, italic-text, decorations, paging, wrap 2019-04-13 10:59:22 +02:00
5e9351445f WIP: added manual minimal fish shell completions for current flags. Does not include flag sub-options like language lists or subcommands 2019-04-13 10:59:22 +02:00
c96927b550 Update F# syntax 2019-04-04 21:11:19 +02:00
cff01d81fa Rename 'bat cache --init' to 'bat cache --build' 2019-02-07 23:27:53 +01:00
31608c9a03 Update syntaxes 2019-02-07 23:01:06 +01:00
3a5c52641b Update assets/syntaxes/Packages 2019-02-07 22:53:18 +01:00
91deef8b13 add varlink syntax
Varlink is an interface description format and protocol that aims
to make services accessible to both humans and machines in the
simplest feasible way.

See: https://varlink.org/ and https://github.com/varlink/ for
more information
2019-02-07 07:40:22 +01:00
f3f9f10f05 Add Jsonnet (*.jsonnet) syntax
Jsonnet: https://jsonnet.org/
sublime-syntax: https://github.com/gburiola/sublime-jsonnet-syntax
2019-02-04 23:28:39 +01:00
ae08785ec8 Add Terraform syntax 2019-01-28 20:09:56 +01:00
c483e49b92 Consistent naming for submodules 2019-01-20 10:22:35 +01:00
94c9b40694 Protobuf-syntax and ProtobufText syntax (#474) 2019-01-20 10:20:53 +01:00
3b5174bb1d Add syslog-syntax 2019-01-18 07:24:46 +01:00
3324505383 Update README.md 2019-01-16 20:04:46 +01:00
5d3205acc0 Add x86_64 Assembly manually 2018-12-14 23:07:11 +01:00
4e6816abd6 Remove problematic 'Assembly (x86_64)' submodule 2018-12-14 23:07:11 +01:00
d2d29180a7 Add ARM assembly 2018-12-14 22:52:57 +01:00
2f263c9fbf Add x86_64 assembly 2018-12-14 22:46:50 +01:00
dd48d29c28 Add AsciiDoc syntax. 2018-12-11 21:12:29 +01:00
e6ffab3cb4 Update assets/README.md 2018-11-19 18:48:36 +01:00
4e43f8fa74 Highlight XDG desktop entry as .ini file
Reference: https://standards.freedesktop.org/desktop-entry-spec/latest/
2018-11-19 18:48:36 +01:00
778a4929a8 Add twig support 2018-11-18 11:58:05 +01:00
0691b18231 Add assets/.gitattributes 2018-11-11 14:50:59 +01:00
e79c5516bf Bump version, update assets 2018-11-11 12:55:38 +01:00
b68c038db8 Update link to new issue 2018-11-11 11:08:08 +01:00
1f9befbcd1 Update SHA1 in TOML submodule 2018-11-05 19:37:23 +01:00
50dc4a79b0 Display line-feed as instead of 2018-11-01 22:00:47 +01:00
8fa8f44706 Use character if tab-width == 1. 2018-11-01 22:00:47 +01:00
ecd862d9ff Feature: Highlight non-printable characters
Adds a new `-A`/`--show-all` option (in analogy to GNU Linux `cat`s option) that
highlights non-printable characters like space, tab or newline.

This works in two steps:
- **Preprocessing**: replace space by `•`, replace tab by `├──┤`, replace
newline by `␤`, etc.
- **Highlighting**: Use a newly written Sublime syntax to highlight
these special symbols.

Note: This feature is not technically a drop-in replacement for GNU `cat`s
`--show-all` but it has the same purpose.
2018-11-01 22:00:47 +01:00
a25ee0e6fd Add sublime-snazzy theme 2018-10-20 11:32:25 +02:00
a770cbf25e Update assets 2018-10-17 23:14:07 +02:00
d2d01b9fe8 Always remove the local cache when creating new assets 2018-10-10 21:49:03 +02:00
5842d58c01 Updates for syntect 3.0 2018-10-09 22:04:51 +02:00
e3c71adba7 syntax: Add robot framework support 2018-10-09 20:27:01 +02:00
9c09799e1f misc: add exec bit for create.sh 2018-10-08 20:20:05 +02:00
e1345cdc2a Update VimL syntax 2018-10-05 18:44:51 +02:00
a2676ccc55 Workaround for #81 2018-10-04 11:09:41 +02:00
238482e5f3 Update syntax-set, fixes #314 2018-09-23 10:30:19 +02:00
6aa626f1c4 Document INI syntax modifications 2018-09-22 11:23:29 +02:00
1b30539493 Added Mercurial's hgrc-files to the list of INI-extensions 2018-09-22 11:23:29 +02:00
54c434934e Bump version, update assets 2018-09-12 22:01:01 +02:00
97129ab9d8 Add PowerShell syntax, closes #306 2018-09-12 20:53:49 +02:00
97efd75cee Add Crystal syntax 2018-09-05 23:45:09 +02:00
ba00caf9c3 Add Swift syntax 2018-09-05 21:56:49 +02:00
ac418ba21c Add PureScript syntax 2018-09-05 21:50:16 +02:00
021a68eb21 Add F# syntax, closes #284 2018-09-05 21:38:35 +02:00
80ae2ecbf8 Merge branch 'master' into add-jsx-syntax 2018-09-05 20:51:03 +02:00
c90f0b8e21 Merge branch 'master' into support-cabal-syntax 2018-09-05 20:43:50 +02:00
4b866ab6af Merge branch 'master' into add-jsx-syntax 2018-09-05 20:36:31 +02:00
2dbd91e543 Add Dart syntax 2018-09-05 20:33:16 +02:00
785da3d9df Add support for cabal syntax 2018-09-05 14:42:27 +01:00