summaryrefslogtreecommitdiffstats
path: root/src/module.rs
diff options
context:
space:
mode:
authorNicola Corti <corti.nico@gmail.com>2020-12-26 15:26:50 +0100
committerGitHub <noreply@github.com>2020-12-26 15:26:50 +0100
commit208251adefcfdba3604821daca848b76e78ff0eb (patch)
tree07a5d5a9a664b23710d72ded1b44d7e7a62f6fe0 /src/module.rs
parent53a08712eb2de5d507655d423cc78e7130a32dd1 (diff)
feat(kotlin): Add the kotlin module (#2026)
Add a module to show the currently installed Kotlin version if a .kt/.kts file is found in the current folder
Diffstat (limited to 'src/module.rs')
-rw-r--r--src/module.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/module.rs b/src/module.rs
index b65184a2e..2f436ea0e 100644
--- a/src/module.rs
+++ b/src/module.rs
@@ -36,6 +36,7 @@ pub const ALL_MODULES: &[&str] = &[
"java",
"jobs",
"julia",
+ "kotlin",
"kubernetes",
"line_break",
"lua",