index : smol-guess.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2024-01-09 20:47:37.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2024-01-14 9:55:33.0 +00:00:00
commit
b644f60bc5163461863cbd5ec77daeb4f6fe4ba1 [patch]
tree
e6ebe62614a205ed13aa1431a7b8458cfc712847
parent
7c752c4af486fca3db7b2e5c4f6b17b2b7aa730e
download
b644f60bc5163461863cbd5ec77daeb4f6fe4ba1.tar.gz

test feat: add more languages



Diff

 src/core/mod.rs | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/core/mod.rs b/src/core/mod.rs
index 45502e8..9bdde25 100644
--- a/src/core/mod.rs
+++ b/src/core/mod.rs
@@ -259,6 +259,14 @@ impl LanguageDefinitions {
            .insert(("Visual Basic", "vba"))
            .insert(("XML", "xml"))
            .insert(("YAML", "yaml"))
            .insert(("C", "h"))
            .insert(("YAML", "yml"))
            .insert(("Documentation", "txt"))
            .insert(("Documentation", "rst"))
            .insert(("Documentation", "readme"))
            .insert(("Configuration", "config"))
            .insert(("Git", ".gitignore"))
            .insert(("Config", "kconfig"))
    }
}