mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
scala.yaml: add support for .sc extension (#2452)
It's used for Ammonite scripts and Scala worksheets
This commit is contained in:
parent
3d4012850a
commit
6aa3ea70dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
filetype: scala
|
||||
|
||||
detect:
|
||||
filename: "\\.scala$"
|
||||
filename: "\\.sc(ala)?$"
|
||||
|
||||
rules:
|
||||
- type: "\\b(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\\b"
|
||||
|
|
|
|||
Loading…
Reference in a new issue