Merge branch 'patch-1' of https://github.com/mardukbp/micro into mardukbp-patch-1

This commit is contained in:
Zachary Yedidia 2022-07-24 13:59:12 -07:00
commit ce98970c06

View 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"