1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-06-28 19:23:15 +01:00
Commit Graph

114 Commits

Author SHA1 Message Date
3a612f063e Merge branch 'master' into master 2020-10-30 19:36:27 +01:00
9daea73bba Add Ninja highlight test 2020-10-30 19:14:51 +01:00
072fb380d8 Add Svelte as a syntax 2020-10-29 19:33:09 +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
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
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
c71c8980cf feat: add syntax sample for dotEnv files 2020-10-17 17:40:51 +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
4d6b2fec13 Add PureScript syntax test 2020-10-14 08:43:11 +02:00
5650624822 Add ActionScript 3 syntax test 2020-10-14 08:07:20 +02:00
bf07b0be58 Add Perl test file 2020-10-14 07:45:42 +02:00
eeea53759b Add apache httpd.conf example 2020-10-14 07:43:38 +02:00
a39f1e0f9b added new syntax highlighting files
I added a sample etc/hosts file and a sample requirements.txt file. I didn't know there was already a sample YAML file because it wasn't ticked in the issue so I added some extra syntax that I had in my own to the previous  example.yaml file.
2020-10-14 07:41:13 +02:00
de47bd2323 Added newline to multicharacter line of plaintext generation script 2020-10-11 21:31:34 +02:00
6c68198d19 Updated creation script and README to match generation script 2020-10-11 21:31:34 +02:00
f3c760c25f Use [].copy and path.exists instead of more cumbersome solutions
 Slightly optimized create_highlighted_versions.py so that it won't walk the source path when it should be skipping the file

 Updated README.md in plaintext source folder

 Added extra option loading from `bat_options` file in directory and significantly reduced size of plaintext source

 Updated create_highlighted_versions.py to ignore README.md files and use the --show-all option for manually-defined binary files

 Updated plaintext file with command

bat -A --no-config --style=plain --color=always --theme='1337' --italic-text=always src/Plaintext/plaintext.txt > highlighted/Plaintext/plaintext.txt

 Added example plaintext file
2020-10-11 21:31:34 +02:00
24fe946c06 Merge pull request from okezieuc/add-php-file
added php test file
2020-10-11 12:25:15 -07:00
a838ff47b5 Merge pull request from molcay/master
Add syntax tests for CpuInfo and MemInfo filetype
2020-10-11 11:58:59 -07:00
8bd078caeb updated the php commit
I reverted the commit and prevented the vue submodules from being affected
2020-10-11 19:58:53 +01:00
b7271a2a6d Revert "added php test file"
This reverts commit ecde418abb.
2020-10-11 19:53:36 +01:00
ecde418abb added php test file
I added a sample test.php file that covers a lot of python syntax
2020-10-11 18:48:29 +01:00
51036ced9d Add MemInfo syntax test 2020-10-11 19:19:11 +03:00
b6c1ec3a24 Add CpuInfo syntax test 2020-10-11 19:18:53 +03:00
46004001cb Add Clojure syntax test. 2020-10-11 09:48:06 +02:00
f10c8ce25e Add GraphQl syntax test sample 2020-10-11 09:46:25 +02:00
457ab84065 Add basic Dockerfile syntax highlighting test files 2020-10-10 21:43:11 +02:00
3bcb5452aa Add HTML syntax test sample 2020-10-10 19:13:55 +02:00
1f0e53a44d Added BibTeX syntax tests 2020-10-10 19:13:05 +02:00
fdef133d3d Update test.swift 2020-10-09 23:22:30 +02:00