1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-03 03:42:26 +01:00

Merge pull request #3320 from krikera/add-mill-syntax-mapping

Add syntax mapping for Mill build tool files to use Scala syntax
This commit is contained in:
Keith Hall
2025-06-02 19:50:38 +03:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
- Add syntax test file for Odin highlighting, see #3241 (@chetanjangir0)
- Update quadlet syntax mapping rules to cover quadlets in subdirectories #3299 (@cyqsimon)
- Add syntax Typst #3300 (@cskeeters)
- Map `.mill` files to Scala syntax for Mill build tool configuration files #3311 (@krikera)
## Themes

View File

@@ -0,0 +1,2 @@
[mappings]
"Scala" = ["*.mill"]