diff --git a/pkg/txt/specialwords.go b/pkg/txt/specialwords.go index d9388f160..8c285c9a0 100644 --- a/pkg/txt/specialwords.go +++ b/pkg/txt/specialwords.go @@ -125,4 +125,9 @@ var SpecialWords = map[string]string{ "saarbruecken": "Saarbrücken", "zuerich": "Zürich", "wg": "WG", + "webdav": "WebDAV", + "goland": "GoLand", + "phpstorm": "PhpStorm", + "vuejs": "VueJS", + "nodejs": "NodeJS", }