Skip to content

Commit

Permalink
Merge pull request #44 from sebastiaanspeck/add-magik
Browse files Browse the repository at this point in the history
Add Magik support
  • Loading branch information
casouri authored Apr 8, 2024
2 parents e234234 + 6891dfe commit 8fe4300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ languages=(
'julia'
'kotlin'
'lua'
'magik'
'make'
'markdown'
'org'
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ case "${lang}" in
"lua")
org="MunifTanjim"
;;
"magik")
org="krn-robin"
;;
"make")
org="alemuller"
;;
Expand Down

0 comments on commit 8fe4300

Please sign in to comment.