Skip to content

Commit 9af431c

Browse files
authored
Merge pull request #7 from Duhemm/worksheet
Enable extension on `.sc` files
2 parents 19a2051 + 78ebbbe commit 9af431c

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)