guysv / ilua

Portable Lua kernel for Jupyter
GNU General Public License v2.0
115 stars 11 forks source link

Correction to language_info in kernel.py #3

Closed dennis-barrett closed 5 years ago

dennis-barrett commented 5 years ago

The syntax highlighting wasn't working. After some investigation, it appears that the 'name' and the 'mimetype' fields in language_info (in kernel.py, class ILuaKernel) needed modification (to 'lua' and 'text/x-lua', respectively). The highlighting now works as expected.

guysv commented 5 years ago

That indeed looks like an error on my end, nice catch! patch looks fine by me :)