Skip to content

Commit

Permalink
feat: add consts for kotlin and rust
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Feb 5, 2024
1 parent b312587 commit 858438a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions const.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ type ProjectLanguage string
const (
LanguageGolang ProjectLanguage = "go"
LanguageJava ProjectLanguage = "java"
LanguageKotlin ProjectLanguage = "kotlin"
LanguageJavascript ProjectLanguage = "javascript"
LanguageTypescript ProjectLanguage = "typescript"
LanguagePython ProjectLanguage = "python"
LanguagePHP ProjectLanguage = "php"
LanguageRust ProjectLanguage = "rust"
)

type ProjectBuildSystem string
Expand All @@ -29,6 +31,7 @@ const (
BuildSystemMkdocs ProjectBuildSystem = "mkdocs"
BuildSystemComposer ProjectBuildSystem = "composer"
BuildSystemDotNet ProjectBuildSystem = "dotnet"
BuildSystemCargo ProjectBuildSystem = "cargo"
)

type ProjectBuildSystemSyntax string
Expand Down

0 comments on commit 858438a

Please sign in to comment.