We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aa123b + 9d3db31 commit e2aa4bcCopy full SHA for e2aa4bc
CHANGELOG.md
@@ -35,6 +35,7 @@
35
- Add syntax test file for Odin highlighting, see #3241 (@chetanjangir0)
36
- Update quadlet syntax mapping rules to cover quadlets in subdirectories #3299 (@cyqsimon)
37
- Add syntax Typst #3300 (@cskeeters)
38
+- Map `.mill` files to Scala syntax for Mill build tool configuration files #3311 (@krikera)
39
40
## Themes
41
src/syntax_mapping/builtins/common/50-mill.toml
@@ -0,0 +1,2 @@
1
+[mappings]
2
+"Scala" = ["*.mill"]
0 commit comments