Skip to content

Commit e2aa4bc

Browse files
authored
Merge pull request #3320 from krikera/add-mill-syntax-mapping
Add syntax mapping for Mill build tool files to use Scala syntax
2 parents 5aa123b + 9d3db31 commit e2aa4bc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- Add syntax test file for Odin highlighting, see #3241 (@chetanjangir0)
3636
- Update quadlet syntax mapping rules to cover quadlets in subdirectories #3299 (@cyqsimon)
3737
- Add syntax Typst #3300 (@cskeeters)
38+
- Map `.mill` files to Scala syntax for Mill build tool configuration files #3311 (@krikera)
3839

3940
## Themes
4041

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[mappings]
2+
"Scala" = ["*.mill"]

0 commit comments

Comments
 (0)