Skip to content

Commit 78ebbbe

Browse files
committed
Enable extension on .sc files
This is the extension used for worksheets.
1 parent 19a2051 commit 78ebbbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
],
2828
"extensions": [
2929
".scala",
30-
".sbt"
30+
".sbt",
31+
".sc"
3132
],
3233
"configuration": "./language-configuration.json"
3334
}

0 commit comments

Comments
 (0)