Skip to content

Commit 5cc0fd3

Browse files
committed
Adding language support for Sage Math 😈
1 parent 4729bf6 commit 5cc0fd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/grammars.coffee

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,11 @@ module.exports =
416416
command: "make"
417417
args: (context) -> ['-f', context.filepath]
418418

419+
Sage:
420+
"File Based":
421+
command: "sage"
422+
args: (context) -> [context.filepath]
423+
419424
Sass:
420425
"File Based":
421426
command: "sass"

0 commit comments

Comments
 (0)