.sbt files also contain Scala code

The Scala Build Tool sbt uses Scala as configuration language.
This commit is contained in:
Marduk Bolaños 2020-11-11 09:58:10 +01:00 committed by GitHub
parent f3b21362f3
commit 3d683b27f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
filetype: scala
detect:
filename: "\\.scala$"
filename: "\\.scala$|\\.sbt$"
rules:
- type: "\\b(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\\b"