dependabot-preview[bot]
dedaebdf15
Bump assets/syntaxes/Terraform from 3227a2d
to c683495
...
Bumps [assets/syntaxes/Terraform](https://github.com/alexlouden/Terraform.tmLanguage ) from `3227a2d` to `c683495`.
- [Release notes](https://github.com/alexlouden/Terraform.tmLanguage/releases )
- [Commits](3227a2d2a2...c683495c64
)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-05 20:41:47 +01:00
dependabot-preview[bot]
3d90c6adee
Bump assets/syntaxes/ssh-config from 86bfd1b
to 17e23d7
...
Bumps [assets/syntaxes/ssh-config](https://github.com/robballou/sublimetext-sshconfig ) from `86bfd1b` to `17e23d7`.
- [Release notes](https://github.com/robballou/sublimetext-sshconfig/releases )
- [Commits](86bfd1b090...17e23d7d38
)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-05 20:41:37 +01:00
dependabot-preview[bot]
06a521ec34
Bump assets/themes/onehalf from 2516b37
to fdcbffe
...
Bumps [assets/themes/onehalf](https://github.com/sonph/onehalf ) from `2516b37` to `fdcbffe`.
- [Release notes](https://github.com/sonph/onehalf/releases )
- [Commits](2516b37c3f...fdcbffe317
)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-05 20:41:26 +01:00
sharkdp
37f7c94ba4
Properly add Twig submodule, closes #721
2019-11-05 20:33:16 +01:00
sharkdp
396e1ac6b6
Add simple pattern for command-line options
2019-11-05 07:13:33 +01:00
sharkdp
49e2073910
Highlight capitalized function calls / man page references
2019-11-05 07:13:33 +01:00
sharkdp
0a42d2b897
Add Nim syntax, closes #542
2019-10-30 19:47:24 +01:00
Helder M
3b5fcf4619
Update options sort order in --help and manpage file
...
This commit updates the sort order of --help options in order to improve
usability/importance putting most useful/used commands on top. In
addition to that, similar options were grouped together.
2019-10-29 19:54:25 +01:00
Ethan P
ab2a6ad1d5
Add more colors to fstab syntax
2019-10-29 09:20:14 +01:00
Ethan P
59f2b30768
Merge pull request #696 from flopp/fstab-syntax
...
Add fstab syntax definitions
2019-10-28 15:41:56 -07:00
Anubhab Ghosh
9fb14d78e1
Add syntax highlighting for /etc/resolv.conf
2019-10-28 21:29:29 +01:00
Anubhab Ghosh
edbb4b2fc9
Add syntax highlighting for /etc/passwd file
2019-10-24 08:20:46 +02:00
Anubhab Ghosh
15b1676b72
Add syntax highlighting for /etc/group file
2019-10-24 08:20:46 +02:00
Florian Pigorsch
753a124ef2
Add some comments
2019-10-21 22:00:39 +02:00
Florian Pigorsch
58a4d009fa
Add fstab file syntax
2019-10-21 21:56:24 +02:00
sharkdp
f03b45f3e5
Update TOML syntax
2019-10-20 20:48:14 +02:00
Clar Fon
e44045a71a
Add Dracula theme
2019-10-11 20:18:22 +02:00
Ethan P
962abcef80
Update create.sh to quickly check for and update missing submodules
2019-10-10 23:49:39 +02:00
Ethan P
95f2e5bbb7
Ensure submodules are updated before creating asset cache
2019-10-10 23:49:39 +02:00
Martin Polreich
f0f77b1673
Add SaltStack SLS syntax
2019-10-06 21:26:46 +02:00
Ethan P
ea2179b352
Update fish completions to use parameterized names
2019-09-27 12:13:55 -07:00
Ethan P
c8478cedc5
Update manual page to use parameterized names
2019-09-27 12:06:54 -07:00
Ben Iofel
7ba5bc78b7
Update sublimehq/Packages to master
2019-09-23 08:58:56 +02:00
Luna
853e48e3f3
Allow underscores and dashes in page names to fix highlighting issues with pages such as signal-safety or posix_openpt.
2019-09-22 22:26:58 +02:00
Martin Polreich
12330fd154
Add Jinja2 syntax
2019-09-09 20:13:21 +02:00
sharkdp
79f016e15c
Update syntaxes
2019-08-31 20:58:16 +02:00
sharkdp
82ca8804a2
Handle non-unicode characters in the preprocessor
2019-08-31 20:56:53 +02:00
sharkdp
d2492980c0
Update syntaxes and themes
2019-08-31 14:43:20 +02:00
sharkdp
4ba45e2ba2
Add first version of 'man page' syntax, closes #523
2019-08-31 14:32:37 +02:00
sharkdp
83a213bae7
Add 'strace' syntax, closes #599
2019-08-31 13:13:42 +02:00
sharkdp
3967e28ded
Add SCSS and Sass syntax, closes #637
2019-08-31 13:09:38 +02:00
sharkdp
2dc2a3712a
Add Verilog syntax, closes #616
2019-08-31 12:59:02 +02:00
Dan Davison
f963104006
Add GraphQL sublime syntax submodule
2019-08-10 13:17:02 +02:00
sharkdp
518997135e
Merge branch 'ssh-config' of https://github.com/issmirnov/bat into issmirnov-ssh-config
2019-06-07 08:17:04 +02:00
Ivan Smirnov
69fc1caead
Add support for "etc/hosts" files.
...
- Syntax author: https://github.com/brandonwamboldt/sublime-hosts
Since the upstream version only has a tmLanguage, added a sublime-syntax
file manually.
2019-06-07 08:02:38 +02:00
Ivan Smirnov
175dd4c290
Add SSH config syntax
...
Tested:
```
bash assets/create.sh
cargo build
target/debug/bat --language ssh_config ~/.ssh/config
```
2019-06-06 20:01:23 -07:00
sharkdp
3795acbd17
Add '.env' (DotENV) syntax
2019-05-31 21:05:34 +02:00
sharkdp
c7d08cfcfd
Add 'requirements.txt' syntax
2019-05-31 20:58:08 +02:00
Brice Waegeneire
dfa024f9e6
Add Org mode syntax, closes sharkdp#36
2019-05-29 19:52:06 +02:00
sharkdp
3c4384990d
Update syntaxes and themes
2019-05-15 22:12:02 +02:00
Ethan P
06b8dcb7eb
Update fish completions for new --list-languages format
2019-05-14 22:50:42 +02:00
Ethan P
27e0ca98d9
Remove language completions for config files
2019-05-14 22:50:42 +02:00
Ethan P
1b2066c5f2
Add fish shell argument completions for --language option
2019-05-14 22:50:42 +02:00
Mitchell Kember
bb6594e691
Add 3 new themes: ansi-light, ansi-dark, base16
...
Also, interpret transparent colors (#RRGGBB00) as specifying a terminal
color palette number with RR. The three new themes use this.
2019-05-08 07:35:43 -05:00
Tim Sampson
7afdd44c43
cache/misc: be more cautious with bash
2019-04-25 17:52:21 +02:00
Tim Sampson
d72549a873
add fish shell syntax definition
2019-04-25 17:52:21 +02:00
evdev
cd6850947e
Updated fish completions to include parameter completion for available themes, added cache subcommand completions
2019-04-13 10:59:22 +02:00
evdev
14bfedeb20
Updated fish completions to include parameter completion for flags: color, italic-text, decorations, paging, wrap
2019-04-13 10:59:22 +02:00
evdev
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
Björn
c96927b550
Update F# syntax
2019-04-04 21:11:19 +02:00