1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-06-27 10:43:18 +01:00
Commit Graph

1778 Commits

Author SHA1 Message Date
1c1ba04c41 Adds a CONTRIBUTORS file 2020-10-29 20:16:33 +01:00
456216ab37 Update CHANGELOG.md 2020-10-29 20:16:33 +01:00
49d7bf8c39 From a TODO in . Add documentation for contributors.
This changes the README file and adds a new section `Contributors`.
This section includes instructions to remind contributors to make an
update to the changelog.
2020-10-29 20:16:33 +01:00
dade4cc6f3 Add reference to batdiff 2020-10-29 19:37:12 +01:00
c747ac181d Updates CHANGELOG entry 2020-10-29 19:33:58 +01:00
9837948c3a Throws an error when bat is being user as pager.
As mentioned on  `bat` should not be used as a value for `pager`,
this change checks both the balue of `bat` provided as a parameter or
as an environment variable.
2020-10-29 19:33:58 +01:00
072fb380d8 Add Svelte as a syntax 2020-10-29 19:33:09 +01:00
85594956cf Bring back delta to me to me 2020-10-29 19:22:38 +01:00
88eba56607 Add git diff example to Integration docs
Part of https://github.com/sharkdp/bat/issues/448

Thanks to https://github.com/sharkdp/bat/pull/940
2020-10-29 19:22:38 +01:00
cc6cf48256 1213: org mode highlight testing 2020-10-29 19:21:46 +01:00
e571cb553b 1213: nix; added trailing new line 2020-10-25 21:03:30 +01:00
bf9f6e872d 1312: nix; fixed src 2020-10-25 21:03:30 +01:00
8348c1b746 1213: nix; fix buildInputs arr 2020-10-25 21:03:30 +01:00
0a9744ac95 add nix highligh 2020-10-25 21:03:30 +01:00
95954b7c57 Update CHANGELOG 2020-10-25 19:09:52 +01:00
a707f81726 Add Coldark in New Themes 2020-10-25 08:18:55 +01:00
dae6664555 Update themes.bin - Coldark themes 2020-10-25 08:18:55 +01:00
9dd807344c Ignore 'all_themes_are_present' unit test by default 2020-10-25 08:18:55 +01:00
2ecebf8ff2 Add Coldark themes to unit test 2020-10-25 08:18:55 +01:00
6d3cb5f99f Add Coldark themes 2020-10-25 08:18:55 +01:00
ec8072d51f Add PowerShell syntax test
Part of the work for issue .

A short PowerShell script and the corresponding syntax-highlighted output
has been added. The script exhibits many of the peculiarities of the
PowerShell syntax.
2020-10-25 08:04:27 +01:00
7a7bb80e23 Add Git Config syntax test file
cc 
2020-10-24 14:45:54 +02:00
99ac5c3045 Add fairly complex nginx config.
This is to contribute to issue .  I took some of the more
complicated servers I am running as examples.  Everything looks to be
correctly highlighted compared to vim's syntax highlighting.
2020-10-24 14:10:51 +02:00
efab00a9de Add Git Attributes syntax test 2020-10-24 14:09:52 +02:00
9ab0801ee1 Revert accidental regex literal -> unicode char change in Manpage syntax 2020-10-24 12:30:25 +02:00
cfdb853ea6 End highlighting of C code in man pages when no longer relevant 2020-10-24 12:30:25 +02:00
41e857ea16 Highlight C code in all man pages sections 2020-10-24 12:30:25 +02:00
5b2da2b08d expanded D test file 2020-10-24 12:28:15 +02:00
5e0a608ea6 added very basic test file for D 2020-10-24 12:28:15 +02:00
3729aefb6f Add QML syntax test 2020-10-24 12:27:16 +02:00
8a2122b4a4 Add test file for /etc/group 2020-10-24 12:26:41 +02:00
cc6f6fdb1d Add tests for Vue component syntax 2020-10-24 12:25:55 +02:00
5ec4936a4f Add Graphviz DOT example files
cc 
2020-10-24 12:25:09 +02:00
be84682bcb Add MATLAB syntax test file
cc 
2020-10-24 12:22:46 +02:00
b07f3b4e74 Add Salt State (SLS) test file 2020-10-23 19:40:13 +02:00
fc1f37d3df Add Ninja syntax highlighting 2020-10-20 19:32:14 +02:00
a3f037773a feat: include dotfiles (.) in create_highlighted_versions.py search 2020-10-17 17:40:51 +02:00
c71c8980cf feat: add syntax sample for dotEnv files 2020-10-17 17:40:51 +02:00
6bf7b79f13 Fix zsh completion
* Fix completion for -p option ()
* Use prefixed function names to avoid name clash
2020-10-17 16:54:39 +02:00
5d9adc14e7 Include details about Manpage syntax improvements in the changelog 2020-10-17 16:46:18 +02:00
575888d81b Fix Manpage C highlighting regression 2020-10-17 16:46:18 +02:00
3539d3e72d Add Manpage syntax regression test for select(2) 2020-10-17 16:46:18 +02:00
bb25111ca9 Improve Manpage syntax 2020-10-17 16:46:18 +02:00
3c756a65a6 feat: add syntax tests for sass 2020-10-17 16:41:11 +02:00
8d574826c9 Added reStructuredText reference for syntax tests 2020-10-16 19:03:20 +02:00
7c7eebbe83 Changed Makefile syntax test source
Now using Makefile from the Redis project
2020-10-16 14:22:59 +02:00
57ad85814b Added Makefile to syntax tests
Make progress in 
2020-10-16 14:22:59 +02:00
4b2b419400 Add Common Lisp syntax highlighting test files 2020-10-16 08:58:04 +02:00
b83716f0eb feat: add Nim syntax test file 2020-10-16 08:56:36 +02:00
6872a4dd7f Fix small grammar mistake/typo in the readme 2020-10-15 09:10:29 +03:00