Commit Graph

152 Commits (171d215f910cd21e6ec07eac20a05b0403444b48)

Author SHA1 Message Date
Ensar Sarajčić 171d215f91 Add case from #1604 to VimL syntax-test source 4 years ago
Ensar Sarajčić cc6109a751 Add syntax highlighting tests for VimL
Adds a syntax highlighting test for VimL
with source file based on parts of my own configuration
changed to cover as much of syntax as possible.

**NOTES:**
Last line of source (`syntax enable`) does not get highlighted,
since `syntax` keyword is not part of highlighting rules.

Related to #1213
4 years ago
David Peter cc7b89faf8
Merge pull request #1440 from Enselic/fix-1438-newline-can-be-added-even-if-style-plain
Don't add artificial newline to last line if --style=plain
4 years ago
VeryTastyTomato 973ea984c8 fix: warnings of ShellCheck
SC2155: Declare and assign separately to avoid masking return values.
SC2164: Use cd ... || exit in case cd fails.
SC2230: which is non-standard. Use builtin 'command -v' instead.
4 years ago
David Peter 73c16574e6
Merge branch 'master' into fix-1438-newline-can-be-added-even-if-style-plain 4 years ago
Martin Nordholts 60e00d49a9
Fix #1443 macOS: regression_test.sh: mktemp: illegal option (#1444)
The macOS version of mktemp does not recognize the --suffix option.
Using pure -d should work since, it seems [1], macOS 10.11 however.

So to make the script work on macOS, stop using the --suffix option.

The downside is of course that the temporary dir will have an anonymous
name, but I see no risk of confusion given how short-lived the usage of
the dir is, and given the context it is used.

[1] https://unix.stackexchange.com/questions/30091/fix-or-alternative-for-mktemp-in-os-x
4 years ago
Martin Nordholts 68d525cd8b Don't add artificial newline to last line if --style=plain
This fixes #1438.

Note however, that using a pager such as less will add a newline itself.
So to actually not print a newline for such files, you need to either
disable paging:

  bat --style=plain --paging=never no-newline-at-end-of-file.txt

or use a "pager" that does not add a newline:

  bat --style=plain --pager=cat no-newline-at-end-of-file.txt

Note that we also update syntax tests file since a bunch of them had
missing newlines on the last lines.
4 years ago
henil 591eba66a3 add new syntax test files 4 years ago
Byron Alley 3dc5fc54df Import syntax regression test for Ruby Haml 4 years ago
Byron Alley bac84b4c8b Add sshd_config syntax highlighting test 4 years ago
David Peter 3a612f063e
Merge branch 'master' into master 4 years ago
Ján Priner 9daea73bba Add Ninja highlight test 4 years ago
Kyle Hubert 072fb380d8
Add Svelte as a syntax 4 years ago
Horki cc6cf48256 1213: org mode highlight testing 4 years ago
Horki e571cb553b 1213: nix; added trailing new line 4 years ago
Horki bf9f6e872d 1312: nix; fixed src 4 years ago
Horki 8348c1b746 1213: nix; fix buildInputs arr 4 years ago
Horki 0a9744ac95 add nix highligh 4 years ago
Dobe Peter ec8072d51f Add PowerShell syntax test
Part of the work for issue #1213.

A short PowerShell script and the corresponding syntax-highlighted output
has been added. The script exhibits many of the peculiarities of the
PowerShell syntax.
4 years ago
Stefano Probst 7a7bb80e23 Add Git Config syntax test file
cc sharkdp/bat#1213
4 years ago
Alan Berndt 99ac5c3045 Add fairly complex nginx config.
This is to contribute to issue #1213.  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.
4 years ago
R1tschY efab00a9de Add Git Attributes syntax test 4 years ago
Keith Hall cfdb853ea6 End highlighting of C code in man pages when no longer relevant 4 years ago
Keith Hall 41e857ea16 Highlight C code in all man pages sections 4 years ago
Frank Schmitt 5b2da2b08d #1213 expanded D test file 4 years ago
Frank Schmitt 5e0a608ea6 #1213 added very basic test file for D 4 years ago
R1tschY 3729aefb6f Add QML syntax test 4 years ago
henil 8a2122b4a4 Add test file for `/etc/group` 4 years ago
Tommaso Pifferi cc6f6fdb1d Add tests for Vue component syntax 4 years ago
Stefano Probst 5ec4936a4f Add Graphviz DOT example files
cc sharkdp/bat#1213
4 years ago
Stefano Probst be84682bcb Add MATLAB syntax test file
cc sharkdp/bat#1213
4 years ago
ubaumann b07f3b4e74 Add Salt State (SLS) test file 4 years ago
Zachary J. Rollyson a3f037773a feat: include dotfiles (.) in create_highlighted_versions.py search 4 years ago
Zachary J. Rollyson c71c8980cf feat: add syntax sample for dotEnv files 4 years ago
Keith Hall 575888d81b Fix Manpage C highlighting regression 4 years ago
sharkdp 3539d3e72d Add Manpage syntax regression test for select(2) 4 years ago
Keith Hall bb25111ca9 Improve Manpage syntax 4 years ago
Zachary J. Rollyson 3c756a65a6 feat: add syntax tests for sass 4 years ago
Matthieu Vion 8d574826c9 Added reStructuredText reference for syntax tests 4 years ago
Matthieu Vion 7c7eebbe83 Changed Makefile syntax test source
Now using Makefile from the Redis project
4 years ago
Matthieu Vion 57ad85814b Added Makefile to syntax tests
Make progress in #1213
4 years ago
Benjamin Sinkula 4b2b419400 Add Common Lisp syntax highlighting test files 4 years ago
Celeo b83716f0eb feat: add Nim syntax test file 4 years ago
sharkdp 4d6b2fec13 Add PureScript syntax test 4 years ago
Benjamin Sinkula 5650624822 Add ActionScript 3 syntax test 4 years ago
Saul Blanco Tejero bf07b0be58 Add Perl test file 4 years ago
Sebastian Andersson eeea53759b Add apache httpd.conf example 4 years ago
okezieuc 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.
4 years ago
sharkdp 33128d75f2 Use list.extend(…) 4 years ago
sharkdp bf87f37039 Better ask forgiveness than permission 4 years ago