1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-09 10:03:18 +00:00

Merge pull request #3623 from zachvalenta/makefile-syntax-for-justfiles

Makefile syntax for justfiles
This commit is contained in:
Keith Hall
2026-05-02 14:04:55 +03:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
## Features
- Map justfile, Justfile, .justfile, and *.justfile to Makefile syntax highlighting, see #3623 (@zachvalenta)
- Preserve `--diff` change markers and snip separators when `--plain` is set. Closes #3630, see #3643 (@mvanhorn)
- Added support for `hidden_file_extensions` from `.sublime-syntax` files, see #3613 (@Matei02355)
- Add word wrapping mode via `--wrap=word`, see #3597 (@veeceey)
@@ -0,0 +1,2 @@
[mappings]
"Makefile" = ["justfile", "Justfile", ".justfile", "*.justfile"]