summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-02CICD: Pass --locked to all cargo commandsMartin Nordholts
2021-08-02Warn when building assets from files if some referenced contexts are missingKeith Hall
2021-08-02assets::tests: Add get_syntax_name() helperMartin Nordholts
2021-08-01Bump predicates from 1.0.8 to 2.0.1dependabot[bot]
2021-08-01Bump semver from 0.11.0 to 1.0.4dependabot[bot]
2021-08-01Bump serde from 1.0.126 to 1.0.127dependabot[bot]
2021-07-29Add HTTP Request/Response syntax as a git submoduleKeith Hall
2021-07-29HighlightingAssets: Encapsulate theme_set behind a getterMartin Nordholts
2021-07-29Update git2 dependency to fix incompatibility with Rust 1.54David Peter
2021-07-29Reduce startup time in loop-through mode with 80%-90%Martin Nordholts
2021-07-29HighlightingAssets: Move out fn get_integrated_*set() to module scopeMartin Nordholts
2021-07-29Support a hidden arg --no-custom-assets that skips loading assets from the cacheMartin Nordholts
2021-07-29HighlightingAssets: Make .syntaxes() and syntax_for_file_name() failableMartin Nordholts
2021-07-28HighlightingAssets::get_extension_syntax(): Split up into smaller methodsMartin Nordholts
2021-07-27Make loading of cached assets closer in performance to integrated assetsMartin Nordholts
2021-07-26Add Enselic in FUNDING.ymlDavid Peter
2021-07-26Update battest.pySarvesh MD
2021-07-25Add `rs` identifier for Rust code blocks in MarkdownFrank Steffahn
2021-07-25Update CHANGELOGDavid Peter
2021-07-25Add groff syntaxVille Skyttä
2021-07-25Add custom FUNDING.ymlDavid Peter
2021-07-20HighlightingAssets: Introduce private fn new() helperMartin Nordholts
2021-07-19HighlightingAssets: Encapsulate syntax_set behind a getterMartin Nordholts
2021-07-15De-duplicate some themes.bin and syntaxes.bin related codeMartin Nordholts
2021-07-13Fix typo in READMEbl-ue
2021-07-13Add note on vulnerability reporting, closes #1473v0.18.2David Peter
2021-07-13Upgrade CHANGELOG with security vulnerability noticeDavid Peter
2021-07-13Update Julia syntax testDavid Peter
2021-07-13Update Julia syntax, closes #1692David Peter
2021-07-13Update assetsDavid Peter
2021-07-13Run cargo fmtDavid Peter
2021-07-12Bump version to v0.18.2David Peter
2021-07-12Use resolved path for --diagnostic as wellDavid Peter
2021-07-12Fix for Windows: do not run binaries from CWDDavid Peter
2021-07-12Bump assets/syntaxes/02_Extra/CMake from `7d6231c` to `ab6ef4e`dependabot[bot]
2021-07-12Bump ansi_colours from 1.0.2 to 1.0.4dependabot[bot]
2021-07-12Bump globset from 0.4.6 to 0.4.8dependabot[bot]
2021-07-09Add CHANGELOG entry for #1687David Peter
2021-07-09Abort ignored filename suffix stripping early on unworkable filenamesDavid Peter
2021-07-09Simplify ignored filename suffix strippingDavid Peter
2021-07-09Add syntax tests for ignored filename suffixesVille Skyttä
2021-07-09Find syntax ignoring known backup/template filename suffixesVille Skyttä
2021-07-05CICD: sync with pastel, minor changesDavid Peter
2021-07-01Add some more options to bash completionVille Skyttä
2021-07-01Bump assert_cmd from 1.0.4 to 1.0.5dependabot[bot]
2021-06-28Fix missing config/cache arguments in Zsh completionFrederick Zhang
2021-06-28Document --generate-config-file in manualFrederick Zhang
2021-06-28Add change log entry for bash completionVille Skyttä
2021-06-28Depend on scop/bash-completionVille Skyttä
2021-06-28Add missing comment about --theme arg escapingVille Skyttä