Commit Graph

1704 Commits (cc7b89faf822d773a5ec74f3c80320ff06863af8)
 

Author SHA1 Message Date
Logan Saso f3c760c25f #1244 Use [].copy and path.exists instead of more cumbersome solutions
#1244 Slightly optimized create_highlighted_versions.py so that it won't walk the source path when it should be skipping the file

#1244 Updated README.md in plaintext source folder

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

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

#1244 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

#1244 Added example plaintext file
4 years ago
Ethan P 24fe946c06
Merge pull request #1308 from okezieuc/add-php-file
added php test file
4 years ago
sharkdp de6680bdf2 Move syntax mapping section 4 years ago
David Peter 0a28da0cd0
Small improvement to the syntax mapping section 4 years ago
Ethan P a838ff47b5
Merge pull request #1307 from molcay/master
Add syntax tests for CpuInfo and MemInfo filetype
4 years ago
okezieuc 8bd078caeb updated the php commit
I reverted the commit and prevented the vue submodules from being affected
4 years ago
henil bce304a800 made requested changes 4 years ago
henil 206d3e7b91 fix a typo 4 years ago
henil 4be32cf746 add new section for sytax of file in README.md 4 years ago
henil 4ec6075f81 minor update to specify pattern matching on --map-syntax supports glob matching 4 years ago
henil aa00e0a6b0 fix section 4 years ago
henil bb7fae72c9 add a new syntax section 4 years ago
henil 7bd19640a2 add new --map-syntax example 4 years ago
okezieuc b7271a2a6d Revert "added php test file"
This reverts commit ecde418abb.
4 years ago
okezieuc ecde418abb added php test file
I added a sample test.php file that covers a lot of python syntax
4 years ago
M. Olcay TERCANLI 51036ced9d Add MemInfo syntax test 4 years ago
M. Olcay TERCANLI b6c1ec3a24 Add CpuInfo syntax test 4 years ago
Felipe Garcia 46004001cb Add Clojure syntax test. 4 years ago
Zachary J. Rollyson f10c8ce25e Add GraphQl syntax test sample 4 years ago
Ethan P acc370d345
Merge pull request #1305 from grg121/1213-dockerfile-syntax-highlighting-test
Add basic Dockerfile syntax highlighting test files
4 years ago
grg121 457ab84065
Add basic Dockerfile syntax highlighting test files 4 years ago
Zachary J. Rollyson 3bcb5452aa Add HTML syntax test sample 4 years ago
venky 1f0e53a44d Added BibTeX syntax tests 4 years ago
Benjamin Neff 2d5cf1d3cf Remove gitattributes for .bat/.cmd files to make all testfiles eol=lf 4 years ago
sharkdp a81254ed2a Fix line endings 4 years ago
Akshat Gadhwal fdef133d3d Update test.swift 4 years ago
Akshat Gadhwal fd01f0a0ee ADDED swift test file for syntax highlighting 4 years ago
sharkdp 5b095ed6f3 Fix line endings 4 years ago
Akshat Gadhwal e7a3f34959 ADDED test file for R 4 years ago
Daniel Wolbach 06d0c8f056 add CMake syntax highlighting test 4 years ago
Jacky Hui 4064b8ff14 Added test file for Erlang. 4 years ago
gahag 83ecc3d3ac Update changelog 4 years ago
gahag 6615eceb18 Code review: replace `if let` with equals operator 4 years ago
gahag 53f5a37f01 Code review
- Replace bools with enums
- Replace short flag with long flag
4 years ago
gahag bbef2f41ec Add `-S` flag to less when `--wrap=never` (closes #1255)
Prevent less from wrapping lines by setting the proper flag when `--wrap=never`.
If the user set a custom value for `--pager`, no additional flag is set.
4 years ago
Benjamin Neff b6e729abeb Add Diff syntax highlight test 4 years ago
Filip Czaplicki 5fe98689d4 test: x86-64 Assembly NASM syntax test 4 years ago
Daniel Wolbach 8832a96e82 add GLSL syntax highlighting test 4 years ago
R1tschY 09631ed119 Add Batch syntax test 4 years ago
Spencer Williams 9257c7ce20 Regenerate using a fresh latest build of bat 4 years ago
Spencer Williams b30f9a1677 Add sample Crystal file 4 years ago
Felipe Garcia e6c3f96931 Add Groovy syntax test. 4 years ago
Felipe Garcia 85ff81f238 Add Lua syntax test. 4 years ago
Niklas Sombert 5e0b7f013a Add support for comments after section headers (closes #1259)
There's no canonical definition of what's the INI syntax, but Python's `ConfigParser` supports comments after section headers:

```ini
[section] ; comment
```
4 years ago
Thiago Arrais aa205c6a9f Add CSV syntax hightlighting test 4 years ago
scott.eppler 44bfad24a1 Add Terraform example file for Syntax Highlighting 4 years ago
Gede Wahyu 13e01841ca pascal: add syntax highlight file 4 years ago
sharkdp a999975bc9 Add missing newline 4 years ago
Matthew Zegar edf30e1fa1 Added missing highlighted generated test file 4 years ago
Matthew Zegar f41bf2082a Added CSS syntax highlight file and folder 4 years ago