1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-06-26 18:23:16 +01:00
Commit Graph

1778 Commits

Author SHA1 Message Date
4d6b2fec13 Add PureScript syntax test 2020-10-14 08:43:11 +02:00
57c1a7fd69 Formatting fix 2020-10-14 08:26:02 +02:00
bf78b74db4 Minor README improvements 2020-10-14 08:24:20 +02:00
f80fba4d24 Integrate README.md with new assets.md () 2020-10-14 08:18:11 +02:00
d075d2b453 Make logo compatible with light and dark themes 2020-10-14 08:15:08 +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
1614f80366 add integration test for grid overriding rule 2020-10-12 09:04:57 +01:00
e293c58bb0 update man pages 2020-10-12 09:04:57 +01:00
3015ebfba1 disable rule when grid enabled, and print warning 2020-10-12 09:04:57 +01:00
d7da4f5f2b update changelog 2020-10-12 09:04:56 +01:00
c1af6ff2e6 Add integration test for style rule 2020-10-12 09:04:27 +01:00
aa4000cb0d style: add component 'rule' for horizontal file delimiter 2020-10-12 09:04:27 +01:00
33128d75f2 Use list.extend(…) 2020-10-11 22:18:14 +02:00
bf87f37039 Better ask forgiveness than permission 2020-10-11 22:18:14 +02:00
62e715ff5b Formatting 2020-10-11 22:18:14 +02:00
b3903175c8 Auto-format Rust code 2020-10-11 21:57:12 +02:00
de47bd2323 Added newline to multicharacter line of plaintext generation script 2020-10-11 21:31:34 +02:00
19b55706ee Fixed file location in creation 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
de6680bdf2 Move syntax mapping section 2020-10-11 21:11:26 +02:00
0a28da0cd0 Small improvement to the syntax mapping section 2020-10-11 21:07:56 +02: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
bce304a800 made requested changes 2020-10-11 20:54:37 +02:00
206d3e7b91 fix a typo 2020-10-11 20:54:37 +02:00
4be32cf746 add new section for sytax of file in README.md 2020-10-11 20:54:37 +02:00
4ec6075f81 minor update to specify pattern matching on --map-syntax supports glob matching 2020-10-11 20:54:37 +02:00
aa00e0a6b0 fix section 2020-10-11 20:54:37 +02:00
bb7fae72c9 add a new syntax section 2020-10-11 20:54:37 +02:00
7bd19640a2 add new --map-syntax example 2020-10-11 20:54:37 +02: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
acc370d345 Merge pull request from grg121/1213-dockerfile-syntax-highlighting-test
Add basic Dockerfile syntax highlighting test files
2020-10-10 15:20:57 -07: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
2d5cf1d3cf Remove gitattributes for .bat/.cmd files to make all testfiles eol=lf 2020-10-09 23:28:08 +02:00
a81254ed2a Fix line endings 2020-10-09 23:22:30 +02:00
fdef133d3d Update test.swift 2020-10-09 23:22:30 +02:00
fd01f0a0ee ADDED swift test file for syntax highlighting 2020-10-09 23:22:30 +02:00
5b095ed6f3 Fix line endings 2020-10-09 23:18:53 +02:00