add basic support for the nim language
This commit is contained in:
parent
9e141cd01b
commit
12e26761e2
5 changed files with 77 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
(package! ob-sql-mode)
|
||||
(package! ob-translate)
|
||||
|
||||
(when (featurep! :lang nim)
|
||||
(package! ob-nim))
|
||||
(when (featurep! :lang crystal)
|
||||
(package! ob-crystal))
|
||||
(when (featurep! :lang go)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue