From 051251bafb2e9b96e3f0a3e2dab72f2a5c518a4e Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 9 Nov 2021 16:55:47 +0100 Subject: [PATCH] Text: Update specialwords.go --- pkg/txt/specialwords.go | 5 +++++ 1 file changed, 5 insertions(+) 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", }