feat(lua): Add a Lua module (#1815)

* feat: add lua module

* docs: add lua module

* fix: lua version test

* feat: lua module can be detected if the current dir contains a "lua" dir

* feat: enable to use luajit

* fix: improve regex

* fix based on https://github.com/starship/starship/pull/1815#discussion_r510932742

* fix based on https://github.com/starship/starship/pull/1815#discussion_r511362581

* fix based on https://github.com/starship/starship/pull/1815#discussion_r510941252
This commit is contained in:
Shu Kutsuzawa
2020-10-28 03:05:20 +09:00
committed by GitHub
parent f0cc2bea79
commit c6d25a6a38
8 changed files with 243 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ pub mod java;
pub mod jobs;
pub mod julia;
pub mod kubernetes;
pub mod lua;
pub mod memory_usage;
pub mod nim;
pub mod nix_shell;