diff options
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js b/server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js index 5bc1b2c2bd5..c3027b566a8 100644 --- a/server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js +++ b/server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js @@ -30,10 +30,12 @@ const languages = [ { name: 'HTML', url: 'https://redirect.sonarsource.com/plugins/web.html' }, { name: 'RPG', url: 'https://redirect.sonarsource.com/plugins/rpg.html' }, { name: 'JavaScript', url: 'https://redirect.sonarsource.com/plugins/javascript.html' }, + { name: 'TypeScript', url: 'https://redirect.sonarsource.com/plugins/typescript.html' }, { name: 'Objective C', url: 'https://redirect.sonarsource.com/plugins/objectivec.html' }, { name: 'XML', url: 'https://redirect.sonarsource.com/plugins/xml.html' }, { name: 'VB.NET', url: 'https://redirect.sonarsource.com/plugins/vbnet.html' }, { name: 'PL/SQL', url: 'https://redirect.sonarsource.com/plugins/plsql.html' }, + { name: 'T-SQL', url: 'https://redirect.sonarsource.com/plugins/tsql.html' }, { name: 'Flex', url: 'https://redirect.sonarsource.com/plugins/flex.html' }, { name: 'Python', url: 'https://redirect.sonarsource.com/plugins/python.html' }, { name: 'Groovy', url: 'https://redirect.sonarsource.com/plugins/groovy.html' }, |