summaryrefslogtreecommitdiffstats
path: root/.gitmodules
AgeCommit message (Collapse)Author
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
2019-05-31Add 'requirements.txt' syntaxsharkdp
2019-05-29Add Org mode syntax, closes sharkdp#36Brice Waegeneire
2019-04-25add fish shell syntax definitionTim Sampson
2019-02-07add varlink syntaxHarald Hoyer
Varlink is an interface description format and protocol that aims to make services accessible to both humans and machines in the simplest feasible way. See: https://varlink.org/ and https://github.com/varlink/ for more information
2019-02-04Add Jsonnet (*.jsonnet) syntaxOkumura Takahiro
Jsonnet: https://jsonnet.org/ sublime-syntax: https://github.com/gburiola/sublime-jsonnet-syntax
2019-01-28Add Terraform syntaxBenjamin Santos
2019-01-20Consistent naming for submodulessharkdp
2019-01-20Protobuf-syntax and ProtobufText syntax (#474)Benjamin
2019-01-18Add syslog-syntaxBenjamin Santos
2018-12-14Remove problematic 'Assembly (x86_64)' submodulesharkdp
2018-12-14Add ARM assemblysharkdp
2018-12-14Add x86_64 assemblysharkdp
2018-12-11Add AsciiDoc syntax.Markus Thömmes
2018-11-18Add twig supportAhmed El Gabri