]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/scala.yaml
Merge branch 'patch-1' of https://github.com/mardukbp/micro into mardukbp-patch-1
[micro.git] / runtime / syntax / scala.yaml
index b0348740d328069545a0fb70057e1f84a0f7864b..e38137c38c5de19582a9716c63dece79fa08533c 100644 (file)
@@ -1,7 +1,7 @@
 filetype: scala
 
 detect:
-    filename: "\\.sc(ala)?$"
+    filename: "\\.sc(ala)?$|\\.sbt$"
 
 rules:
     - type: "\\b(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\\b"