summaryrefslogtreecommitdiffstats
path: root/.gitmodules
AgeCommit message (Collapse)Author
2021-05-12Merge branch 'master' into feature/dark_plus_themeDavid Peter
2021-05-12Merge pull request #1606 from sharkdp/syslogDavid Peter
Improve Syslog and general log file highlighting
2021-05-12Add Solidity and Vyper syntaxErsikan
2021-05-12Merge branch 'master' into syslogDavid Peter
2021-05-12Merge branch 'master' into feature/dark_plus_themeDavid Peter
2021-05-11Improvements to CSV highlightingKeith Hall
2021-04-04replace Syslog dependency with a custom syntaxKeith Hall
2021-03-27Change TheClams/SystemVerilog submodule to use HTTPSmsnspk
Using SSH to fetch the submodule was causing build failures for me, and as mentioned in #1581, this should be changed to HTTPS
2021-03-24Add Dark+ themePatriotRossii
2021-03-15Add SystemVerilog supportSean McLoughlin
2021-01-09Add gnuplot syntaxsharkdp
closes #1431
2021-01-02Add support for ZigPaul Smith
Adds syntax support for source code for the Zig programming language. https://ziglang.org/
2021-01-02Add the Lean submodule.Julian Berman
2020-12-21Use Briles/gruvbox .tmTheme files instead of peaceant's portJohn Meow
2020-10-30Fix trailing newlineDavid Peter
2020-10-30Merge branch 'master' into masterDavid Peter
2020-10-29Add Svelte as a syntaxKyle Hubert
2020-10-25Add Coldark themesArmand Philippot
2020-10-20Add Ninja syntax highlightingJán Priner
2020-09-14Adds Apache config file syntax highlightingNiklas Mohrin
2020-09-14Adds Nginx config file syntax highlightingNiklas Mohrin
2020-07-02Merge branch 'master' into add_gruvbox_themeDavid Peter
2020-06-22add peaceant's port of gruvbox themesKyle Ondy
This adds Martin Radimec's [1] port [2] of the gruvbox theme [3]. Brian Reilly (Briles) [4] has a pretty complete collection of gruvbox ports [5] but they are all in `sublime-color-scheme` which is not yet supported in bat, see #759 [6]. [1] https://github.com/peaceant [2] https://github.com/peaceant/gruvbox [3] https://github.com/morhetz/gruvbox [4] https://github.com/Briles [5] https://github.com/Briles/gruvbox [6] https://github.com/sharkdp/bat/issues/759
2020-06-22Adds GLSL syntaxCaio Alonso
2020-05-29Updated AsciiDoc syntax submoduleRyan Tolboom
2020-05-27Remove 'Haskell (improved) syntax'sharkdp
2020-04-30Add QML syntaxpylipp
QML.sublime-syntax file generated from Support/QML.tmLanguage using Sublime's built-in converter. Fix sharkdp/bat#962
2020-04-29Adds Email (https://github.com/mariozaizar/email.sublime-syntax)Mario Zaizar
2020-04-27Add Fortran syntax, closes #957sharkdp
2020-04-25Update solarized themes to braver/Solarized, closes #941sharkdp
2020-04-25Remove old Sublime themessharkdp
2020-04-12Add Stylus syntax (#917)David Peter
closes #915
2020-03-21Move syntaxes, fixes #874sharkdp
2020-03-06Add CoffeeScript syntax, closes #833sharkdp
2020-02-25Add Vue syntaxchaaaaarlotte
2019-12-15feat(theme): Solarized light and dark themesSteve Huff
2019-12-04added Nord color themecrabique
2019-11-06Rename Fish syntax foldersharkdp
2019-11-05Properly add Twig submodule, closes #721sharkdp
2019-10-11Add Dracula themeClar Fon
2019-10-06Add SaltStack SLS syntaxMartin Polreich
2019-09-09Add Jinja2 syntaxMartin Polreich
2019-08-31Add 'strace' syntax, closes #599sharkdp
2019-08-31Add SCSS and Sass syntax, closes #637sharkdp
2019-08-31Add Verilog syntax, closes #616sharkdp
2019-08-10Add GraphQL sublime syntax submoduleDan Davison
2019-06-07Merge branch 'ssh-config' of https://github.com/issmirnov/bat into ↵sharkdp
issmirnov-ssh-config
2019-06-07Add support for "etc/hosts" files.Ivan Smirnov
- Syntax author: https://github.com/brandonwamboldt/sublime-hosts Since the upstream version only has a tmLanguage, added a sublime-syntax file manually.
2019-06-06Add SSH config syntaxIvan Smirnov
Tested: ``` bash assets/create.sh cargo build target/debug/bat --language ssh_config ~/.ssh/config ```
2019-05-31Add '.env' (DotENV) syntaxsharkdp