mirror of
https://github.com/sharkdp/bat
synced 2026-07-20 16:33:20 +00:00
Add syntax mapping for Mill build tool files to use Scala syntax
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[mappings]
|
||||
"Scala" = ["*.mill"]
|
||||
Reference in New Issue
Block a user