From: Zachary Yedidia Date: Sun, 24 Jul 2022 20:59:12 +0000 (-0700) Subject: Merge branch 'patch-1' of https://github.com/mardukbp/micro into mardukbp-patch-1 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ce98970c066316ece10a0386c56ee761ea7d7b7f;p=micro.git Merge branch 'patch-1' of https://github.com/mardukbp/micro into mardukbp-patch-1 --- ce98970c066316ece10a0386c56ee761ea7d7b7f diff --cc runtime/syntax/scala.yaml index b0348740,d06bd575..e38137c3 --- a/runtime/syntax/scala.yaml +++ b/runtime/syntax/scala.yaml @@@ -1,7 -1,7 +1,7 @@@ filetype: scala detect: - filename: "\\.sc(ala)?$" - filename: "\\.scala$|\\.sbt$" ++ filename: "\\.sc(ala)?$|\\.sbt$" rules: - type: "\\b(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\\b"