summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-22Experiment: remove CARGO_TEST_OPTIONSci-experimentDavid Peter
2021-08-22Add statically linked binaries for ARMDavid Peter
2021-08-22Use Ubuntu 20.04 instead of 18.04David Peter
2021-08-22Remove post-release sectionDavid Peter
2021-08-22FormattingDavid Peter
2021-08-22Add refined version of release checklistDavid Peter
2021-08-22Add old release checklistDavid Peter
2021-08-21style: trim excess whitespacea1346054
2021-08-21fix: spellinga1346054
2021-08-21chore(find-slow-to-highlight-files.py): be explicit about using python3a1346054
2021-08-21style(create.sh): remove non-POSIX keyworda1346054
2021-08-19Make Package Control reference a linkVille Skyttä
2021-08-19Fix all lints that are new with Rust 1.54Martin Nordholts
2021-08-19CICD: Add 'cargo fmt' checkMartin Nordholts
2021-08-19Run 'cargo fmt'Martin Nordholts
2021-08-17Merge pull request #1800 from sharkdp/syslog_no_colon_after_processKeith Hall
2021-08-17Make 'build-assets' an optional capability for applicationMartin Nordholts
2021-08-17src/assets.rs: Use ThemeSet::new() instead of BTreeMap::new()Martin Nordholts
2021-08-16Fix syslog syntax highlighting when no colon after "process"Keith Hall
2021-08-16Add slim syntax testMario Finelli
2021-08-16Convert tmLanguage into sublime-syntaxMario Finelli
2021-08-16Add support for ruby-slim syntaxMario Finelli
2021-08-14revamped integration test, made CHANGELOG changesBill Risher
2021-08-14feat(config): added recognition of $BAT_CONFIG_DIRBill Risher
2021-08-12Merge pull request #1793 from scop/syslog-improvementsKeith Hall
2021-08-11Mention syslog highlight improvements in change logVille Skyttä
2021-08-11Allow colon in syslog loghostVille Skyttä
2021-08-11Allow period in syslog loghostVille Skyttä
2021-08-11Allow period in syslog process nameVille Skyttä
2021-08-09Make --no-paging and --no-pager work againMartin Nordholts
2021-08-08Cargo.toml: Introduce 'quick-build-application' featureMartin Nordholts
2021-08-08bin: Allow to build without bugreportMartin Nordholts
2021-08-08Cargo.toml: Only build bugreport with the appMartin Nordholts
2021-08-08Bump bugreport to 0.4.1Martin Nordholts
2021-08-08When returning a SyntaxReference, also return the SyntaxSet that contains it ...Martin Nordholts
2021-08-08Fix typo in unreachable!(..) message for --wrapMartin Nordholts
2021-08-07Add code for analyzing dependencies between syntaxesMartin Nordholts
2021-08-07integration_tests: Add diagnostic_sanity_check()Martin Nordholts
2021-08-07add patch for Python syntax to help improve performanceKeith Hall
2021-08-07Make --style docs reflect that 'full' is defaultMartin Nordholts
2021-08-06CHANGELOG.md: Highlight for `vimrc` and `gvimrc` filesMartin Nordholts
2021-08-06Bump assets/syntaxes/02_Extra/VimL from `7ebcaa1` to `c91fe3a`dependabot[bot]
2021-08-05cargo fmtMartin Nordholts
2021-08-05Included LLVM syntax highlighting submodule and added regression testsLayle | Luca
2021-08-04Merge pull request #1779 from sharkdp/http-request-response-syntax-updateKeith Hall
2021-08-03Bump assets/syntaxes/02_Extra/http-request-response from f58bffe to 93b9326Keith Hall
2021-08-02Use assert!(..) instead of assert_eq!(true, ..)Martin Nordholts
2021-08-02Bump assert_cmd from 1.0.5 to 1.0.8dependabot[bot]
2021-08-02Bump nix from 0.21.0 to 0.22.0dependabot[bot]
2021-08-02Merge pull request #1771 from sharkdp/warn_when_missing_contextsKeith Hall