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-29 17:26:34 +0100
commit742424228414793e6aaa06ce8a9de182cdfb2957 (patch)
treef434c1e4bcdc91dc1a304fe3e46fb4ae15c69d2a /web/react/utils/constants.jsx
parentaeb0a08d077d35e46451142be1e06a4718a2d6bb (diff)
downloadchat-742424228414793e6aaa06ce8a9de182cdfb2957.tar.gz
chat-742424228414793e6aaa06ce8a9de182cdfb2957.tar.bz2
chat-742424228414793e6aaa06ce8a9de182cdfb2957.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 2c9959d4a..1593f6706 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -347,6 +347,8 @@ module.exports = {
cpp: 'C++',
sql: 'SQL',
go: 'Go',
- ruby: 'Ruby'
+ ruby: 'Ruby',
+ java: 'Java',
+ ini: 'ini'
}
};