summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-10-24 21:55:16 +0200
committerFlorian Orben <florian.orben@gmail.com>2015-10-24 21:55:44 +0200
commit51032ae11de9158ea6a4a4be6b73c621b1c75f2a (patch)
tree5278d15cc6e4a13d6717077fb2844f77e3ffbecd /web/react/utils/constants.jsx
parent9fd9fb1722edfa4aa2e77aa25abfe3e317160839 (diff)
downloadchat-51032ae11de9158ea6a4a4be6b73c621b1c75f2a.tar.gz
chat-51032ae11de9158ea6a4a4be6b73c621b1c75f2a.tar.bz2
chat-51032ae11de9158ea6a4a4be6b73c621b1c75f2a.zip
Add java and ini language
Forgot to add those altough they are quite common
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 9c079bb87..c20d84f40 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -342,6 +342,8 @@ module.exports = {
cpp: 'C++',
sql: 'SQL',
go: 'Go',
- ruby: 'Ruby'
+ ruby: 'Ruby',
+ java: 'Java',
+ ini: 'ini'
}
};