mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added Lua to language names lookup
This commit is contained in:
parent
7ed1fc2d9c
commit
aa13586bc7
@ -141,6 +141,8 @@ plugins_get_lang_string(ProfPlugin *plugin)
|
|||||||
return "Python";
|
return "Python";
|
||||||
case LANG_RUBY:
|
case LANG_RUBY:
|
||||||
return "Ruby";
|
return "Ruby";
|
||||||
|
case LANG_LUA:
|
||||||
|
return "Lua";
|
||||||
case LANG_C:
|
case LANG_C:
|
||||||
return "C";
|
return "C";
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user