mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 22:07:09 +09:00
scala.yaml: add support for .sc extension (#2452)
It's used for Ammonite scripts and Scala worksheets
This commit is contained in:
committed by
GitHub
parent
3d4012850a
commit
6aa3ea70dc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user