coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.22k stars 425 forks source link

Update interpreters for Lisp, Lua, Scheme, and Tcl. #1659

Closed renfeisong closed 1 week ago

renfeisong commented 1 week ago

There seems to be an oversight for the interpreters for Lisp (Lua, which should be for Lua instead) and Scheme (tclsh, which should be for Tcl instead). This PR fixes these assignments and added some other commonly used interpreters for these languages as well.

1024jp commented 1 week ago

Thank you!